From f33e2790e6dba125903540813b7f12defa674f4f Mon Sep 17 00:00:00 2001 From: Alexander Gayko Date: Thu, 20 Feb 2020 04:21:46 +0100 Subject: [PATCH] Added not for nuget packages in other versions when the docs page's version is changed to e.g. 4.7.1 the hint for the nuget package should be visible instead of forwarding to core 3.1 and saying it's not available... --- xml/ns-System.Text.Json.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/ns-System.Text.Json.xml b/xml/ns-System.Text.Json.xml index cbbdb66db0b..a94a1a7c10d 100644 --- a/xml/ns-System.Text.Json.xml +++ b/xml/ns-System.Text.Json.xml @@ -1,6 +1,6 @@ - The System.Text.Json namespace provides high-performance, low-allocating, and standards-compliant capabilities to process JavaScript Object Notation (JSON), which includes serializing objects to JSON text and deserializing JSON text to objects, with UTF-8 support built-in. It also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM) for random access of the JSON elements within a structured view of the data. + The System.Text.Json namespace provides high-performance, low-allocating, and standards-compliant capabilities to process JavaScript Object Notation (JSON), which includes serializing objects to JSON text and deserializing JSON text to objects, with UTF-8 support built-in. It also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM) for random access of the JSON elements within a structured view of the data. The Classes in this namespace are also available as nuget packages for other Core / Framework versions https://www.nuget.org/packages/System.Text.Json