DouglasCrockford.JsMin
2.1.0
dotnet add package DouglasCrockford.JsMin --version 2.1.0
NuGet\Install-Package DouglasCrockford.JsMin -Version 2.1.0
<PackageReference Include="DouglasCrockford.JsMin" Version="2.1.0" />
paket add DouglasCrockford.JsMin --version 2.1.0
#r "nuget: DouglasCrockford.JsMin, 2.1.0"
// 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 |
-
.NETFramework 4.0 Client
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.0)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DouglasCrockford.JsMin:
Package | Downloads |
---|---|
BundleTransformer.JsMin
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
|
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.