BundleTransformer.Handlebars 1.9.60

dotnet add package BundleTransformer.Handlebars --version 1.9.60
NuGet\Install-Package BundleTransformer.Handlebars -Version 1.9.60
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="BundleTransformer.Handlebars" Version="1.9.60" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BundleTransformer.Handlebars --version 1.9.60
#r "nuget: BundleTransformer.Handlebars, 1.9.60"
#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 BundleTransformer.Handlebars as a Cake Addin
#addin nuget:?package=BundleTransformer.Handlebars&version=1.9.60

// Install BundleTransformer.Handlebars as a Cake Tool
#tool nuget:?package=BundleTransformer.Handlebars&version=1.9.60

BundleTransformer.Handlebars contains translator-adapter `HandlebarsTranslator` (supports Handlebars (http://handlebarsjs.com/) version 3.0.3). This adapter makes translation of Handlebars-templates to JS-code. Also contains debugging HTTP-handler `HandlebarsAssetHandler`, which is responsible for text output of translated Handlebars-asset.

As a JS-engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working of this module is recommended to install one of the following NuGet packages: JavaScriptEngineSwitcher.Msie or JavaScriptEngineSwitcher.V8.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.60 204 4/29/2015
1.9.59 71 4/21/2015
1.9.52 74 3/30/2015
1.9.50 99 3/1/2015
1.9.34 188 12/19/2014
1.9.25 166 10/14/2014
1.9.20 132 9/3/2014
1.9.13 125 8/7/2014
1.9.3 187 6/28/2014
1.9.1 112 6/25/2014
1.0.0 158 6/23/2014
1.0.0-Beta3 54 6/21/2014

Added support of Handlebars version 3.0.3.