Skip to content

Commit f36d8b7

Browse files
committed
Fixed semver 2.0.0 to use dotted pre-release identifier
This will force correct sort behavior in nuget gallery.
1 parent 45d5277 commit f36d8b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use Razor to build templates from Files / EmbeddedResources / Strings / Database
2727
Install the nuget package using following command:
2828

2929
````
30-
Install-Package RazorLight -Version 2.0.0-rc1
30+
Install-Package RazorLight -Version 2.0.0-rc.1
3131
````
3232

3333
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.

README.source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use Razor to build templates from Files / EmbeddedResources / Strings / Database
2020
Install the nuget package using following command:
2121

2222
````
23-
Install-Package RazorLight -Version 2.0.0-rc1
23+
Install-Package RazorLight -Version 2.0.0-rc.1
2424
````
2525

2626
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.

src/RazorLight/RazorLight.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<PackageId>RazorLight</PackageId>
88
<Title>RazorLight</Title>
9-
<Version>2.0.0-rc1</Version>
9+
<Version>2.0.0-rc.1</Version>
1010
<Description>Use Razor to build your templates from strings / files / EmbeddedResources outside of ASP.NET MVC for .NET Core</Description>
1111
<Authors>toddams</Authors>
1212
<PackageTags>RazorLight, razor, render, dotnet-core, dotnet, core, template-engine, email, emails</PackageTags>

0 commit comments

Comments
 (0)