Skip to content

Commit

Permalink
update version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Mar 9, 2023
1 parent 6632a05 commit 7a4cbfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions JsonPatch/JsonPatch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<RootNamespace>Json.Patch</RootNamespace>
<Version>2.0.5</Version>
<Version>2.0.6</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.5.0</FileVersion>
<FileVersion>2.0.6.0</FileVersion>
<PackageId>JsonPatch.Net</PackageId>
<Authors>Greg Dennis</Authors>
<Company>Greg Dennis</Company>
Expand Down
6 changes: 5 additions & 1 deletion json-everything.net/wwwroot/md/release-notes/json-patch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# [2.0.6](https://github.com/gregsdennis/json-everything/pull/400) {#release-patch-2.0.6}

[#397](https://github.com/gregsdennis/json-everything/issues/397) - Fixed an issue where `replace` needs to check that the target location exists before proceeding with the `add` portion of its operation.

# [2.0.5](https://github.com/gregsdennis/json-everything/pull/394) {#release-patch-2.0.5}

[#393](https://github.com/gregsdennis/json-everything/pull/393) - Fixed an `InvalidOperationException` from some of the operations.
[#393](https://github.com/gregsdennis/json-everything/issues/393) - Fixed an `InvalidOperationException` from some of the operations.

# [2.0.4](https://github.com/gregsdennis/json-everything/pull/323) {#release-patch-2.0.4}

Expand Down

0 comments on commit 7a4cbfc

Please sign in to comment.