From 57e26d5ba7451f77e2af3b63ef363c75ffe0f055 Mon Sep 17 00:00:00 2001 From: Victor Bushong Date: Wed, 26 Jun 2024 13:02:04 -0500 Subject: [PATCH] Publish 2.11.0. --- Directory.Build.props | 2 +- ReleaseNotes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index b89ff30..4499733 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.10.1 + 2.11.0 2.8.0 12.0 enable diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 9bad3b6..5c5360b 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,10 @@ These are the NuGet package releases. See also [npm Release Notes](ReleaseNotesNpm.md). +## 2.11.0 + +* Enable use of external enumerations as URI and header request parameters. + ## 2.10.1 * Fix TypeScript file name references when using `file-name-suffix` generator setting.