Skip to content

Commit b0c4d78

Browse files
committed
Publish 3.11.0.
1 parent d4986c7 commit b0c4d78

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>3.10.1</VersionPrefix>
5-
<PackageValidationBaselineVersion>3.10.0</PackageValidationBaselineVersion>
4+
<VersionPrefix>3.11.0</VersionPrefix>
5+
<PackageValidationBaselineVersion>3.10.1</PackageValidationBaselineVersion>
66
<LangVersion>12.0</LangVersion>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>enable</ImplicitUsings>

ReleaseNotes.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 3.11.0
4+
5+
* Drop support for end-of-life frameworks.
6+
* Use roll forward with .NET tool.
7+
38
## 3.10.1
49

510
* Disable buffering for text/event-stream.

0 commit comments

Comments
 (0)