Skip to content

Commit

Permalink
Release 2.0.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski committed Mar 27, 2020
1 parent bb0a99f commit afca0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.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-beta6
Install-Package RazorLight -Version 2.0.0-beta7
````

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-beta6</Version>
<Version>2.0.0-beta7</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 afca0cd

Please sign in to comment.