Skip to content

Commit 3ce4aa0

Browse files
committed
Release 2.3.1
Changes since 2.3.0: - Bug fix: ignore the charset when determining the content type for decoding JSON (#216) - Bug fix: make the NuGet package deterministic (#175) Signed-off-by: Jon Skeet <[email protected]>
1 parent f74d383 commit 3ce4aa0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/history.md

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

3+
## 2.3.1 (2022-06-29)
4+
5+
- Bug fix: ignore the charset when determining the content type for decoding JSON ([#216](https://github.com/cloudevents/sdk-csharp/issues/216))
6+
- Bug fix: make the NuGet package deterministic ([#175](https://github.com/cloudevents/sdk-csharp/issues/175))
7+
38
## 2.3.0 (2022-05-31)
49

510
- Bug fix: BinaryDataUtilities.AsArray misbehavior with array segments ([#209](https://github.com/cloudevents/sdk-csharp/issues/209))

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.3.0</Version>
7+
<Version>2.3.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)