Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Mar 21, 2023
1 parent adafe11 commit c7ffbaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.1
- Fixes IndexOutOfRangeException in parse path routine

## 2.0.0
- 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
- netstandard2.0 target now depends on System.Text.Json v7
Expand Down
2 changes: 1 addition & 1 deletion SystemTextJsonPatch/SystemTextJsonPatch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;json;jsonpatch;system.text.json;rfc6902;</PackageTags>
<LangVersion>10</LangVersion>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<RepositoryUrl>https://github.com/Havunen/SystemTextJsonPatch.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AnalysisLevel>6.0-all</AnalysisLevel>
Expand Down

0 comments on commit c7ffbaf

Please sign in to comment.