Skip to content

Commit

Permalink
Release 2.7.1
Browse files Browse the repository at this point in the history
Changes since 2.7.0:

- Prevent string resource lookup if not required. Fixes ([#264](cloudevents/sdk-csharp#264)).

Signed-off-by: Jon Skeet <[email protected]>
  • Loading branch information
ericdotnet committed Sep 4, 2023
1 parent fdba36f commit 0576c11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Version history (from 2.0)

## 2.7.1 (2023-09-04)

- Prevent string resource lookup if not required
Fixes ([#264](https://github.com/cloudevents/sdk-csharp/issues/264)).

## 2.7.0 (2023-07-31)

- Add the ability to specify a custom serializer for Avro.
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- We use the same version number for all stable
- packages. See PROCESSES.md for details.
-->
<Version>2.7.0</Version>
<Version>2.7.1</Version>

<!-- Make the repository root available for other properties -->
<RepoRoot>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))</RepoRoot>
Expand Down

0 comments on commit 0576c11

Please sign in to comment.