Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4928a03 commit 57e26d5Copy full SHA for 57e26d5
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>2.10.1</VersionPrefix>
+ <VersionPrefix>2.11.0</VersionPrefix>
5
<PackageValidationBaselineVersion>2.8.0</PackageValidationBaselineVersion>
6
<LangVersion>12.0</LangVersion>
7
<Nullable>enable</Nullable>
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.
8
9
## 2.10.1
10
11
* Fix TypeScript file name references when using `file-name-suffix` generator setting.
0 commit comments