Skip to content

Commit 641f292

Browse files
committed
update csproj for v1.3.3 release
1 parent 5c3b293 commit 641f292

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<!-- Nuget specific tags -->
1313
<PropertyGroup>
14-
<AssemblyVersion>1.3.2.10</AssemblyVersion>
15-
<FileVersion>1.3.2.10</FileVersion>
16-
<Version>1.3.2</Version>
14+
<Version>1.3.3</Version>
15+
<FileVersion>$(Version).11</FileVersion>
16+
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
1717
<PackageId>SharpZipLib</PackageId>
1818
<Company>ICSharpCode</Company>
1919
<Authors>ICSharpCode</Authors>
@@ -26,7 +26,7 @@
2626
<PackageTags>Compression Library Zip GZip BZip2 LZW Tar</PackageTags>
2727
<NeutralLanguage>en-US</NeutralLanguage>
2828
<PackageReleaseNotes>
29-
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.2 for more information.</PackageReleaseNotes>
29+
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.3 for more information.</PackageReleaseNotes>
3030
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
3131
</PropertyGroup>
3232

0 commit comments

Comments
 (0)