Skip to content

Commit fa75398

Browse files
authored
Update csproj for v1.0.0 stable (#259)
1 parent e2d4c88 commit fa75398

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj

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

1010
<!-- Nuget specific tags -->
1111
<PropertyGroup>
12-
<AssemblyVersion>1.0.0.4</AssemblyVersion>
13-
<FileVersion>1.0.0.4</FileVersion>
14-
<Version>1.0.0-rc2</Version>
15-
<PackageId>SharpZipLib </PackageId>
12+
<AssemblyVersion>1.0.0.5</AssemblyVersion>
13+
<FileVersion>1.0.0.5</FileVersion>
14+
<Version>1.0.0</Version>
15+
<PackageId>SharpZipLib</PackageId>
1616
<Company>ICSharpCode</Company>
1717
<Authors>ICSharpCode</Authors>
1818
<Description>SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)</Description>
@@ -22,7 +22,7 @@
2222
<Copyright>Copyright © 2000-2018 SharpZipLib Contributors</Copyright>
2323
<PackageTags>Compression Library Zip GZip BZip2 LZW Tar</PackageTags>
2424
<NeutralLanguage>en-US</NeutralLanguage>
25-
<PackageReleaseNotes>This is a release candidate for v1.0
25+
<PackageReleaseNotes>This is the first stable release for v1.0
2626

2727
Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more information.</PackageReleaseNotes>
2828
<PackageLicenseUrl>https://github.com/icsharpcode/SharpZipLib/blob/master/LICENSE.txt</PackageLicenseUrl>

0 commit comments

Comments
 (0)