Skip to content

Releases: sleeuwen/dotnet-json

v1.1.4

16 Apr 21:19
7a70743

Choose a tag to compare

v1.1.3

16 Apr 20:59
808c04d

Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

v1.1.2

16 Apr 20:53
80eed22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

25 Oct 09:26

Choose a tag to compare

  • Fix merging arrays with different lengths

v1.1.0

20 Jul 17:52

Choose a tag to compare

  • Add --existing option to set subcommand to only set a value if that key is already present

v1.0.2

13 Jul 18:24

Choose a tag to compare

  • Allow setting keys to an empty string in dotnet-json set

v1.0.1

12 Feb 13:16

Choose a tag to compare

Update .net version to .net 6 in pipeline and tests project

v1.0.0

15 May 20:33
44d07e0

Choose a tag to compare

Promote to stable

v0.5.0

31 Jan 11:13

Choose a tag to compare

Added the indent command to quickly indent a json file

v0.4.2

04 Nov 19:31

Choose a tag to compare

Fix issue merging a complex value into a scalar value results in an exception.