Skip to content

Commit ea941dd

Browse files
authored
PR #541: Update csproj for new release
1 parent c5c187d commit ea941dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<!-- Nuget specific tags -->
1313
<PropertyGroup>
14-
<AssemblyVersion>1.3.0.8</AssemblyVersion>
15-
<FileVersion>1.2.0.8</FileVersion>
16-
<Version>1.3.0</Version>
14+
<AssemblyVersion>1.3.1.9</AssemblyVersion>
15+
<FileVersion>1.3.1.9</FileVersion>
16+
<Version>1.3.1</Version>
1717
<PackageId>SharpZipLib</PackageId>
1818
<Company>ICSharpCode</Company>
1919
<Authors>ICSharpCode</Authors>
@@ -26,7 +26,7 @@
2626
<PackageTags>Compression Library Zip GZip BZip2 LZW Tar</PackageTags>
2727
<NeutralLanguage>en-US</NeutralLanguage>
2828
<PackageReleaseNotes>
29-
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3 for more information.</PackageReleaseNotes>
29+
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.1 for more information.</PackageReleaseNotes>
3030
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
3131
</PropertyGroup>
3232

0 commit comments

Comments
 (0)