Cassette.CommonJs 1.0.5

dotnet add package Cassette.CommonJs --version 1.0.5
NuGet\Install-Package Cassette.CommonJs -Version 1.0.5
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.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cassette.CommonJs --version 1.0.5
#r "nuget: Cassette.CommonJs, 1.0.5"
#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.5

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

Plugin for Cassette to bundle JavaScript using CommonJS style references.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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,101 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.5
- Remove concat processor from pipeline, replace with CommonJS wrapper (which will call default if no CommonJS in bundle)

Version 1.0.4
- Fix for external references.
     
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