From fa75398a594b80a8945280ae8e7fb2cf1e7dfa70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Wed, 15 Aug 2018 19:09:49 +0200 Subject: [PATCH] Update csproj for v1.0.0 stable (#259) --- .../ICSharpCode.SharpZipLib.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj b/src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj index 724593c6d..f51596bc2 100644 --- a/src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj +++ b/src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj @@ -9,10 +9,10 @@ - 1.0.0.4 - 1.0.0.4 - 1.0.0-rc2 - SharpZipLib + 1.0.0.5 + 1.0.0.5 + 1.0.0 + SharpZipLib ICSharpCode ICSharpCode 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) @@ -22,7 +22,7 @@ Copyright © 2000-2018 SharpZipLib Contributors Compression Library Zip GZip BZip2 LZW Tar en-US - This is a release candidate for v1.0 + This is the first stable release for v1.0 Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more information. https://github.com/icsharpcode/SharpZipLib/blob/master/LICENSE.txt