StoneSteps.zLib.Static 1.2.12.1

Suggested Alternatives

StoneSteps.zLib.VS2022.Static

Additional Details

This package is the same as StoneSteps.zLib.Static, except that Visual Studio version is included in the package name to make it easier to ensure binary compatibility between project libraries.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package StoneSteps.zLib.Static --version 1.2.12.1
NuGet\Install-Package StoneSteps.zLib.Static -Version 1.2.12.1
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="StoneSteps.zLib.Static" Version="1.2.12.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StoneSteps.zLib.Static --version 1.2.12.1
#r "nuget: StoneSteps.zLib.Static, 1.2.12.1"
#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 StoneSteps.zLib.Static as a Cake Addin
#addin nuget:?package=StoneSteps.zLib.Static&version=1.2.12.1

// Install StoneSteps.zLib.Static as a Cake Tool
#tool nuget:?package=StoneSteps.zLib.Static&version=1.2.12.1

This package contains static zLib libraries and header files for Win32/x64 platforms and Debug/Release configurations. There are no dynamic libraries included.

The zLib static library appropriate for the platform and configuration selected in a Visual Studio solution is explicitly referenced within this package and will appear within the solution folder tree after the package is installed. The solution may need to be reloaded to make the library file visible. This library may be moved into any solution folder after the installation.

Note that the zLib library path in this package is valid only for build configurations named Debug and Release and will not work for any other configuration names. Do not install this package for projects with configurations other than Debug and Release.

The static library is built with the stdcall calling convention.

The debug versions of the library are built with NDEBUG defined, so assert calls work as intended for Debug and Release configurations.

See project repository for more information.

https://github.com/StoneStepsInc/zlib-nuget

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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Package Notes:

 * Static libraries built for x64/Win32 platforms
 * Built against Debug/Release MT/DLL CRT
 * Compiled with the stdcall calling convention

zLib Changes:

Version 1.2.12 has these key improvements over 1.2.11:

 * Fix a deflate bug when using the Z_FIXED strategy that can result in out-of-bound accesses.
 * Fix a deflate bug when the window is full in deflate_stored().
 * Speed up CRC-32 computations by a factor of 1.5 to 3.
 * Use the hardware CRC-32 instruction on ARMv8 processors.
 * Speed up crc32_combine() with powers of x tables.
 * Add crc32_combine_gen() and crc32_combine_op() for fast combines.

See zLib change log for a full list:

https://zlib.net/ChangeLog.txt