diff --git a/README.md b/README.md index bbdb10e6..4081fe7e 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-rc1 +Install-Package RazorLight -Version 2.0.0-rc.1 ```` 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 ea0986be..47ce4c5c 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-rc1 +Install-Package RazorLight -Version 2.0.0-rc.1 ```` 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 19a89ed3..4771d4e3 100644 --- a/src/RazorLight/RazorLight.csproj +++ b/src/RazorLight/RazorLight.csproj @@ -6,7 +6,7 @@ RazorLight RazorLight - 2.0.0-rc1 + 2.0.0-rc.1 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