Cassette.CommonJs 1.0.3

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

// Install Cassette.CommonJs as a Cake Tool
#tool nuget:?package=Cassette.CommonJs&version=1.0.3

Plugin for Cassette to bundle JavaScript using CommonJS style references.

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 2,100 11/11/2016
1.0.4 951 11/10/2016
1.0.3 945 11/10/2016
1.0.2 913 11/10/2016
1.0.1 923 11/10/2016
1.0.0 1,189 11/3/2016

Version 1.0.2
     * Update Cassette dependency to 2.4
    
     Version 1.0.1
     * Update to same .Net 4 Client Profile version used by Cassette
     * Add dependency to Json.Net
     * Replace global require with shim
     
     Version 1.0.0
     * Initial release