We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540012e commit ab492ceCopy full SHA for ab492ce
CHANGELOG.md
@@ -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
+
5
## 3.1.0
6
- Added .NET 8 target framework
7
SystemTextJsonPatch/SystemTextJsonPatch.csproj
@@ -7,7 +7,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
<PackageTags>aspnetcore;json;jsonpatch;system.text.json;rfc6902;</PackageTags>
9
<LangVersion>12</LangVersion>
10
- <Version>3.1.0</Version>
+ <Version>3.2.0</Version>
11
<RepositoryUrl>https://github.com/Havunen/SystemTextJsonPatch.git</RepositoryUrl>
12
<RepositoryType>git</RepositoryType>
13
<AnalysisLevel>6.0-all</AnalysisLevel>
0 commit comments