Skip to content

Commit 34879be

Browse files
committed
update csproj for v1.3.2 release
1 parent ffe69c0 commit 34879be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<!-- Nuget specific tags -->
1313
<PropertyGroup>
14-
<AssemblyVersion>1.3.1.9</AssemblyVersion>
15-
<FileVersion>1.3.1.9</FileVersion>
16-
<Version>1.3.1</Version>
14+
<AssemblyVersion>1.3.2.10</AssemblyVersion>
15+
<FileVersion>1.3.2.10</FileVersion>
16+
<Version>1.3.2</Version>
1717
<PackageId>SharpZipLib</PackageId>
1818
<Company>ICSharpCode</Company>
1919
<Authors>ICSharpCode</Authors>
@@ -22,11 +22,11 @@
2222
<PackageProjectUrl>http://icsharpcode.github.io/SharpZipLib/</PackageProjectUrl>
2323
<PackageIcon>images/sharpziplib-nuget-256x256.png</PackageIcon>
2424
<RepositoryUrl>https://github.com/icsharpcode/SharpZipLib</RepositoryUrl>
25-
<Copyright>Copyright © 2000-2020 SharpZipLib Contributors</Copyright>
25+
<Copyright>Copyright © 2000-2021 SharpZipLib Contributors</Copyright>
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.1 for more information.</PackageReleaseNotes>
29+
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.2 for more information.</PackageReleaseNotes>
3030
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
3131
</PropertyGroup>
3232

0 commit comments

Comments
 (0)