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 Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
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 25,609 11/19/2019
1.11.1 1,870 4/4/2019
1.10.0 4,489 12/26/2018
1.10.0-beta1 509 12/10/2018
1.9.160 22,367 6/15/2017
1.9.153 1,291 3/26/2017
1.9.143 1,305 1/5/2017
1.9.117 3,199 7/28/2016
1.9.114 8,443 6/30/2016
1.9.97 1,978 3/26/2016
1.9.92 1,094 3/8/2016
1.9.52 6,954 3/30/2015
1.9.34 39,188 12/19/2014
1.9.25 2,758 10/14/2014
1.9.13 1,966 8/7/2014
1.9.1 1,897 6/25/2014
1.9.0 1,298 6/23/2014
1.9.0-Beta3 954 6/21/2014
1.9.0-Beta1 948 6/13/2014
1.8.30 1,563 4/28/2014
1.8.29 1,359 4/10/2014
1.8.23 1,554 2/21/2014
1.8.20 1,250 2/4/2014
1.8.18 1,231 1/22/2014
1.8.12 1,475 11/24/2013
1.8.11 1,253 11/7/2013
1.8.7 1,209 10/16/2013
1.8.4 1,274 9/16/2013
1.8.2 1,176 9/10/2013
1.8.0 1,175 9/5/2013
1.7.27 1,258 8/26/2013
1.7.21 1,511 8/4/2013
1.7.16 1,490 7/11/2013
1.7.9-Beta1 1,039 5/27/2013
1.7.7-Beta1 969 5/3/2013
1.7.0-Beta1 1,042 3/19/2013
1.6.26 1,317 5/28/2013
1.6.25 1,347 5/13/2013
1.6.13 1,817 12/4/2012
1.6.11 1,516 11/22/2012
1.6.10 1,560 11/17/2012
1.6.6 1,680 10/15/2012
1.6.5 1,548 10/11/2012
1.6.1 1,365 9/20/2012
1.6.0 1,319 9/12/2012
1.5.5 1,397 8/29/2012
1.5.0 2,381 8/16/2012
1.4.3-beta3 1,071 8/1/2012
1.4.2-beta3 1,047 6/23/2012
1.4.1-beta3 1,117 6/19/2012
1.4.0-beta2 1,065 6/6/2012
1.0.0-beta 1,093 5/16/2012

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