libpng.static 1.6.37

Requires NuGet 2.5 or higher.

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

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

Reference library for supporting the Portable Network Graphics (PNG) 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

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
1.6.37 2,655 11/18/2021

* Fixed a use-after-free vulnerability (CVE-2019-7317) in png_image_free.
     * Fixed a memory leak in the ARM NEON implementation of png_do_expand_palette.
     * Fixed a memory leak in pngtest.c.
     * Fixed two vulnerabilities (CVE-2018-14048, CVE-2018-14550) in contrib/pngminus; refactor.
     * Changed the license of contrib/pngminus to MIT; refresh makefile and docs.(Contributed by Willem van Schaik)
     * Fixed a typo in the libpng license v2. (Contributed by Miguel Ojeda)
     * Added makefiles for AddressSanitizer-enabled builds.
     * Cleaned up various makefiles.