WebMarkupMin.MsAjax 2.0.0-alpha1

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

WebMarkupMin.MsAjax contains 2 minifier-adapters: `MsAjaxCssMinifier` (for minification of CSS code) and `MsAjaxJsMinifier` (for minification of JS code). These adapters perform minification using the Microsoft Ajax Minifier (https://ajaxmin.codeplex.com/).

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
DNX dnx451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WebMarkupMin.MsAjax:

Package Downloads
ToolGood.WwwRoot

将 wwwroot 打包成 Controller 的类库。使用WwwRootSetting.BuildControllers(),默认支持br压缩

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.19.0 222 5/18/2025
2.17.0 1,536 8/6/2024
2.16.0 761 2/28/2024
2.12.0 4,831 8/22/2022
2.9.0 4,801 12/1/2020
2.8.1 3,572 3/14/2020
2.7.0 2,113 9/24/2019
2.6.0 4,234 7/30/2019
2.5.5 1,745 11/6/2018
2.5.0 1,526 8/13/2018
2.4.0 15,686 5/7/2017
2.3.0 1,903 3/7/2017
2.2.0 2,366 9/27/2016
2.0.2 3,155 7/12/2016
2.0.0 1,596 6/28/2016
2.0.0-rc8 1,343 5/19/2016
2.0.0-rc1 1,309 11/20/2015
2.0.0-beta5 1,228 10/17/2015
2.0.0-beta4 1,614 9/4/2015
2.0.0-beta2 1,116 8/24/2015
2.0.0-beta1 1,612 8/13/2015
2.0.0-alpha2 1,320 7/31/2015
2.0.0-alpha1 1,480 7/17/2015
1.0.0 4,791 8/26/2015
0.9.11 1,877 1/31/2015
0.9.10 1,838 12/20/2014
0.9.9 1,569 11/25/2014
0.9.4 1,522 9/27/2014
0.9.0 1,489 9/9/2014
0.9.0-beta4 1,172 9/8/2014
0.9.0-beta1 1,129 7/3/2014
0.8.22 1,468 5/28/2014
0.8.19 1,547 4/29/2014
0.8.18 1,522 3/15/2014
0.8.16 1,453 3/1/2014
0.8.15 1,481 1/23/2014
0.8.14 1,501 12/4/2013
0.8.13 1,552 11/26/2013
0.8.12 1,773 10/3/2013
0.8.11 1,820 9/17/2013
0.8.10 1,534 8/5/2013
0.8.9 1,735 7/17/2013
0.8.8 1,624 6/18/2013
0.8.7 1,537 6/5/2013
0.8.6 1,603 5/30/2013
0.8.5 1,569 5/11/2013
0.8.4 1,558 4/26/2013
0.8.3 1,523 4/24/2013
0.8.1 1,548 4/20/2013
0.8.0 1,535 4/15/2013
0.7.3-beta1 1,265 4/2/2013
0.7.1-alpha1 1,240 3/26/2013
0.7.0-alpha1 1,246 3/25/2013

1. Added support of DNX 4.5.1;
2. Removed dependency on `System.Configuration.dll` (no longer supported configuration by using the Web.config and App.config files).