DouglasCrockford.JsMin 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DouglasCrockford.JsMin --version 1.0.1
NuGet\Install-Package DouglasCrockford.JsMin -Version 1.0.1
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="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DouglasCrockford.JsMin --version 1.0.1
#r "nuget: DouglasCrockford.JsMin, 1.0.1"
#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=1.0.1

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

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

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0 Client

    • 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 (3)

Showing the top 3 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
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 102,279 10/31/2019
2.0.0 9,867 4/3/2019
1.1.3 56,129 3/25/2017
1.1.2 3,744 1/5/2017
1.1.1 20,510 7/19/2016
1.1.0 6,894 6/30/2016
1.1.0-rc2 1,534 5/20/2016
1.1.0-rc1 1,574 3/26/2016
1.0.1 5,614 3/25/2016

1. Assembly is now targeted on the .NET Framework 4 Client Profile;
2. “JSMin.NET” NuGet package renamed to “DouglasCrockford.JsMin”.