zlib.static 1.2.11

Requires NuGet 2.5 or higher.

dotnet add package zlib.static --version 1.2.11
NuGet\Install-Package zlib.static -Version 1.2.11
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.static" Version="1.2.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add zlib.static --version 1.2.11
#r "nuget: zlib.static, 1.2.11"
#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.static as a Cake Addin
#addin nuget:?package=zlib.static&version=1.2.11

// Install zlib.static as a Cake Tool
#tool nuget:?package=zlib.static&version=1.2.11

zlib is a general purpose data compression library.  All the code is
     thread safe.  The data format used by the zlib library is described by RFCs
     (Request for Comments) 1950 to 1952 in the files
     http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
     and rfc1952.txt (gzip format).

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on zlib.static:

Package Downloads
libpng.static

Reference library for supporting the Portable Network Graphics (PNG) format.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.11 701 11/18/2021
1.2.5 2,966 9/17/2020

- Apply security vulnerability fixes to contrib/infback9 as well
     - Clean up some text files (carriage returns, trailing space)
     - Update testzlib, vstudio, masmx64, and masmx86 in contrib [Vollant]