Skip to content

Commit

Permalink
PR #541: Update csproj for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel authored Nov 21, 2020
1 parent c5c187d commit ea941dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<!-- Nuget specific tags -->
<PropertyGroup>
<AssemblyVersion>1.3.0.8</AssemblyVersion>
<FileVersion>1.2.0.8</FileVersion>
<Version>1.3.0</Version>
<AssemblyVersion>1.3.1.9</AssemblyVersion>
<FileVersion>1.3.1.9</FileVersion>
<Version>1.3.1</Version>
<PackageId>SharpZipLib</PackageId>
<Company>ICSharpCode</Company>
<Authors>ICSharpCode</Authors>
Expand All @@ -26,7 +26,7 @@
<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 for more information.</PackageReleaseNotes>
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.1 for more information.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit ea941dd

Please sign in to comment.