RazorEngine.Roslyn 4.1.1-rc1

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

// Install RazorEngine.Roslyn as a Cake Tool
#tool nuget:?package=RazorEngine.Roslyn&version=4.1.1-rc1&prerelease

RazorEngine.Roslyn - Roslyn support for RazorEngine.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RazorEngine.Roslyn:

Package Downloads
Dynamicweb.Rendering.Providers

Providers for template rendering

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.1-rc1 9,003 6/16/2017
4.1.0-rc1 14,300 7/17/2016
4.0.4-beta1 1,313 8/22/2015
4.0.2-beta1 900 3/27/2015
4.0.1-beta1 862 1/23/2015
4.0.0-beta1 1,501 12/30/2014
3.6.1-rc1 394,502 6/16/2017
3.6.0-rc1 1,287 7/17/2016
3.5.4-beta1 1,751 8/22/2015
3.5.3-beta1 833 8/22/2015
3.5.2-beta1 960 3/27/2015
3.5.1-beta1 815 1/23/2015
3.5.0-beta2 1,138 1/1/2015
3.5.0-beta1 1,295 12/30/2014

(NEW) Add a simple way to create typed, runnable templates, thanks ocoanet (https://github.com/Antaris/RazorEngine/pull/431)
(NEW) Adding in temporary file path configuration, thanks brentonlamar (https://github.com/Antaris/RazorEngine/pull/400)
(DOCS) Fix typo in README.md, thanks a510 (https://github.com/Antaris/RazorEngine/pull/435)
(ENHANCEMENT) Add FullName to Exception when Assembly is not found, thanks zamojski (https://github.com/Antaris/RazorEngine/pull/448)
(BUGFIX) Fix RazorDynamicObject dispose automatically created RazorDynamicObjects, thanks campersau (https://github.com/Antaris/RazorEngine/pull/438)
(BUILD) Updates NUnit to 3.6.1, thanks conniey (https://github.com/Antaris/RazorEngine/pull/465)