FuManchu 1.4.0
See the version list below for details.
dotnet add package FuManchu --version 1.4.0
NuGet\Install-Package FuManchu -Version 1.4.0
<PackageReference Include="FuManchu" Version="1.4.0" />
paket add FuManchu --version 1.4.0
#r "nuget: FuManchu, 1.4.0"
// Install FuManchu as a Cake Addin #addin nuget:?package=FuManchu&version=1.4.0 // Install FuManchu as a Cake Tool #tool nuget:?package=FuManchu&version=1.4.0
FuManchu is a text templating engine based on HandlebarsJS
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. 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. |
.NETPlatform | dotnet54 is compatible. |
-
.NETFramework 4.5.1
- No dependencies.
-
.NETPlatform 5.4
- Microsoft.CSharp (>= 4.0.1-beta-23516)
- System.Collections (>= 4.0.11-beta-23516)
- System.Collections.Concurrent (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Runtime (>= 4.0.21-beta-23516)
- System.Threading (>= 4.0.11-beta-23516)
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 |
#### 1.4.0
* Added support for {{#is...}} helper tags based on Dan Harper's Handlebars-Helpers library (https://github.com/danharper/Handlebars-Helpers)
* Added support for compiling against CoreCLR using `net451` and `dotnet5.4` TFMs
* Added support for resolving unknown expression values using the `UnknownValueResolver` delegate.
* Changed `Func<object, string>` instances to `HandlebarTemplate` to simplify the delegate types used for templates.
* Changed `Func<RenderContext, string>` instances to `HandlebarPartialTemplate` to simplify the delegate types used for partial templates.
* Changed `Func<HelperOptions, string>` instances to `HandlebarHelper` to simplify the delegate types used for helpers.