Skip to content

Commit

Permalink
bump version to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Nov 5, 2022
1 parent a389d9f commit cdd0931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
Expand Up @@ -13,7 +13,7 @@

<!-- Nuget specific tags -->
<PropertyGroup>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<FileVersion>$(Version).12</FileVersion>
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
<PackageId>SharpZipLib</PackageId>
Expand All @@ -28,7 +28,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.4.0 for more information.</PackageReleaseNotes>
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.4.1 for more information.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit cdd0931

Please sign in to comment.