Skip to content

Commit

Permalink
update csproj for v1.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Sep 19, 2021
1 parent 5c3b293 commit 641f292
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.2.10</AssemblyVersion>
<FileVersion>1.3.2.10</FileVersion>
<Version>1.3.2</Version>
<Version>1.3.3</Version>
<FileVersion>$(Version).11</FileVersion>
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
<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.2 for more information.</PackageReleaseNotes>
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.3 for more information.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 641f292

Please sign in to comment.