Skip to content

Commit c7ffbaf

Browse files
committed
v2.0.1
1 parent adafe11 commit c7ffbaf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.1
2+
- Fixes IndexOutOfRangeException in parse path routine
3+
14
## 2.0.0
25
- JsonPatchDocument types now adds required converters using JsonConverterAttribute and converters no longer need to be set manually to JsonSerializerOptions https://github.com/Havunen/SystemTextJsonPatch/issues/18
36
- netstandard2.0 target now depends on System.Text.Json v7

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>10</LangVersion>
10-
<Version>2.0.0</Version>
10+
<Version>2.0.1</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)