Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa76bbb

Browse files
committed
Publish 2.5.0-beta.1.
1 parent 63883da commit fa76bbb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>2.4.2</VersionPrefix>
4+
<VersionPrefix>2.5.0</VersionPrefix>
5+
<VersionSuffix>beta.1</VersionSuffix>
56
<LangVersion>10.0</LangVersion>
67
<Nullable>enable</Nullable>
78
<ImplicitUsings>enable</ImplicitUsings>

ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
These are the NuGet package releases. See also [npm Release Notes](ReleaseNotesNpm.md).
44

5+
## 2.5.0-beta.1
6+
7+
* Support nullable fields.
8+
59
## 2.4.2
610

711
* Add .NET 6 target.

0 commit comments

Comments
 (0)