LzmaLib.Static 9.20.0

Requires NuGet 2.5 or higher.

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

// Install LzmaLib.Static as a Cake Tool
#tool nuget:?package=LzmaLib.Static&version=9.20.0

LZMA SDK provides the documentation, samples, header files, libraries,
     and tools you need to develop applications that use LZMA compression.

     LZMA is default and general compression method of 7z format
     in 7-Zip compression program (www.7-zip.org). LZMA provides high
     compression ratio and very fast decompression.

     LZMA is an improved version of famous LZ77 compression algorithm.
     It was improved in way of maximum increasing of compression ratio,
     keeping high decompression speed and low memory requirements for
     decompressing.

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
9.20.0 644 9/19/2020

- New small SFX module for installers (SfxSetup).
     - The BUG in LZMA SDK 9.* was fixed: LZMA2 codec didn't work,
     if more than 10 threads were used (or more than 20 threads in some modes).
     - PPMd compression method support