Skip to content

Commit d098bf7

Browse files
committed
move to DeterministicIoPackaging
1 parent b171bf0 commit d098bf7

26 files changed

+19
-87
lines changed

src/.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ resharper_replace_with_single_call_to_single_or_default_highlighting = error
2222
# Replace with single call to LastOrDefault(..)
2323
resharper_replace_with_single_call_to_last_or_default_highlighting = error
2424

25+
# Element is localizable
26+
resharper_localizable_element_highlighting = none
27+
2528
# Replace with single call to Last(..)
2629
resharper_replace_with_single_call_to_last_highlighting = error
2730

@@ -364,7 +367,7 @@ ij_xml_space_inside_empty_tag = true
364367
indent_size = 2
365368

366369
# Verify settings
367-
[*.{received,verified}.{txt,xml,json,md,sql,csv,html,htm,md}]
370+
[*.{received,verified}.{txt,xml,json,md,sql,csv,html,htm,md,nuspec,rels}]
368371
charset = utf-8-bom
369372
end_of_line = lf
370373
indent_size = unset

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;CS0649;CA1416;NU1608;NU1109</NoWarn>
5-
<Version>0.2.2</Version>
5+
<Version>0.3.0</Version>
66
<LangVersion>preview</LangVersion>
77
<AssemblyVersion>1.0.0</AssemblyVersion>
88
<PackageTags>ClosedXML, Excel, Verify</PackageTags>

src/Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageVersion Include="ClosedXML" Version="0.105.0" />
8+
<PackageVersion Include="DeterministicIoPackaging" Version="0.1.0" />
89
<PackageVersion Include="DocumentFormat.OpenXml" Version="3.3.0" />
910
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.2" />
1011
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
-8 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)