From afca0cd05a68e2f69f1e2c139905e4de9f982916 Mon Sep 17 00:00:00 2001 From: John Zabroski Date: Fri, 27 Mar 2020 11:36:27 -0400 Subject: [PATCH] Release 2.0.0-beta7 --- README.md | 2 +- src/RazorLight/RazorLight.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed39abc4..45744ba6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Use Razor to build templates from Files / EmbeddedResources / Strings / Database Install the nuget package using following command: ```` -Install-Package RazorLight -Version 2.0.0-beta6 +Install-Package RazorLight -Version 2.0.0-beta7 ```` The simplest scenario is to create a template from string. Each template must have a ````templateKey```` that is associated with it, so you can render the same template next time without recompilation. diff --git a/src/RazorLight/RazorLight.csproj b/src/RazorLight/RazorLight.csproj index 2e3e7386..bc138b9b 100644 --- a/src/RazorLight/RazorLight.csproj +++ b/src/RazorLight/RazorLight.csproj @@ -6,7 +6,7 @@ RazorLight RazorLight - 2.0.0-beta6 + 2.0.0-beta7 Use Razor to build your templates from strings / files / EmbeddedResources outside of ASP.NET MVC for .NET Core toddams RazorLight, razor, render, dotnet-core, dotnet, core, template-engine, email, emails