Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski committed Oct 14, 2022
1 parent 39e6587 commit 5fff13f
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 @@ -87,7 +87,7 @@ United States
Install the nuget package using following command:

````
Install-Package RazorLight -Version 2.0.0
Install-Package RazorLight -Version 2.2.0
````

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 @@ -80,7 +80,7 @@ United States
Install the nuget package using following command:

````
Install-Package RazorLight -Version 2.0.0
Install-Package RazorLight -Version 2.2.0
````

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/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- This is what currently determines the version number. -->
<PropertyGroup>
<Version>2.1.1</Version>
<Version>2.2.0</Version>
</PropertyGroup>

</Project>

0 comments on commit 5fff13f

Please sign in to comment.