Brotli.NET 2.1.1

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

// Install Brotli.NET as a Cake Tool
#tool nuget:?package=Brotli.NET&version=2.1.1

New features and changes in this release:

  • Add async stream support, this improves the compatibility with asp.net core 3.1 and above applications
  • Add the compression provider sample for asp.net core applications
  • Upgrade brotli core to v1.0.9 with minor speed / memory usage improvements besides some CVE fix
  • Add some usefully byte[]/stream extensions, so compress/decompress is more easier

Please note: .NET Framework 3.5/4.0 are no longer supported since this release.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Brotli.NET:

Package Downloads
Dynamicweb.Controls

CMS Content Management System (WCMS) - Server controls.

Umbrella.Legacy.WebUtilities

This package contains a range of utility classes to aid web application development using the legacy ASP.NET stack.

Sucrose.Orleans.Persistence.Redis

Package Description

TomLonghurst.AsyncRedisClient

An Asynchronous Redis Client for .NET

jfYu.Core.jfYuRequest

HttpRequest Helper

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Brotli.NET:

Repository Stars
leiurayer/downkyi
哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。
copyliu/bililive_dm
B站弹幕姬 - B站直播彈幕工具
projectkudu/ARMClient
A simple command line tool to invoke the Azure Resource Manager API
mjebrahimi/EasyCompressor
⚡ A compression library that implements many compression algorithms such as LZ4, Zstd, LZMA, Snappy, Brotli, GZip, and Deflate. It helps you to improve performance by reducing Memory Usage and Network Traffic for caching.
jamesbrindle/YTMusicUploader
Automatically upload your music library and playlists to YouTube Music .Net Application. Upload songs to YouTube Music and bulk delete music and playlists from YouTube Music. C#.
Version Downloads Last updated
2.1.1 248,724 5/23/2021
2.0.4.2 529,694 3/4/2019
2.0.4 839 3/3/2019
2.0.3.2 628 3/3/2019
2.0.3.1 640 3/2/2019
2.0.3 669 3/2/2019
2.0.2 1,260 2/22/2019
2.0.0 820 2/21/2019
1.0.19 285,964 7/16/2017
1.0.17 6,075 3/23/2017
1.0.12 2,499 3/15/2017
1.0.11 3,693 12/30/2016
1.0.10 2,522 12/30/2016
1.0.9 2,485 12/30/2016
1.0.8 3,839 10/25/2016
1.0.7 2,660 10/25/2016
1.0.6 2,692 10/25/2016
1.0.5 2,674 10/24/2016
1.0.4 2,952 10/24/2016
1.0.3 2,812 10/24/2016

Add async stream support, update brotli core to v1.0.9