IronCompress 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package IronCompress --version 1.1.0
                    
NuGet\Install-Package IronCompress -Version 1.1.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="IronCompress" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IronCompress" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="IronCompress" />
                    
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 IronCompress --version 1.1.0
                    
#r "nuget: IronCompress, 1.1.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.
#:package IronCompress@1.1.0
                    
#: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=IronCompress&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=IronCompress&version=1.1.0
                    
Install as a Cake Tool

Buffer compresison library supporting all the major compression algorithms (gzip, brotli, snappy, zstd etc.)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (43)

Showing the top 5 NuGet packages that depend on IronCompress:

Package Downloads
Elsa.Common

Provides services and utility functions common to Elsa modules. For example, it provides a system clock and a memory store implementation.

Elsa.Workflows.Management

Provides workflow management functionality.

Elsa.Dsl

Provides a custom DSL to write workflows with in a syntax similar to JavaScript but with native keywords translating to workflow functionality. For example if/else would translate to the If activity. Very cool, but also very experimental ;)

Elsa.JavaScript

Provides a JavaScript expression provider.

Elsa.EntityFrameworkCore

Provides Entity Framework Core implementations of various abstractions from various modules.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on IronCompress:

Repository Stars
elsa-workflows/elsa-core
The Workflow Engine for .NET
aloneguid/parquet-dotnet
Fully managed Apache Parquet implementation
mjebrahimi/EasyCompressor
⚡An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate. This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage. Along with a greate Performance Benchmark between different compression algorithms.
LittleBigRefresh/Refresh
A second-generation custom server for LittleBigPlanet that focuses on quality of life features and improving user experience.
Version Downloads Last Updated
1.7.0 264,302 11/13/2025
1.6.3 4,112,278 10/14/2024
1.6.2 97,871 9/30/2024
1.6.1 490 9/30/2024
1.6.1-pre.1 170 9/27/2024
1.6.0 643 9/24/2024
1.6.0-pre.1 153 9/24/2024
1.5.2 1,638,498 5/22/2024
1.5.2-pre.1 198 5/22/2024
1.5.1 3,199,010 8/3/2023
1.5.0 519 8/3/2023
1.4.0 588,839 5/10/2023
1.3.0 813,730 1/27/2023
1.2.8 660 1/26/2023
1.2.7 11,554 1/23/2023
1.2.6 18,428 1/11/2023
1.2.5 95,829 12/21/2022
1.2.4 40,063 11/24/2022
1.2.3 161,665 11/10/2022
1.1.0 743 10/11/2022
Loading failed