WebMarkupMin.AspNet.Brotli
2.9.0
WebMarkupMin.AspNet.Brotli contains one compressor-adapter for compression of text content by using the Brotli algorithm (https://github.com/google/brotli) - `BrotliCompressor`. `BrotliCompressor` is based on the BrotliSharpLib (https://github.com/master131/BrotliSharpLib) version 0.3.3.
In version for .NET Standard 2.1 uses the built-in compressor from the `System.IO.Compression` namespace.
Install-Package WebMarkupMin.AspNet.Brotli -Version 2.9.0
dotnet add package WebMarkupMin.AspNet.Brotli --version 2.9.0
<PackageReference Include="WebMarkupMin.AspNet.Brotli" Version="2.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebMarkupMin.AspNet.Brotli --version 2.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.0
- BrotliSharpLib (>= 0.3.3)
- WebMarkupMin.AspNet.Common (>= 2.9.0)
-
.NETFramework 4.5
- BrotliSharpLib (>= 0.3.3)
- WebMarkupMin.AspNet.Common (>= 2.9.0)
-
.NETStandard 1.3
- BrotliSharpLib (>= 0.3.3)
- NETStandard.Library (>= 1.6.1)
- WebMarkupMin.AspNet.Common (>= 2.9.0)
-
.NETStandard 2.0
- BrotliSharpLib (>= 0.3.3)
- WebMarkupMin.AspNet.Common (>= 2.9.0)
-
.NETStandard 2.1
- WebMarkupMin.AspNet.Common (>= 2.9.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.