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 6d72425 commit fb05c52Copy full SHA for fb05c52
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>2.5.0</VersionPrefix>
+ <VersionPrefix>2.6.0</VersionPrefix>
5
<LangVersion>11.0</LangVersion>
6
<Nullable>enable</Nullable>
7
<ImplicitUsings>enable</ImplicitUsings>
ReleaseNotes.md
@@ -2,6 +2,11 @@
These are the NuGet package releases. See also [npm Release Notes](ReleaseNotesNpm.md).
+## 2.6.0
+
+* Update dependencies.
8
+* Add .NET 7; remove .NET Core 3.1 and .NET 5.
9
10
## 2.5.0
11
12
* Support nullable fields.
0 commit comments