From f8b7d2f746e7b8a9b9aaa8687293a0085eca6e8d Mon Sep 17 00:00:00 2001 From: John Zabroski Date: Fri, 14 Oct 2022 18:54:22 -0400 Subject: [PATCH] Version 2.3.0 --- README.md | 2 +- README.source.md | 2 +- src/Directory.Build.props | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 208b193..fcc1593 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.2.0 +Install-Package RazorLight -Version 2.3.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 370987d..f4bb0c6 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.2.0 +Install-Package RazorLight -Version 2.3.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 4006c7c..aac52dd 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - 2.2.0 + 2.3.0