From 1984903a7c1a5204936465635f405896c919d5e3 Mon Sep 17 00:00:00 2001 From: John Zabroski Date: Mon, 16 Nov 2020 11:20:54 -0500 Subject: [PATCH] RazorLight 2.0.0-rc1 --- README.md | 2 +- README.source.md | 2 +- src/RazorLight/RazorLight.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53e0760e..bbdb10e6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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-beta10 +Install-Package RazorLight -Version 2.0.0-rc1 ```` 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/README.source.md b/README.source.md index a1c81889..ea0986be 100644 --- a/README.source.md +++ b/README.source.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-beta10 +Install-Package RazorLight -Version 2.0.0-rc1 ```` 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 f139e058..ed5ff676 100644 --- a/src/RazorLight/RazorLight.csproj +++ b/src/RazorLight/RazorLight.csproj @@ -6,7 +6,7 @@ RazorLight RazorLight - 2.0.0-beta10 + 2.0.0-rc1 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