ZeroC.Bzip2 1.0.6

Prefix Reserved
dotnet add package ZeroC.Bzip2 --version 1.0.6
                    
NuGet\Install-Package ZeroC.Bzip2 -Version 1.0.6
                    
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="ZeroC.Bzip2" Version="1.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZeroC.Bzip2" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="ZeroC.Bzip2" />
                    
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 ZeroC.Bzip2 --version 1.0.6
                    
#r "nuget: ZeroC.Bzip2, 1.0.6"
                    
#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 ZeroC.Bzip2@1.0.6
                    
#: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=ZeroC.Bzip2&version=1.0.6
                    
Install as a Cake Addin
#tool nuget:?package=ZeroC.Bzip2&version=1.0.6
                    
Install as a Cake Tool

ZeroC.Bzip2

This package provides the Bzip2 debug and release DLLs, their corresponding import libraries, and the bzip2 header file.

It was originally created for use with ZeroC Ice Windows builds but can be used in any C or C++ project that requires bzip2.

Source Code

The source code used to build this package is available on GitHub:

👉 https://github.com/zeroc-ice/bzip2

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
1.0.6 17,281 11/12/2025

Version 1.0.6 removes a potential security vulnerability, CVE-2010-0405, so all users are recommended to upgrade immediately.