launcher
launcher copied to clipboard
Bump Newtonsoft.Json from 12.0.3 to 13.0.3 in /ResourceHubLauncher
Bumps Newtonsoft.Json from 12.0.3 to 13.0.3.
Release notes
Sourced from Newtonsoft.Json's releases.
13.0.3
- Fix - Fixed parsed zero decimals losing trailing zeroes
- Fix - Fixed parsed negative zero double losing negative
- Fix - Fixed null string being reported as String rather than JTokenType.Null
13.0.2
- New feature - Add support for DateOnly and TimeOnly
- New feature - Add UnixDateTimeConverter.AllowPreEpoch property
- New feature - Add copy constructor to JsonSerializerSettings
- New feature - Add JsonCloneSettings with property to disable copying annotations
- Change - Add nullable annotation to JToken.ToObject(Type, JsonSerializer)
- Change - Reduced allocations by reusing boxed values
- Fix - Fixed MaxDepth when used with ToObject inside of a JsonConverter
- Fix - Fixed deserializing mismatched JToken types in properties
- Fix - Fixed merging enumerable content and validate content
- Fix - Fixed using $type with arrays of more than two dimensions
- Fix - Fixed rare race condition in name table when deserializing on device with ARM processors
- Fix - Fixed deserializing via constructor with ignored base type properties
- Fix - Fixed MaxDepth not being used with ISerializable deserialization
13.0.1
- New feature - Add JsonSelectSettings with configuration for a regex timeout
- Change - Remove portable assemblies from NuGet package
- Change - JsonReader and JsonSerializer MaxDepth defaults to 64
- Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
- Fix - Fixed throwing missing member error on ignored fields
- Fix - Fixed various nullable annotations
- Fix - Fixed annotations not being copied when tokens are cloned
- Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
- Fix - Fixed serializing nullable struct dictionaries
- Fix - Fixed JsonWriter.WriteToken to allow null with string token
- Fix - Fixed missing error when deserializing JToken with a contract type mismatch
- Fix - Fixed JTokenWriter when writing comment to an object
Commits
0a2e291
Remove prerelease for 13.0.34949c66
Update to 13.0.3-beta15702581
Fix: Null String being reported as String rather than JTokenType.Null (#2796)c908de3
Fix not returning negative double from box cache (#2777)2afdccd
Fix parsed decimal losing trailing zeroes (#2769)4fba53a
Remove prerelease for 13.0.2b15df4b
Add missing headers789bfd3
Update to 13.0.2-beta3b13717a
Add JsonCloneSettings to disable copy annotations (#2757)d0a328e
Fix MaxDepth not being used with ISerializable deserialization (#2736)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Build has failed!