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.