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

Skip to content

Commit 9a5ffec

Browse files
committed
Publish 3.1.0.
1 parent 653801b commit 9a5ffec

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Directory.Build.props

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

33
<PropertyGroup>
4-
<VersionPrefix>3.0.0</VersionPrefix>
5-
<PackageValidationBaselineVersion>2.8.0</PackageValidationBaselineVersion>
4+
<VersionPrefix>3.1.0</VersionPrefix>
5+
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
66
<LangVersion>12.0</LangVersion>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>enable</ImplicitUsings>

ReleaseNotes.md

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

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

5+
## 3.1.0
6+
7+
* Drop support for end-of-life frameworks.
8+
* Use roll forward with .NET tool.
9+
510
## 3.0.0
611

712
* Support required fields as not optional in TypeScript.

0 commit comments

Comments
 (0)