Cassette.CommonJs 1.0.5

.NET Framework 4.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 Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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 1,839 11/11/2016
1.0.4 848 11/10/2016
1.0.3 838 11/10/2016
1.0.2 809 11/10/2016
1.0.1 826 11/10/2016
1.0.0 1,089 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