Skip to content

Commit ab492ce

Browse files
committed
v3.2.0
1 parent 540012e commit ab492ce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.2.0
2+
- Adds support for dictionary complex types https://github.com/Havunen/SystemTextJsonPatch/pull/29
3+
- Internal dependencies updated
4+
15
## 3.1.0
26
- Added .NET 8 target framework
37

SystemTextJsonPatch/SystemTextJsonPatch.csproj

+1-1
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>3.1.0</Version>
10+
<Version>3.2.0</Version>
1111
<RepositoryUrl>https://github.com/Havunen/SystemTextJsonPatch.git</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<AnalysisLevel>6.0-all</AnalysisLevel>

0 commit comments

Comments
 (0)