diff --git a/README.md b/README.md index 4081fe7e..b77a1771 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-rc.1 +Install-Package RazorLight -Version 2.0.0-rc.2 ```` 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 47ce4c5c..f0fb993a 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-rc.1 +Install-Package RazorLight -Version 2.0.0-rc.2 ```` 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 e24e4ae9..4f296934 100644 --- a/src/RazorLight/RazorLight.csproj +++ b/src/RazorLight/RazorLight.csproj @@ -6,7 +6,7 @@ RazorLight RazorLight - 2.0.0-rc.1 + 2.0.0-rc.2 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