Skip to content

Commit 33f64eb

Browse files
author
nils måsén
committed
bump version to v1.4.2
1 parent c51ef18 commit 33f64eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<!-- Nuget specific tags -->
1515
<PropertyGroup>
16-
<Version>1.4.1</Version>
17-
<FileVersion>$(Version).12</FileVersion>
16+
<Version>1.4.2</Version>
17+
<FileVersion>$(Version).13</FileVersion>
1818
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
1919
<PackageId>SharpZipLib</PackageId>
2020
<Company>ICSharpCode</Company>
@@ -28,7 +28,7 @@
2828
<PackageTags>Compression Library Zip GZip BZip2 LZW Tar</PackageTags>
2929
<NeutralLanguage>en-US</NeutralLanguage>
3030
<PackageReleaseNotes>
31-
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.4.1 for more information.</PackageReleaseNotes>
31+
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.4.2 for more information.</PackageReleaseNotes>
3232
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
3333
</PropertyGroup>
3434

0 commit comments

Comments
 (0)