Skip to content

Commit 296cd86

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 3c7ecbf commit 296cd86

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

_docs/api/Json.More/title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bookmark: Json.More
44
permalink: /api/Json.More/:title/
55
folder: true
66
order: "10.12"
7-
version: "2.0.0"
7+
version: "2.0.1"
88
---

_docs/release-notes/rn-json-more.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ title: Json.More.Net
44
icon: fas fa-tag
55
order: "09.12"
66
---
7+
# [2.0.1](https://github.com/gregsdennis/json-everything/pull/669) {#release-more-2.0.1}
8+
9+
Fixes an issue in `JsonNode.GetInteger()` where the underlying value is a `uint`.
10+
11+
Also now throws a `NotSupportedException` when the underlying value is a `ulong` as this can't be reliably cast to the method output of `long`. It is expected that this would have been erroring in many cases anyway. This change merely improves the error messaging.
12+
13+
Thanks to [@ZarkoRunjevac](https://github.com/ZarkoRunjevac) for reporting and to [@elgonzo](https://github.com/elgonzo) for investigating and finding the problem.
14+
715
# [2.0.0](https://github.com/gregsdennis/json-everything/pull/619) {#release-more-2.0.0}
816

917
Updated for multi-framework support with .Net Standard 2.0 and .Net 8 with Native AOT support, including updating _System.Text.Json_ from v6 to v8.

0 commit comments

Comments
 (0)