Skip to content

Commit 7a4cbfc

Browse files
committed
update version and release notes
1 parent 6632a05 commit 7a4cbfc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

JsonPatch/JsonPatch.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<RootNamespace>Json.Patch</RootNamespace>
7-
<Version>2.0.5</Version>
7+
<Version>2.0.6</Version>
88
<AssemblyVersion>2.0.0.0</AssemblyVersion>
9-
<FileVersion>2.0.5.0</FileVersion>
9+
<FileVersion>2.0.6.0</FileVersion>
1010
<PackageId>JsonPatch.Net</PackageId>
1111
<Authors>Greg Dennis</Authors>
1212
<Company>Greg Dennis</Company>

json-everything.net/wwwroot/md/release-notes/json-patch.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# [2.0.6](https://github.com/gregsdennis/json-everything/pull/400) {#release-patch-2.0.6}
2+
3+
[#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.
4+
15
# [2.0.5](https://github.com/gregsdennis/json-everything/pull/394) {#release-patch-2.0.5}
26

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

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

0 commit comments

Comments
 (0)