FuManchu 1.2.0
See the version list below for details.
dotnet add package FuManchu --version 1.2.0
NuGet\Install-Package FuManchu -Version 1.2.0
<PackageReference Include="FuManchu" Version="1.2.0" />
paket add FuManchu --version 1.2.0
#r "nuget: FuManchu, 1.2.0"
// Install FuManchu as a Cake Addin #addin nuget:?package=FuManchu&version=1.2.0 // Install FuManchu as a Cake Tool #tool nuget:?package=FuManchu&version=1.2.0
FuManchu - Handlebars for .NET
Product | Versions 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. |
-
.NETFramework 4.5
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FuManchu:
Package | Downloads |
---|---|
Easify.Notifications.Templating.HandleBars
HandleBars implementation for Notification Templating |
|
LittleBlocks.Notifications.Templating.HandleBars
HandleBars implementation for Notification Templating |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.2 | 37 | 11/19/2024 |
2.3.1 | 38 | 11/18/2024 |
2.3.0 | 75 | 11/14/2024 |
2.2.1 | 81 | 11/11/2024 |
2.2.0 | 89 | 11/11/2024 |
2.1.2 | 77 | 11/11/2024 |
2.1.1 | 75 | 11/11/2024 |
2.1.0 | 74 | 11/8/2024 |
2.0.1 | 78 | 11/1/2024 |
2.0.0 | 75 | 11/1/2024 |
1.6.0 | 18,944 | 7/31/2017 |
1.5.0 | 1,817 | 6/16/2016 |
1.4.0 | 1,701 | 4/18/2016 |
1.3.0 | 1,800 | 1/8/2015 |
1.2.0 | 1,170 | 1/7/2015 |
1.1.0 | 1,443 | 1/4/2015 |
1.0.0 | 1,389 | 1/3/2015 |
Added support for html escaping using {{&...}} experssions. These are equivalent to {{{...}}} expressions.
Renamed RawString to SafeString to align with HandlebarsJS API, and moved to base FuManchu namespace.
Fixed issue with Write method for SyntaxTreeRenderer<T>.Write method not actually considering the RenderContext.EscapeEncoding value.