From 9eb0a7f5db6386175f2be08d9072f81cdf81b136 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 7 Jun 2021 09:23:52 +0100 Subject: [PATCH] All packages pre-release version 2.0.0-rc.1 This is the first release candidate for version 2.0.0. Most significant changes since 2.0.0-beta.3: - Web hook code removed for the moment - See https://github.com/cloudevents/spec/issues/781 for background - CloudEventJsonInputFormatter removed from ASP.NET Core package - More work is required before we want to commit to this; code is in the sample for now - Distributed tracing extension attributes removed for the moment - See https://github.com/cloudevents/spec/pull/751 for background - Use `ReadOnlyMemory` instead of `byte[]` in `CloudEventFormatter` The last of these is the biggest change, and a breaking one. `BinaryDataUtilities` has been modified to provide helper methods. Signed-off-by: Jon Skeet --- src/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c594c22..4ae3898 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -4,7 +4,7 @@ - During beta, we use the same version number for all - packages. See PROCESSES.md for details. --> - 2.0.0-beta.3 + 2.0.0-rc.1 $([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))