Skip to content

Commit 57ff6e7

Browse files
committed
5.0.0
1 parent 249ab0a commit 57ff6e7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 5.0.0
2+
3+
- .NET 10 support added
4+
- Try and convert from decimal to the underlying type value, if the type is nullable https://github.com/Havunen/SystemTextJsonPatch/pull/44
5+
- Support assigning null to non-reference types when HandleNull converter is registered https://github.com/Havunen/SystemTextJsonPatch/pull/46
6+
7+
18
## 4.2.0
29

310
- Correctly handle key not found exception when applying patch document to dictionary https://github.com/Havunen/SystemTextJsonPatch/pull/40

SystemTextJsonPatch/SystemTextJsonPatch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<PackageTags>aspnetcore;json;jsonpatch;system.text.json;rfc6902;</PackageTags>
99
<LangVersion>12</LangVersion>
10-
<Version>4.2.0</Version>
10+
<Version>5.0.0</Version>
1111
<RepositoryUrl>https://github.com/Havunen/SystemTextJsonPatch.git</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<AnalysisLevel>9.0-all</AnalysisLevel>

0 commit comments

Comments
 (0)