Zlib.Portable 1.11.0

dotnet add package Zlib.Portable --version 1.11.0
NuGet\Install-Package Zlib.Portable -Version 1.11.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zlib.Portable" Version="1.11.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zlib.Portable --version 1.11.0
#r "nuget: Zlib.Portable, 1.11.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Zlib.Portable as a Cake Addin
#addin nuget:?package=Zlib.Portable&version=1.11.0

// Install Zlib.Portable as a Cake Tool
#tool nuget:?package=Zlib.Portable&version=1.11.0

A Portable Class Library port of the popular Zlib library from https://dotnetzip.codeplex.com/. Works on .NET 4, 4.0.3, & 4.5.x, Sliverlight 5, Windows Phone 8.x, Windows 8.x, Xamarin.iOS, & Xamarin.Android.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Zlib.Portable:

Package Downloads
FSharp.Data

The F# Data library (FSharp.Data.dll) implements everything you need to access data in your F# applications and scripts. It implements F# type providers for working with structured file formats (CSV, HTML, JSON and XML) and for accessing the WorldBank data. It also includes helpers for parsing CSV, HTML and JSON files and for sending HTTP requests.

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on Zlib.Portable:

Repository Stars
xamarin/ios-samples
Xamarin.iOS sample apps
ispysoftware/iSpy
Open source surveillance software
aura-systems/Aura-Operating-System
AuraOS, the Franco-English Operating System developed in C# using Cosmos!
socioboard/socioboard-core
This is an old repo, for latest maintained version go here - https://github.com/socioboard/Socioboard-Core-3.0
Protobuild/Protobuild
This project has been retired.
Version Downloads Last updated
1.11.0 36,315 6/22/2015
1.11.0-beta1 379 4/18/2015
1.10.0 129,416 6/30/2014
1.9.2 93,845 2/20/2013
1.9.1.2 598 2/20/2013
1.9.1.2-alpha 102 2/20/2013
1.9.1.1 144 2/20/2013
1.9.1 175 2/20/2013

1.11.0
 • Fixed a bug where the wrong encoding was selected in Silverlight.
 • Added support for a signed version of the assembly with the Zlib.Portable.Signed package.
 
 1.10.0
 • Added support for Windows Phone 8.1, Xamarin.iOS, and Xamarin.Android. (Thanks Mattias Cibien!)
 • Fixed a long-standing issue with GZip trailer validation. (Thanks Johannes Rudolph!)
 • Removed support for Windows Phone 7.5 and Silverlight 4. (Sorry, guys!)
 
 1.9.2
 • Update package to include zlib license requirements.
 
 1.9.1.2
 • Adjustments to the NuGet package.
 
 1.9.1
 • Initial release.