WebMarkupMin.AspNet.Brotli
2.18.0
Prefix Reserved
dotnet add package WebMarkupMin.AspNet.Brotli --version 2.18.0
NuGet\Install-Package WebMarkupMin.AspNet.Brotli -Version 2.18.0
<PackageReference Include="WebMarkupMin.AspNet.Brotli" Version="2.18.0" />
paket add WebMarkupMin.AspNet.Brotli --version 2.18.0
#r "nuget: WebMarkupMin.AspNet.Brotli, 2.18.0"
// Install WebMarkupMin.AspNet.Brotli as a Cake Addin #addin nuget:?package=WebMarkupMin.AspNet.Brotli&version=2.18.0 // Install WebMarkupMin.AspNet.Brotli as a Cake Tool #tool nuget:?package=WebMarkupMin.AspNet.Brotli&version=2.18.0
WebMarkupMin.AspNet.Brotli contains one compressor-adapter for compression of text content by using the Brotli algorithm - BrotliCompressor
.
BrotliCompressor
is based on the BrotliSharpLib version 0.3.3.
In version for .NET Standard 2.1 and .NET 9 uses the built-in compressor from the System.IO.Compression
namespace.
If you are using extensions for ASP.NET Core 3.1 or higher, then you should use a BuiltInBrotliCompressor
class from WebMarkupMin.AspNet.Common.Compressors
namespace instead of a BrotliCompressor
class.
In this case, the WebMarkupMin.AspNet.Brotli package will no longer be needed and you can uninstall it.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 is compatible. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- BrotliSharpLib (>= 0.3.3)
- WebMarkupMin.AspNet.Common (>= 2.18.0)
-
.NETFramework 4.5
- BrotliSharpLib (>= 0.3.3)
- WebMarkupMin.AspNet.Common (>= 2.18.0)
-
.NETStandard 1.3
- BrotliSharpLib (>= 0.3.3)
- NETStandard.Library (>= 1.6.1)
- WebMarkupMin.AspNet.Common (>= 2.18.0)
-
.NETStandard 2.0
- BrotliSharpLib (>= 0.3.3)
- WebMarkupMin.AspNet.Common (>= 2.18.0)
-
.NETStandard 2.1
- WebMarkupMin.AspNet.Common (>= 2.18.0)
-
net9.0
- WebMarkupMin.AspNet.Common (>= 2.18.0)
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 |
---|---|---|
2.18.0 | 90 | 11/14/2024 |
2.18.0-rc1 | 69 | 11/11/2024 |
2.17.0 | 1,057 | 8/6/2024 |
2.16.0 | 1,948 | 2/28/2024 |
2.13.2 | 7,850 | 11/10/2022 |
2.12.0 | 4,911 | 8/22/2022 |
2.10.0 | 16,055 | 5/18/2021 |
2.9.0 | 4,754 | 12/1/2020 |
2.8.1 | 14,108 | 3/14/2020 |
2.7.0 | 2,512 | 9/24/2019 |
2.6.0 | 6,612 | 7/30/2019 |
2.5.6 | 14,725 | 3/7/2019 |
2.5.3 | 2,449 | 10/13/2018 |
2.5.0 | 1,078 | 8/13/2018 |
1. Added support for .NET 9;
2. Removed a .NET 6 and .NET 7 targets;
3. In compression settings was changed a default value of the `Level` property from `5` to `4`.