Skip to content

Commit 02f3942

Browse files
committed
Release 2.5.0
Changes since 2.4.0: - Dependencies: update dependencies in CloudNative.CloudEvents.AspNetCore: - Remove dependency on Microsoft.AspNetCore.Mvc.Core (as we don't use it) - Update dependency on Microsoft.AspNetCore.Http to 2.1.34 - Explicitly add dependency on System.Text.Encodings.Web 6.0.0 to avoid security issue in older version No APIs have changed, but this is a minor release due to the significant dependency changes. Signed-off-by: Jon Skeet <[email protected]>
1 parent ff0d216 commit 02f3942

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/history.md

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

3+
## 2.5.0 (2022-10-17)
4+
5+
- Dependencies: update dependencies in CloudNative.CloudEvents.AspNetCore:
6+
- Remove dependency on Microsoft.AspNetCore.Mvc.Core (as we don't use it)
7+
- Update dependency on Microsoft.AspNetCore.Http to 2.1.34
8+
- Explicitly add dependency on System.Text.Encodings.Web 6.0.0 to avoid security issue in older version
9+
10+
No APIs have changed, but this is a minor release due to the significant dependency changes.
11+
312
## 2.4.0 (2022-09-08)
413

514
- Feature: Implement underscore prefixes for AMQP (see below for more details) ([#236](https://github.com/cloudevents/sdk-csharp/pull/236))

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- We use the same version number for all stable
55
- packages. See PROCESSES.md for details.
66
-->
7-
<Version>2.4.0</Version>
7+
<Version>2.5.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)