Info
Version: | 0.86.0.519 |
Last Update: | Monday, December 3, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx |
NuGet Url: | https://www.nuget.org/packages/ICSharpZipLib |
Install
Install-Package ICSharpZipLib
dotnet add package ICSharpZipLib
paket add ICSharpZipLib
ICSharpZipLib Download (Unzip the "nupkg" after downloading)
It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language). The creator of #ziplib put it this way: "I've ported the zip library over to C# because I needed gzip/zip compression and I didn't want to use libzip.dll or something like this.
I want all in pure C#.".