Skip to content

Commit 5fff13f

Browse files
authored
Release 2.2.0
1 parent 39e6587 commit 5fff13f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ United States
8787
Install the nuget package using following command:
8888

8989
````
90-
Install-Package RazorLight -Version 2.0.0
90+
Install-Package RazorLight -Version 2.2.0
9191
````
9292

9393
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ United States
8080
Install the nuget package using following command:
8181

8282
````
83-
Install-Package RazorLight -Version 2.0.0
83+
Install-Package RazorLight -Version 2.2.0
8484
````
8585

8686
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/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- This is what currently determines the version number. -->
33
<PropertyGroup>
4-
<Version>2.1.1</Version>
4+
<Version>2.2.0</Version>
55
</PropertyGroup>
66

77
</Project>

0 commit comments

Comments
 (0)