Zlib.Portable.Signed 1.11.0

dotnet add package Zlib.Portable.Signed --version 1.11.0
                    
NuGet\Install-Package Zlib.Portable.Signed -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.Signed" Version="1.11.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zlib.Portable.Signed" Version="1.11.0" />
                    
Directory.Packages.props
<PackageReference Include="Zlib.Portable.Signed" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zlib.Portable.Signed --version 1.11.0
                    
#r "nuget: Zlib.Portable.Signed, 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.
#:package Zlib.Portable.Signed@1.11.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Zlib.Portable.Signed&version=1.11.0
                    
Install as a Cake Addin
#tool nuget:?package=Zlib.Portable.Signed&version=1.11.0
                    
Install as a Cake Tool

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 (14)

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

Package Downloads
Relatude.Server

Relatude Headless CMS and E-commerce solution

GeneXus.StoreManager

Package Description

RS.Files

Description

Innbox.XF.ToolKit

InnBox Xamarin Forms ToolKit

Catalog

Catalog API for ASP.NET, Windows 8 including Universal Windows Platform, Windows Phone 8.1, Xamarin Android, Xamarin iOS including iOS Classic

GitHub repositories (14)

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

Repository Stars
OpenLiveWriter/OpenLiveWriter
An open source fork of Windows Live Writer
ispysoftware/iSpy
Open source surveillance software
killkimno/MORT
MORT 번역기 프로젝트 - Real-time game translator with OCR
aluxnimm/outlookcaldavsynchronizer
Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server
GoogleCloudPlatform/dotnet-docs-samples
.NET code samples used on https://cloud.google.com
Kyrodan/KeeAnywhere
A cloud storage provider plugin for KeePass Password Safe
brianzhouzc/RocketBot
An automated Pokémon Go Bot
viciousviper/DokanCloudFS
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.
Necrobot-Private/NecroBot
NecroBot2
googlearchive/google-api-dotnet-client-samples
Samples of using the Google APIs Client Library for .NET
evemondevteam/evemon
A lightweight, easy-to-use standalone Windows application designed to assist you in keeping track of your EVE Online character progression.
esbencarlsen/NCrawler
.NET based webcrawler
GoogleCloudPlatform/google-cloud-powershell
PowerShell cmdlets for the Google Cloud Platform
squid808/gShell
PowerShell Cmdlets and .Net Libraries for Google Apps and Gmail APIs
Version Downloads Last Updated
1.11.0 9,859,443 6/22/2015
1.11.0-beta1 1,851 4/18/2015

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.