WebMarkupMin.MsAjax 0.9.11

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

// Install WebMarkupMin.MsAjax as a Cake Tool
#tool nuget:?package=WebMarkupMin.MsAjax&version=0.9.11

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 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.11 291 1/31/2015
0.9.10 112 12/20/2014
0.9.9 82 11/25/2014
0.9.4 128 9/27/2014
0.9.0 98 9/9/2014
0.9.0-beta4 82 9/8/2014
0.9.0-beta1 88 7/3/2014
0.8.22 101 5/28/2014
0.8.19 77 4/29/2014
0.8.18 78 3/15/2014
0.8.16 71 3/1/2014
0.8.15 84 1/23/2014
0.8.14 85 12/4/2013
0.8.13 71 11/26/2013
0.8.12 96 10/3/2013
0.8.11 94 9/17/2013
0.8.10 78 8/5/2013
0.8.9 77 7/17/2013
0.8.8 80 6/18/2013
0.8.7 70 6/5/2013
0.8.6 81 5/30/2013
0.8.5 72 5/11/2013
0.8.4 70 4/26/2013
0.8.3 70 4/24/2013
0.8.1 61 4/20/2013
0.8.0 75 4/15/2013
0.7.3-beta1 65 4/2/2013
0.7.1-alpha1 76 3/26/2013
0.7.0-alpha1 63 3/25/2013

1. Added support of the Microsoft Ajax Minifier version 5.14;
2. In the `CssColor` enumeration added new value - `NoSwap`;
3. In CSS minification settings changed the default value for `ColorNames` property (instead of `Strict` now is used `Hex`).