From 5993648114ce71602a4f4bb6b5a3220e2047f995 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Wed, 14 Jul 2021 09:20:25 +0100 Subject: [PATCH] All packages release version 2.1.0 New features: - Nullable reference type annotations ([#170](https://github.com/cloudevents/sdk-csharp/issues/170)) - More batch support for HttpListener ([#166](https://github.com/cloudevents/sdk-csharp/issues/166)) - CloudEvent.CopyToHttpResponse extension method (part of [#148](https://github.com/cloudevents/sdk-csharp/issues/148)) Other improvements: - More informative error message for non-CE HTTP requests ([#165](https://github.com/cloudevents/sdk-csharp/issues/165)) Bug fixes: - Various small XML docs typos ([commit](https://github.com/cloudevents/sdk-csharp/commit/626089ea1e5bb6741868aeb389cb4d314e9e72ed)) - 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)) Signed-off-by: Jon Skeet --- docs/history.md | 17 +++++++++++++++++ src/Directory.Build.props | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/docs/history.md b/docs/history.md index d3e5ba1..3d7a9cb 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,5 +1,22 @@ # Version history (from 2.0) +## 2.1 (2021-07-14) + +New features: + +- Nullable reference type annotations ([#170](https://github.com/cloudevents/sdk-csharp/issues/170)) +- More batch support for HttpListener ([#166](https://github.com/cloudevents/sdk-csharp/issues/166)) +- CloudEvent.CopyToHttpResponse extension method (part of [#148](https://github.com/cloudevents/sdk-csharp/issues/148)) + +Other improvements: + +- More informative error message for non-CE HTTP requests ([#165](https://github.com/cloudevents/sdk-csharp/issues/165)) + +Bug fixes: + +- Various small XML docs typos ([commit](https://github.com/cloudevents/sdk-csharp/commit/626089ea1e5bb6741868aeb389cb4d314e9e72ed)) +- 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)) + ## 2.0 (2021-06-15) Initial GA release for 2.x. See the ["changes since 1.x" diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 4c26a16..a57c09c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,10 +1,10 @@ - 2.0.0 + 2.1.0 $([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))