RazorEngine 3.5.0

.NET Framework 4.0
Install-Package RazorEngine -Version 3.5.0
dotnet add package RazorEngine --version 3.5.0
<PackageReference Include="RazorEngine" Version="3.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RazorEngine --version 3.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RazorEngine, 3.5.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install RazorEngine as a Cake Addin
#addin nuget:?package=RazorEngine&version=3.5.0

// Install RazorEngine as a Cake Tool
#tool nuget:?package=RazorEngine&version=3.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

RazorEngine - A Templating Engine based on the Razor parser.

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48
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.

Version Downloads Last updated
3.5.0 0 06.02.2022
3.4.1 0 06.02.2022

documentation website based on FSharp.Formatting (https://antaris.github.io/RazorEngine), can be build locally
travis and appveyor build systems to automatically build on mono and windows.
build environment to build and release the project, the documentation and the nuget package.
readded support for net40 (which will use the Razor with version 2.0.30506.0)
New API surface (various classes are Obsolete now).
Improved Isolation (AppDomain Sandboxing) support.
Caching API.
Fixed most open bugs.
Razor 4 support (in 4.0.0)
Roslyn Support (via RazorEngine.Roslyn, not supported on net40)
Please report breaking changes in 3.5.0 (from 3.4.x) and open an issue!