StoneSteps.zLib.VS2022.Static 1.2.13.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package StoneSteps.zLib.VS2022.Static --version 1.2.13.1
NuGet\Install-Package StoneSteps.zLib.VS2022.Static -Version 1.2.13.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.VS2022.Static" Version="1.2.13.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StoneSteps.zLib.VS2022.Static --version 1.2.13.1
#r "nuget: StoneSteps.zLib.VS2022.Static, 1.2.13.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.VS2022.Static as a Cake Addin
#addin nuget:?package=StoneSteps.zLib.VS2022.Static&version=1.2.13.1

// Install StoneSteps.zLib.VS2022.Static as a Cake Tool
#tool nuget:?package=StoneSteps.zLib.VS2022.Static&version=1.2.13.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.

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

Showing the top 1 NuGet packages that depend on StoneSteps.zLib.VS2022.Static:

Package Downloads
StoneSteps.Exiv2.VS2022.Static

Exiv2 is a C++ library to read, write, delete and modify EXIF image metadata.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0.3 1,106 10/25/2023
1.3.0.2 731 10/15/2023
1.3.0.1 1,042 9/4/2023
1.2.13.1 2,048 10/31/2022

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.13 has these key updates from 1.2.12:

   Fix a bug when getting a gzip header extra field with inflateGetHeader(). This remedies CVE-2022-37434.
   Fix a bug in block type selection when Z_FIXED used. Now the smallest block type is selected, for better compression.
   Fix a configure issue that discarded the provided CC definition.
   Correct incorrect inputs provided to the CRC functions. This mitigates a bug in Java.
   Repair prototypes and exporting of the new CRC functions.
   Fix inflateBack to detect invalid input with distances too far.

See zLib change log for a full list:

https://zlib.net/ChangeLog.txt