Skip to content

Commit

Permalink
Bump Version 2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski committed Nov 18, 2020
1 parent 883ec48 commit 36b2698
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/RazorLight/RazorLight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup>
<PackageId>RazorLight</PackageId>
<Title>RazorLight</Title>
<Version>2.0.0-rc.1</Version>
<Version>2.0.0-rc.2</Version>
<Description>Use Razor to build your templates from strings / files / EmbeddedResources outside of ASP.NET MVC for .NET Core</Description>
<Authors>toddams</Authors>
<PackageTags>RazorLight, razor, render, dotnet-core, dotnet, core, template-engine, email, emails</PackageTags>
Expand Down

0 comments on commit 36b2698

Please sign in to comment.