Skip to content

Commit 7999942

Browse files
committed
Release 2.7.1
Changes since 2.7.0: - Prevent string resource lookup if not required. Fixes ([cloudevents#264](cloudevents#264)). Signed-off-by: Jon Skeet <[email protected]>
1 parent afb9b85 commit 7999942

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/history.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Version history (from 2.0)
22

3+
## 2.7.1 (2023-09-04)
4+
5+
- Prevent string resource lookup if not required
6+
Fixes ([#264](https://github.com/cloudevents/sdk-csharp/issues/264)).
7+
38
## 2.7.0 (2023-07-31)
49

510
- Add the ability to specify a custom serializer for Avro.

src/Directory.Build.props

+1-1
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.7.0</Version>
7+
<Version>2.7.1</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)