diff --git a/README.md b/README.md index 456df6c..208b193 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README.source.md b/README.source.md index 6a46048..370987d 100644 --- a/README.source.md +++ b/README.source.md @@ -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. diff --git a/src/Directory.Build.props b/src/Directory.Build.props index add16e6..4006c7c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - 2.1.1 + 2.2.0