Handlebars.Net 1.3.2

dotnet add package Handlebars.Net --version 1.3.2
                    
NuGet\Install-Package Handlebars.Net -Version 1.3.2
                    
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="Handlebars.Net" Version="1.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Handlebars.Net" Version="1.3.2" />
                    
Directory.Packages.props
<PackageReference Include="Handlebars.Net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Handlebars.Net --version 1.3.2
                    
#r "nuget: Handlebars.Net, 1.3.2"
                    
#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.
#:package Handlebars.Net@1.3.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Handlebars.Net&version=1.3.2
                    
Install as a Cake Addin
#tool nuget:?package=Handlebars.Net&version=1.3.2
                    
Install as a Cake Tool

Blistering-fast Handlebars.js templates in your .NET application.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (32)

Showing the top 20 popular GitHub repositories that depend on Handlebars.Net:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
chocolatey/choco
Chocolatey - the package manager for Windows
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
ChangemakerStudios/Papercut-SMTP
Papercut SMTP -- The Simple Desktop Email Server
Squidex/squidex
Headless CMS and Content Managment Hub
exceptionless/Exceptionless
Exceptionless application
jwallet/spy-spotify
🎤 Records Spotify to mp3 without ads and adds media tags to the files 🎵
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
sebastienros/fluid
Fluid is an open-source .NET template engine based on the Liquid template language.
featbit/featbit
Enterprise-grade feature flag platform that you can self-host. Get started - free.
drasi-project/drasi-platform
The Data Change Processing platform
velopack/velopack
Installer and automatic update framework for cross-platform desktop applications
prom3theu5/aspirational-manifests
Handle deployments of .NET Aspire AppHost Projects
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
dotnet/arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects.
jlucansky/Quartzmin
Quartzmin is powerful, easy to use web management tool for Quartz.NET
dotnetcore/SmartCode
SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!!
dotnet/roslyn-sdk
Roslyn-SDK templates and Syntax Visualizer
Version Downloads Last Updated
1.3.2 659 4/11/2015
1.3.1 128 4/2/2015
1.3.0 87 3/31/2015
1.2.10 314 3/17/2015
1.2.9 1,326 3/6/2015
1.2.8 119 2/27/2015
1.2.7 45 2/27/2015
1.2.6 540 2/15/2015
1.2.5 41 2/15/2015
1.2.4 50 2/13/2015
1.2.3 90 2/9/2015
1.2.2 67 2/8/2015
1.2.1 61 2/7/2015
1.2.0 296 1/18/2015
1.1.7 53 1/16/2015
1.1.6 51 1/16/2015
1.1.5 52 1/14/2015
1.1.4 74 1/10/2015
1.1.3 45 1/10/2015
1.1.2 54 1/9/2015
1.1.1 58 1/8/2015
1.1.0 77 1/7/2015
1.0.6 67 1/2/2015
1.0.5 55 1/2/2015
1.0.4 50 1/2/2015
1.0.3 92 12/20/2014
1.0.2 115 11/30/2014
1.0.0-beta9 79 6/29/2014
1.0.0-beta8 47 6/22/2014
1.0.0-beta6 50 6/21/2014
1.0.0-beta5 50 6/15/2014
1.0.0-beta4 47 5/27/2014
1.0.0-beta3 45 5/26/2014
1.0.0-beta2 47 5/17/2014
1.0.0-beta18 247 11/20/2014
1.0.0-beta17 209 11/17/2014
1.0.0-beta16 123 10/15/2014
1.0.0-beta12 88 9/18/2014
1.0.0-beta11 59 8/31/2014
1.0.0-beta1 48 5/3/2014
1.0.0-alpha5 44 5/13/2014
1.0.0-alpha4 44 5/11/2014
1.0.0-alpha2 44 5/10/2014

Note the root namespace changed from Handlebars to HandlebarsDotNet