Skip to content

Commit 33dffbc

Browse files
committed
Publish 2.8.0.
1 parent 7490199 commit 33dffbc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Directory.Build.props

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

33
<PropertyGroup>
4-
<VersionPrefix>2.7.0</VersionPrefix>
4+
<VersionPrefix>2.8.0</VersionPrefix>
55
<LangVersion>11.0</LangVersion>
66
<Nullable>enable</Nullable>
77
<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.8.0
6+
7+
* Support `datetime`.
8+
59
## 2.7.0
610

711
* Support `extern` data and enum types.

0 commit comments

Comments
 (0)