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 7490199 commit 33dffbcCopy full SHA for 33dffbc
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<PropertyGroup>
4
- <VersionPrefix>2.7.0</VersionPrefix>
+ <VersionPrefix>2.8.0</VersionPrefix>
5
<LangVersion>11.0</LangVersion>
6
<Nullable>enable</Nullable>
7
<ImplicitUsings>enable</ImplicitUsings>
ReleaseNotes.md
@@ -2,6 +2,10 @@
These are the NuGet package releases. See also [npm Release Notes](ReleaseNotesNpm.md).
+## 2.8.0
+
+* Support `datetime`.
8
9
## 2.7.0
10
11
* Support `extern` data and enum types.
0 commit comments