Skip to content

Commit bedad89

Browse files
committed
All packages release version 2.1.0
New features: - Nullable reference type annotations ([#170](#170)) - More batch support for HttpListener ([#166](#166)) - CloudEvent.CopyToHttpResponse extension method (part of [#148](#148)) Other improvements: - More informative error message for non-CE HTTP requests ([#165](#165)) Bug fixes: - Various small XML docs typos ([commit](626089e)) - Don't set the content type to JSON in HttpListener when it's not set in the CloudEvent ([commit](18e1363)) Signed-off-by: Jon Skeet <[email protected]>
1 parent e7ebdd7 commit bedad89

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

docs/history.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Version history (from 2.0)
22

3+
## 2.1 (2021-07-14)
4+
5+
New features:
6+
7+
- Nullable reference type annotations ([#170](https://github.com/cloudevents/sdk-csharp/issues/170))
8+
- More batch support for HttpListener ([#166](https://github.com/cloudevents/sdk-csharp/issues/166))
9+
- CloudEvent.CopyToHttpResponse extension method (part of [#148](https://github.com/cloudevents/sdk-csharp/issues/148))
10+
11+
Other improvements:
12+
13+
- More informative error message for non-CE HTTP requests ([#165](https://github.com/cloudevents/sdk-csharp/issues/165))
14+
15+
Bug fixes:
16+
17+
- Various small XML docs typos ([commit](https://github.com/cloudevents/sdk-csharp/commit/626089ea1e5bb6741868aeb389cb4d314e9e72ed))
18+
- Don't set the content type to JSON in HttpListener when it's not set in the CloudEvent ([commit](https://github.com/cloudevents/sdk-csharp/commit/18e13635fe333b24432ac34d9ef040cd962d1063))
19+
320
## 2.0 (2021-06-15)
421

522
Initial GA release for 2.x. See the ["changes since 1.x"

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22
<PropertyGroup>
33
<!--
4-
- During beta, we use the same version number for all
4+
- We use the same version number for all stable
55
- packages. See PROCESSES.md for details.
66
-->
7-
<Version>2.0.0</Version>
7+
<Version>2.1.0</Version>
88

99
<!-- Make the repository root available for other properties -->
1010
<RepoRoot>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))</RepoRoot>

0 commit comments

Comments
 (0)