Skip to content

Commit

Permalink
Update ICSharpCode.SharpZipLib.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Oct 7, 2020
1 parent 0cbdef2 commit 8f7d892
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.2.0.7</AssemblyVersion>
<FileVersion>1.2.0.7</FileVersion>
<Version>1.2.0</Version>
<AssemblyVersion>1.3.0.8</AssemblyVersion>
<FileVersion>1.2.0.8</FileVersion>
<Version>1.3.0</Version>
<PackageId>SharpZipLib</PackageId>
<Company>ICSharpCode</Company>
<Authors>ICSharpCode</Authors>
Expand All @@ -22,11 +22,11 @@
<PackageProjectUrl>http://icsharpcode.github.io/SharpZipLib/</PackageProjectUrl>
<PackageIconUrl>http://icsharpcode.github.io/SharpZipLib/assets/sharpziplib-nuget-256x256.png</PackageIconUrl>
<RepositoryUrl>https://github.com/icsharpcode/SharpZipLib</RepositoryUrl>
<Copyright>Copyright © 2000-2019 SharpZipLib Contributors</Copyright>
<Copyright>Copyright © 2000-2020 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.2 for more information.</PackageReleaseNotes>
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3 for more information.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 8f7d892

Please sign in to comment.