Skip to content

Commit d028659

Browse files
committed
Release 2.6.0
Changes since 2.5.1: - Dependencies: system-level dependencies updated - The NuGet package now uses PackageLicenseExpression (but still includes the licence file as well). Fixes ([#252](#252)). - Regenerated protobuf schema using the original filename of cloudevents.proto instead of ProtoSchema.proto. An additional ProtoSchemaReflection class has been added purely for compatibility. Fixes ([#256](#256)). Signed-off-by: Jon Skeet <[email protected]>
1 parent b188ee8 commit d028659

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/history.md

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

3+
## 2.6.0 (2023-03-07)
4+
5+
- Dependencies: system-level dependencies updated
6+
- The NuGet package now uses PackageLicenseExpression (but still
7+
includes the licence file as well).
8+
Fixes ([#252](https://github.com/cloudevents/sdk-csharp/issues/252)).
9+
- Regenerated protobuf schema using the original filename of
10+
cloudevents.proto instead of ProtoSchema.proto. An additional
11+
ProtoSchemaReflection class has been added purely for compatibility.
12+
Fixes ([#256](https://github.com/cloudevents/sdk-csharp/issues/256)).
13+
314
## 2.5.1 (2022-11-10)
415

516
- Dependencies: update dependencies in CloudNative.CloudEvents.Avro

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.5.1</Version>
7+
<Version>2.6.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)