BundleTransformer.CleanCss 1.9.62

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

// Install BundleTransformer.CleanCss as a Cake Tool
#tool nuget:?package=BundleTransformer.CleanCss&version=1.9.62

BundleTransformer.CleanCss contains one minifier-adapter for minification of CSS-code - `CleanCssMinifier`. `CleanCssMinifier` is based on the Clean-css (https://github.com/jakubpawlowicz/clean-css) version 3.2.8.

As a JS-engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working of this module is recommended to install the following NuGet packages: JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.Msie (only in the `ChakraJsRt` mode).

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
1.9.62 108 5/6/2015
1.9.61 67 5/3/2015
1.9.60 54 4/29/2015
1.9.59 61 4/21/2015
1.9.58 79 4/20/2015
1.9.57 57 4/14/2015
1.9.55 201 4/6/2015
1.9.52 64 3/30/2015
1.9.46 172 2/9/2015
1.9.43 72 1/31/2015
1.9.41 64 1/25/2015
1.9.40 70 1/19/2015
1.9.37 72 1/7/2015
1.9.35 100 12/21/2014
1.9.34 63 12/19/2014
1.9.33 73 12/10/2014
1.9.30 93 11/24/2014
1.9.29 233 11/17/2014
1.9.25 122 10/14/2014
1.9.21 115 9/17/2014
1.9.20 95 9/3/2014
1.9.17 82 8/27/2014
1.9.15 92 8/19/2014
1.9.13 73 8/7/2014
1.9.12 70 7/30/2014
1.9.11 74 7/28/2014
1.9.10 181 7/15/2014
1.9.8 87 7/9/2014
1.9.5 81 6/30/2014
1.9.4 72 6/29/2014
1.9.3 158 6/28/2014
1.9.1 70 6/25/2014
1.9.0 157 6/23/2014
1.9.0-Beta3 56 6/21/2014
1.9.0-Beta2 49 6/16/2014
1.9.0-Beta1 51 6/13/2014
1.8.30 234 4/28/2014
1.8.29 154 4/10/2014
1.8.25 152 2/28/2014
1.8.23 64 2/21/2014
1.8.21 70 2/10/2014
1.8.20 65 2/4/2014
1.8.18 64 1/22/2014
1.8.12 69 11/24/2013
1.8.11 66 11/7/2013
1.8.9 65 10/25/2013
1.8.7 68 10/16/2013
1.0.0 67 9/10/2013

Added support of Clean-css version 3.2.8.