Skip to content

Commit

Permalink
update csproj for v1.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed May 8, 2021
1 parent ffe69c0 commit 34879be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
Expand Up @@ -11,9 +11,9 @@

<!-- Nuget specific tags -->
<PropertyGroup>
<AssemblyVersion>1.3.1.9</AssemblyVersion>
<FileVersion>1.3.1.9</FileVersion>
<Version>1.3.1</Version>
<AssemblyVersion>1.3.2.10</AssemblyVersion>
<FileVersion>1.3.2.10</FileVersion>
<Version>1.3.2</Version>
<PackageId>SharpZipLib</PackageId>
<Company>ICSharpCode</Company>
<Authors>ICSharpCode</Authors>
Expand All @@ -22,11 +22,11 @@
<PackageProjectUrl>http://icsharpcode.github.io/SharpZipLib/</PackageProjectUrl>
<PackageIcon>images/sharpziplib-nuget-256x256.png</PackageIcon>
<RepositoryUrl>https://github.com/icsharpcode/SharpZipLib</RepositoryUrl>
<Copyright>Copyright © 2000-2020 SharpZipLib Contributors</Copyright>
<Copyright>Copyright © 2000-2021 SharpZipLib Contributors</Copyright>
<PackageTags>Compression Library Zip GZip BZip2 LZW Tar</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageReleaseNotes>
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.1 for more information.</PackageReleaseNotes>
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.2 for more information.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 34879be

Please sign in to comment.