Skip to content

Commit 5d2f285

Browse files
authored
Update ICSharpCode.SharpZipLib.csproj
1 parent 229ff25 commit 5d2f285

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
<!-- Nuget specific tags -->
1212
<PropertyGroup>
13-
<AssemblyVersion>1.0.0.5</AssemblyVersion>
14-
<FileVersion>1.0.0.5</FileVersion>
15-
<Version>1.0.0</Version>
13+
<AssemblyVersion>1.1.0.6</AssemblyVersion>
14+
<FileVersion>1.1.0.6</FileVersion>
15+
<Version>1.1.0</Version>
1616
<PackageId>SharpZipLib</PackageId>
1717
<Company>ICSharpCode</Company>
1818
<Authors>ICSharpCode</Authors>
@@ -23,9 +23,8 @@
2323
<Copyright>Copyright © 2000-2018 SharpZipLib Contributors</Copyright>
2424
<PackageTags>Compression Library Zip GZip BZip2 LZW Tar</PackageTags>
2525
<NeutralLanguage>en-US</NeutralLanguage>
26-
<PackageReleaseNotes>This is the first stable release for v1.0
27-
28-
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more information.</PackageReleaseNotes>
26+
<PackageReleaseNotes>
27+
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.1 for more information.</PackageReleaseNotes>
2928
<PackageLicenseUrl>https://github.com/icsharpcode/SharpZipLib/blob/master/LICENSE.txt</PackageLicenseUrl>
3029
<PackageProjectUrl>https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl>
3130
</PropertyGroup>

0 commit comments

Comments
 (0)