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 63883da commit fa76bbbCopy full SHA for fa76bbb
Directory.Build.props
@@ -1,7 +1,8 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>2.4.2</VersionPrefix>
+ <VersionPrefix>2.5.0</VersionPrefix>
5
+ <VersionSuffix>beta.1</VersionSuffix>
6
<LangVersion>10.0</LangVersion>
7
<Nullable>enable</Nullable>
8
<ImplicitUsings>enable</ImplicitUsings>
ReleaseNotes.md
@@ -2,6 +2,10 @@
These are the NuGet package releases. See also [npm Release Notes](ReleaseNotesNpm.md).
+## 2.5.0-beta.1
+
+* Support nullable fields.
9
## 2.4.2
10
11
* Add .NET 6 target.
0 commit comments