DouglasCrockford.JsMin 2.1.0

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

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

JSMin.NET is a .NET port of the Douglas Crockford's JSMin (https://github.com/douglascrockford/JSMin).

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net40-client net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0 Client

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 1.0

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

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

Package Downloads
BundleTransformer.JsMin The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on DouglasCrockford.JsMin:

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
ACEmulator/ACE
Asheron's Call server emulator.
spaghettidba/WorkloadTools
A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
Version Downloads Last updated
2.1.0 57,519 10/31/2019
2.0.0 8,778 4/3/2019
1.1.3 47,091 3/25/2017
1.1.2 2,904 1/5/2017
1.1.1 11,927 7/19/2016
1.1.0 3,896 6/30/2016
1.1.0-rc2 1,005 5/20/2016
1.1.0-rc1 1,009 3/26/2016
1.0.1 4,556 3/25/2016

1. JSMin was updated to version of October 30, 2019;
2. The `GetEstimatedOutputLength` method is deprecated. Use a length of input string or any other suitable value instead;
3. Enabled a SourceLink in NuGet package.