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.
<PackageVersion Include="libpng.static" Version="1.6.37" />
                    
Directory.Packages.props
<PackageReference Include="libpng.static" />
                    
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 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.
#:package libpng.static@1.6.37
                    
#: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=libpng.static&version=1.6.37
                    
Install as a Cake Addin
#tool nuget:?package=libpng.static&version=1.6.37
                    
Install as a Cake Tool

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 3,456 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.