Taritsyn/WebMarkupMin
The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
30 Releases
Latest: 3mo ago
v2.21.0Latest
📋 Changes
- It is now possible to configure the Mads Kristensen's CSS Minifier
- In configuration settings of the Mads Kristensen's CSS Minifier was added three properties - `RemoveRedundantSelectors` (default `false`), `RemoveTrailingSemicolons` (default `true`) and `RemoveUnitsFromZeroValues` (default `false`)
- In WebMarkupMin.AspNetCoreLatest added support for the ASP.NET Core 8.0.25, 9.0.14 and 10.0.5
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.21.0)
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.21.0)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.21.0)
- [WebMarkupMin: ASP.NET Core 3.1+](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.21.0)
- [WebMarkupMin: ASP.NET Core 6+](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.21.0)
- + 1 more
v2.20.2
📋 Changes
- Added support for the Douglas Crockford's JSMin version of February 25, 2026
- In WebMarkupMin.AspNetCoreLatest added support for the ASP.NET Core 8.0.24, 9.0.13 and 10.0.3
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.20.2)
- [WebMarkupMin: MS Ajax](https://www.nuget.org/packages/WebMarkupMin.MsAjax/2.20.2) contains adapters for the [Microsoft Ajax Minifier](https://github.com/microsoft/ajaxmin) version 5.14
- [WebMarkupMin: YUI](https://www.nuget.org/packages/WebMarkupMin.Yui/2.20.2) contains adapters for the [YUI Compressor for .NET](https://github.com/YUICompressor-NET/YUICompressor.NET) version 3.1.0
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.20.2) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.21.17
- [WebMarkupMin: ASP.NET 4.X HTTP modules](https://www.nuget.org/packages/WebMarkupMin.AspNet4.HttpModules/2.20.2)
- [WebMarkupMin: ASP.NET 4.X MVC](https://www.nuget.org/packages/WebMarkupMin.AspNet4.Mvc/2.20.2)
- + 7 more
v2.20.1
📋 Changes
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.20.1)
v2.20.0
📋 Changes
- Performed a migration to the modern C# null/not-null checks
- `HtmlParser` and `XmlParser` сlasses are no longer thread-safe
- In WebMarkupMin.Core, WebMarkupMin.MsAjax, WebMarkupMin.Yui and WebMarkupMin.NUglify:
- Added support for .NET 9
- In the `lock` statements for .NET 9 targets now uses a instances of the `System.Threading.Lock` class
- In WebMarkupMin.AspNetCoreLatest added support for the ASP.NET Core 8.0.22, 9.0.11 and 10.0.0
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.20.0)
- [WebMarkupMin: MS Ajax](https://www.nuget.org/packages/WebMarkupMin.MsAjax/2.20.0) contains adapters for the [Microsoft Ajax Minifier](https://github.com/microsoft/ajaxmin) version 5.14
- + 11 more
v2.19.1
📋 Changes
- Prevented a occurrence of endless loop during minification of the `<script type="text/html">…</script>` tag contents
- In WebMarkupMin.NUglify added support for the NUglify version 1.21.17
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.19.1)
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.19.1) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.21.17
v2.19.0
📋 Changes
- In XML minification settings was added one new property - `AttributeQuotesStyle` (default `Auto`)
- Improved a parsing of the `DOCTYPE` declaration for HTML/XHTML documents
- In WebMarkupMin.NUglify added support for the NUglify version 1.21.15
- In WebMarkupMin.AspNetCoreLatest added support for the ASP.NET Core 8.0.16 and 9.0.5
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.19.0)
- [WebMarkupMin: MS Ajax](https://www.nuget.org/packages/WebMarkupMin.MsAjax/2.19.0) contains adapters for the [Microsoft Ajax Minifier](https://github.com/microsoft/ajaxmin) version 5.14
- [WebMarkupMin: YUI](https://www.nuget.org/packages/WebMarkupMin.Yui/2.19.0) contains adapters for the [YUI Compressor for .NET](https://github.com/YUICompressor-NET/YUICompressor.NET) version 3.1.0
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.19.0) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.21.15
- + 9 more
v2.18.1
📋 Changes
- In WebMarkupMin.NUglify added support for the NUglify version 1.21.11
- In ASP.NET Core extensions, fixed a error in the `AspNetCoreLogger` class
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.18.1) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.21.11
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.18.1)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.18.1)
- [WebMarkupMin: ASP.NET Core 3.1+](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.18.1)
- [WebMarkupMin: ASP.NET Core 6+](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.18.1)
- [WebMarkupMin: ASP.NET Core Latest](https://www.nuget.org/packages/WebMarkupMin.AspNetCoreLatest/2.18.1)
v2.18.0
📋 Changes
- In WebMarkupMin.NUglify added support for the NUglify version 1.21.10
- In ASP.NET Core extensions:
- Services required by WebMarkupMin are now conditionally registered using the `TryAdd` methods
- Added a `AspNetCoreLogger` class, which is a wrapper around the standard ASP.NET Core logger
- Created the WebMarkupMin.AspNetCoreLatest module, that contains middleware for the ASP.NET Core 8 and 9
- 3 modules have been deprecated:
- WebMarkupMin.AspNetCore5 module replaced by the WebMarkupMin.AspNetCore3 module
- WebMarkupMin.AspNetCore7 module replaced by the WebMarkupMin.AspNetCore6 module
- + 14 more
v2.18.0 RC 1v2.18.0-rc.1Pre-release
📋 Changes
- In ASP.NET Core extensions:
- Services required by WebMarkupMin are now conditionally registered using the `TryAdd` methods
- Added a `AspNetCoreLogger` class, which is a wrapper around the standard ASP.NET Core logger
- 3 packages have been deprecated:
- WebMarkupMin.AspNetCore5 package replaced by the WebMarkupMin.AspNetCore3 package
- WebMarkupMin.AspNetCore7 package replaced by the WebMarkupMin.AspNetCore6 package
- WebMarkupMin.AspNetCore8 package replaced by the WebMarkupMin.AspNetCoreLatest package
- In GZip, Deflate and Brotli compression settings for .NET 9.0 was added one new property - `AlternativeLevel`
- + 15 more
v2.17.0
📋 Changes
- In HTML and XHTML minification settings was added one new property - `PreservableHtmlCommentList` (default is empty)
- In WebMarkupMin.NUglify added support for the NUglify version 1.21.9
- In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.32
- In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.7
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.17.0)
- [WebMarkupMin: MS Ajax](https://www.nuget.org/packages/WebMarkupMin.MsAjax/2.17.0) contains adapters for the [Microsoft Ajax Minifier](https://github.com/microsoft/ajaxmin) version 5.14
- [WebMarkupMin: YUI](https://www.nuget.org/packages/WebMarkupMin.Yui/2.17.0) contains adapters for the [YUI Compressor for .NET](https://github.com/YUICompressor-NET/YUICompressor.NET) version 3.1.0
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.17.0) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.21.9
- + 11 more
v2.16.2
📋 Changes
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.16.2)
v2.16.1
📋 Changes
- New Blazor markers (`<!--Blazor-Server-Component-State:…-->`, `<!--Blazor-WebAssembly-Component-State:…-->` and `<!--Blazor-Web-Initializers:…-->`) are no longer removed
- In WebMarkupMin.NUglify added support for the NUglify version 1.21.8
- In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.31
- In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.20
- In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.6
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.16.1)
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.16.1) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.21.8
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.16.1)
- + 6 more
v2.16.0
📋 Changes
- Added support of JavaScript code minification in the `script` tags with `module`, `text/x-javascript`, `text/x-ecmascript`, `application/x-javascript` and `application/x-ecmascript` types
- Added support of JSON data minification in the `script` tags with `importmap` and `speculationrules` types
- The `nomodule` attribute is now processed as a Boolean attribute
- In WebMarkupMin.NUglify added support for the NUglify version 1.21.4
- In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.27
- In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.16
- In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.2
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.16.0)
- + 14 more
v2.15.3
📋 Changes
- In WebMarkupMin.NUglify added support for the NUglify version 1.21.2
- In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.26
- In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.15
- In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.1
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.15.3) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.21.2
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.15.3)
- [WebMarkupMin: ASP.NET Core 7](https://www.nuget.org/packages/WebMarkupMin.AspNetCore7/2.15.3)
- [WebMarkupMin: ASP.NET Core 8](https://www.nuget.org/packages/WebMarkupMin.AspNetCore8/2.15.3)
v2.15.2
📋 Changes
- In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.25
- In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.14
- In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8.0.0
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.15.2)
- [WebMarkupMin: ASP.NET Core 7](https://www.nuget.org/packages/WebMarkupMin.AspNetCore7/2.15.2)
- [WebMarkupMin: ASP.NET Core 8](https://www.nuget.org/packages/WebMarkupMin.AspNetCore8/2.15.2)
v2.15.1
📋 Changes
- In WebMarkupMin.NUglify:
- Added support of the NUglify version 1.21.0
- In configuration settings of CSS minifier was added one new property - `AbbreviateHexColor` (default `true`)
- In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.23
- In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.12
- In WebMarkupMin.AspNetCore8 added support for the ASP.NET Core 8 RC2
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.15.1) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.21.0
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.15.1)
- + 2 more
v2.15.0
📋 Changes
- In ASP.NET Core extensions was improved a message text of the “Unable to find the required services” error
- In WebMarkupMin.AspNetCore6 added support for the ASP.NET Core 6.0.22
- In WebMarkupMin.AspNetCore7 added support for the ASP.NET Core 7.0.11
- Created the WebMarkupMin.AspNetCore8 module, that contains middleware for the ASP.NET Core 8 RC1
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.15.0)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.15.0)
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.15.0)
- [WebMarkupMin: ASP.NET Core 5.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore5/2.15.0)
- + 3 more
v2.14.1
📋 Changes
- Fixed a [error #147](https://github.com/Taritsyn/WebMarkupMin/issues/147) “[WebMarkupMin.AspNetCore5] Sometimes a blank page is returned as the request has no response data available”
- In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.18
- In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.7
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.14.1)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.14.1)
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.14.1)
- [WebMarkupMin: ASP.NET Core 5.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore5/2.14.1)
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.14.1)
- + 1 more
v2.14.0
📋 Changes
- In HTML and XHTML minification settings was added one new property - `AttributeQuotesStyle` (default `Auto`)
- In WebMarkupMin.NUglify added support of the NUglify version 1.20.7
- In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.16
- In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.5
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.14.0)
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.14.0) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.20.7
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.14.0)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.14.0)
- + 4 more
v2.13.9
📋 Changes
- Small refactoring of the HTML/XHTML parser was performed
- In ASP.NET Core extensions was made refactoring
- In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.15
- In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.4
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.13.9)
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.13.9)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.13.9)
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.13.9)
- + 3 more
v2.13.9 Preview 2v2.13.9-preview.2Pre-release
📋 Changes
- ASP.NET Core Middlewares rolled back to previous thread safety implementation
- In ASP.NET Core extensions was added protection of minified content from untimely garbage collection
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.13.9-preview2)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.13.9-preview2)
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.13.9-preview2)
- [WebMarkupMin: ASP.NET Core 5.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore5/2.13.9-preview2)
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.13.9-preview2)
- [WebMarkupMin: ASP.NET Core 7](https://www.nuget.org/packages/WebMarkupMin.AspNetCore7/2.13.9-preview2)
v2.13.9 Preview 1v2.13.9-preview.1Pre-release
📋 Changes
- Small refactoring of the HTML/XHTML parser was performed
- ASP.NET Core Middlewares have been made more thread-safe
- In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.15
- In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.4
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.13.9-preview1)
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.13.9-preview1)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.13.9-preview1)
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.13.9-preview1)
- + 3 more
v2.13.8
📋 Changes
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.13.8)
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.13.8)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.13.8)
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.13.8)
- [WebMarkupMin: ASP.NET Core 5.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore5/2.13.8)
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.13.8)
- [WebMarkupMin: ASP.NET Core 7](https://www.nuget.org/packages/WebMarkupMin.AspNetCore7/2.13.8)
v2.13.7
📋 Changes
- Implemented a more correct parsing of the missing HTML end tags
- Fixed a [error #154](https://github.com/Taritsyn/WebMarkupMin/issues/154) “Whitespace trimming on anchor tags (when using svg tag)”
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.13.7)
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.13.7)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.13.7)
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.13.7)
- [WebMarkupMin: ASP.NET Core 5.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore5/2.13.7)
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.13.7)
- + 1 more
v2.13.6
📋 Changes
- Fixed a [error #102](https://github.com/Taritsyn/WebMarkupMin/issues/102) “Minification mangling html with conditional comments”
- In WebMarkupMin.NUglify added support of the NUglify version 1.20.5
- In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.13
- In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.2
- [WebMarkupMin: Core](https://www.nuget.org/packages/WebMarkupMin.Core/2.13.6)
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.13.6) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.20.5
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.13.6)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.13.6)
- + 4 more
v2.13.5
📋 Changes
- In WebMarkupMin.NUglify added support of the NUglify version 1.20.4
- In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.32
- In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.12
- In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.1
- [WebMarkupMin: NUglify](https://www.nuget.org/packages/WebMarkupMin.NUglify/2.13.5) contains adapters for the [NUglify](https://github.com/trullock/NUglify) version 1.20.4
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.13.5)
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.13.5)
- [WebMarkupMin: ASP.NET Core 7](https://www.nuget.org/packages/WebMarkupMin.AspNetCore7/2.13.5)
v2.13.4
📋 Changes
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.13.4)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.13.4)
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.13.4)
- [WebMarkupMin: ASP.NET Core 5.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore5/2.13.4)
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.13.4)
- [WebMarkupMin: ASP.NET Core 7](https://www.nuget.org/packages/WebMarkupMin.AspNetCore7/2.13.4)
v2.13.3
📋 Changes
- [WebMarkupMin: ASP.NET Core 1.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore1/2.13.3)
- [WebMarkupMin: ASP.NET Core 2.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore2/2.13.3)
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.13.3)
- [WebMarkupMin: ASP.NET Core 5.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore5/2.13.3)
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.13.3)
- [WebMarkupMin: ASP.NET Core 7](https://www.nuget.org/packages/WebMarkupMin.AspNetCore7/2.13.3)
v2.13.2
📋 Changes
- [WebMarkupMin: Brotli for ASP.NET](https://www.nuget.org/packages/WebMarkupMin.AspNet.Brotli/2.13.2) contains adapter for the [BrotliSharpLib](https://github.com/master131/BrotliSharpLib) version 0.3.3
v2.13.1
📋 Changes
- In WebMarkupMin.AspNetCore3 added support of ASP.NET Core 3.1.31
- In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.11
- In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.0
- [WebMarkupMin: ASP.NET Core 3.X](https://www.nuget.org/packages/WebMarkupMin.AspNetCore3/2.13.1)
- [WebMarkupMin: ASP.NET Core 6](https://www.nuget.org/packages/WebMarkupMin.AspNetCore6/2.13.1)
- [WebMarkupMin: ASP.NET Core 7](https://www.nuget.org/packages/WebMarkupMin.AspNetCore7/2.13.1)
