From f36d8b794dc17d618dabd05a7588e8fff5926a00 Mon Sep 17 00:00:00 2001 From: John Zabroski Date: Tue, 17 Nov 2020 09:52:44 -0500 Subject: [PATCH] Fixed semver 2.0.0 to use dotted pre-release identifier This will force correct sort behavior in nuget gallery. --- 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 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