Skip to content

Commit 57abd14

Browse files
committed
Bump version number to 2.0, and including Threading.Analyzers
1 parent 42af435 commit 57abd14

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ZipDir.csproj

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
</Target>
88

99
<PropertyGroup>
10-
<Version>1.2.1.0</Version>
10+
<Version>2.0.0.0</Version>
1111
<InformationalVersion>$(SourceRevisionId)</InformationalVersion>
1212

1313
<OutputType>Exe</OutputType>
1414
<TargetFramework>net9.0</TargetFramework>
1515
<ImplicitUsings>enable</ImplicitUsings>
1616
<Nullable>enable</Nullable>
17-
17+
1818
<PublishAot>true</PublishAot>
1919

2020
</PropertyGroup>
@@ -34,6 +34,10 @@
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3636
</PackageReference>
37+
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19">
38+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
39+
<PrivateAssets>all</PrivateAssets>
40+
</PackageReference>
3741
<PackageReference Include="Roslynator.Analyzers" Version="4.12.9">
3842
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3943
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)