From 90bfe356f640cc51b10802ef90f533cf6a98a484 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 10 Nov 2022 09:33:16 +0000 Subject: [PATCH] Release 2.5.1 Changes since 2.5.0: - Dependencies: update dependencies in CloudNative.CloudEvents.Avro - Add explicit dependency on Newtonsoft.Json 13.0.1 to avoid transitive dependency on a version containing vulnerabilities - Update Apache.Avro to 1.11.1 No APIs have changed. This is a patch release as the dependency changes are very minor (but necessary to avoid vulnerabilities). Signed-off-by: Jon Skeet --- docs/history.md | 10 ++++++++++ src/Directory.Build.props | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index 58b107d..b8d5737 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,5 +1,15 @@ # Version history (from 2.0) +## 2.5.1 (2022-11-10) + +- Dependencies: update dependencies in CloudNative.CloudEvents.Avro + - Add explicit dependency on Newtonsoft.Json 13.0.1 to avoid + transitive dependency on a version containing vulnerabilities + - Update Apache.Avro to 1.11.1 + +No APIs have changed. This is a patch release as the dependency +changes are very minor (but necessary to avoid vulnerabilities). + ## 2.5.0 (2022-10-17) - Dependencies: update dependencies in CloudNative.CloudEvents.AspNetCore: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7b5778e..cf8b27a 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -4,7 +4,7 @@ - We use the same version number for all stable - packages. See PROCESSES.md for details. --> - 2.5.0 + 2.5.1 $([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))