BundleTransformer.JsMin 1.12.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 4.0
dotnet add package BundleTransformer.JsMin --version 1.12.6
NuGet\Install-Package BundleTransformer.JsMin -Version 1.12.6
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.JsMin" Version="1.12.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BundleTransformer.JsMin --version 1.12.6
#r "nuget: BundleTransformer.JsMin, 1.12.6"
#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.JsMin as a Cake Addin
#addin nuget:?package=BundleTransformer.JsMin&version=1.12.6

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

BundleTransformer.JsMin contains one minifier-adapter for minification of JS code - `CrockfordJsMinifier`. `CrockfordJsMinifier` is based on the C# port of Douglas Crockford's JSMin (https://github.com/douglascrockford/JSMin) version of October 30, 2019.

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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BundleTransformer.JsMin:

Package Downloads
Equ.Umbraco.Bootstrap

Equ Umbraco Bootstrap

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on BundleTransformer.JsMin:

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Version Downloads Last updated
1.12.6 30,819 11/19/2019
1.11.1 2,275 4/4/2019
1.10.0 5,878 12/26/2018
1.10.0-beta1 533 12/10/2018
1.9.160 25,518 6/15/2017
1.9.153 1,369 3/26/2017
1.9.143 1,433 1/5/2017
1.9.117 5,594 7/28/2016
1.9.114 10,242 6/30/2016
1.9.97 2,194 3/26/2016
1.9.92 1,182 3/8/2016
1.9.52 7,364 3/30/2015
1.9.34 49,680 12/19/2014
1.9.25 2,860 10/14/2014
1.9.13 2,066 8/7/2014
1.9.1 1,998 6/25/2014
1.9.0 1,380 6/23/2014
1.9.0-Beta3 980 6/21/2014
1.9.0-Beta1 974 6/13/2014
1.8.30 1,640 4/28/2014
1.8.29 1,465 4/10/2014
1.8.23 1,661 2/21/2014
1.8.20 1,345 2/4/2014
1.8.18 1,330 1/22/2014
1.8.12 1,571 11/24/2013
1.8.11 1,352 11/7/2013
1.8.7 1,316 10/16/2013
1.8.4 1,377 9/16/2013
1.8.2 1,255 9/10/2013
1.8.0 1,253 9/5/2013
1.7.27 1,371 8/26/2013
1.7.21 1,623 8/4/2013
1.7.16 1,588 7/11/2013
1.7.9-Beta1 1,070 5/27/2013
1.7.7-Beta1 999 5/3/2013
1.7.0-Beta1 1,074 3/19/2013
1.6.26 1,413 5/28/2013
1.6.25 1,442 5/13/2013
1.6.13 1,918 12/4/2012
1.6.11 1,617 11/22/2012
1.6.10 1,659 11/17/2012
1.6.6 1,770 10/15/2012
1.6.5 1,637 10/11/2012
1.6.1 1,461 9/20/2012
1.6.0 1,420 9/12/2012
1.5.5 1,502 8/29/2012
1.5.0 2,816 8/16/2012
1.4.3-beta3 1,108 8/1/2012
1.4.2-beta3 1,088 6/23/2012
1.4.1-beta3 1,162 6/19/2012
1.4.0-beta2 1,106 6/6/2012
1.0.0-beta 1,131 5/16/2012

Added support of the JSMin version of October 30, 2019.