diff --git a/ArchiSteamFarm/ArchiSteamFarm.csproj b/ArchiSteamFarm/ArchiSteamFarm.csproj index 6c6f504f1..e0b0d6f82 100644 --- a/ArchiSteamFarm/ArchiSteamFarm.csproj +++ b/ArchiSteamFarm/ArchiSteamFarm.csproj @@ -63,7 +63,7 @@ True - ..\packages\Newtonsoft.Json.8.0.1-beta1\lib\net45\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.8.0.1-beta2\lib\net45\Newtonsoft.Json.dll True diff --git a/ArchiSteamFarm/packages.config b/ArchiSteamFarm/packages.config index f822b24e6..146125d80 100644 --- a/ArchiSteamFarm/packages.config +++ b/ArchiSteamFarm/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/Newtonsoft.Json.8.0.1-beta1.nupkg b/packages/Newtonsoft.Json.8.0.1-beta1/Newtonsoft.Json.8.0.1-beta1.nupkg deleted file mode 100644 index 5b7d606c6..000000000 Binary files a/packages/Newtonsoft.Json.8.0.1-beta1/Newtonsoft.Json.8.0.1-beta1.nupkg and /dev/null differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net20/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta1/lib/net20/Newtonsoft.Json.dll deleted file mode 100644 index 61a522e04..000000000 Binary files a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net20/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net35/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta1/lib/net35/Newtonsoft.Json.dll deleted file mode 100644 index 203de9321..000000000 Binary files a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net35/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net40/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta1/lib/net40/Newtonsoft.Json.dll deleted file mode 100644 index 035e38962..000000000 Binary files a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net40/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net45/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta1/lib/net45/Newtonsoft.Json.dll deleted file mode 100644 index a8a3a8a1e..000000000 Binary files a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net45/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll deleted file mode 100644 index 4a96ea7dd..000000000 Binary files a/packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll deleted file mode 100644 index 7634bae65..000000000 Binary files a/packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll and /dev/null differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta2/Newtonsoft.Json.8.0.1-beta2.nupkg b/packages/Newtonsoft.Json.8.0.1-beta2/Newtonsoft.Json.8.0.1-beta2.nupkg new file mode 100644 index 000000000..a723e0c89 Binary files /dev/null and b/packages/Newtonsoft.Json.8.0.1-beta2/Newtonsoft.Json.8.0.1-beta2.nupkg differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta2/lib/net20/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net20/Newtonsoft.Json.dll new file mode 100644 index 000000000..3d444ad2f Binary files /dev/null and b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net20/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net20/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net20/Newtonsoft.Json.xml similarity index 99% rename from packages/Newtonsoft.Json.8.0.1-beta1/lib/net20/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.8.0.1-beta2/lib/net20/Newtonsoft.Json.xml index 39bd3e609..541ca842b 100644 --- a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net20/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net20/Newtonsoft.Json.xml @@ -106,7 +106,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -926,6 +926,25 @@ Causes child objects to be indented according to the and settings. + + + Provides an interface for using pooled buffers. + + The buffer type content. + + + + Rent a buffer from the pool. This buffer must be returned when it is no longer needed. + + The minimum required size of the buffer. The returned buffer may be larger. + The rented buffer from the pool. + + + + Return a buffer to the pool. + + The buffer that is being returned. + Instructs the to use the specified constructor when deserializing that object. @@ -2167,7 +2186,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -6620,7 +6639,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -6685,6 +6704,11 @@ The TextReader containing the XML data to read. + + + Gets or sets the reader's character buffer pool. + + Reads the next JSON token from the stream. @@ -6723,7 +6747,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -6871,6 +6895,11 @@ Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + Gets or sets the writer's character buffer pool. + + Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. @@ -7470,7 +7499,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. diff --git a/packages/Newtonsoft.Json.8.0.1-beta2/lib/net35/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net35/Newtonsoft.Json.dll new file mode 100644 index 000000000..97b0c71c9 Binary files /dev/null and b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net35/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net35/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net35/Newtonsoft.Json.xml similarity index 99% rename from packages/Newtonsoft.Json.8.0.1-beta1/lib/net35/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.8.0.1-beta2/lib/net35/Newtonsoft.Json.xml index 9e2189076..058fe51ce 100644 --- a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net35/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net35/Newtonsoft.Json.xml @@ -89,7 +89,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -977,6 +977,25 @@ Causes child objects to be indented according to the and settings. + + + Provides an interface for using pooled buffers. + + The buffer type content. + + + + Rent a buffer from the pool. This buffer must be returned when it is no longer needed. + + The minimum required size of the buffer. The returned buffer may be larger. + The rented buffer from the pool. + + + + Return a buffer to the pool. + + The buffer that is being returned. + Instructs the to use the specified constructor when deserializing that object. @@ -2229,7 +2248,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -5670,7 +5689,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -5741,6 +5760,11 @@ The TextReader containing the XML data to read. + + + Gets or sets the reader's character buffer pool. + + Reads the next JSON token from the stream. @@ -5779,7 +5803,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -5933,6 +5957,11 @@ Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + Gets or sets the writer's character buffer pool. + + Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. @@ -6538,7 +6567,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. diff --git a/packages/Newtonsoft.Json.8.0.1-beta2/lib/net40/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net40/Newtonsoft.Json.dll new file mode 100644 index 000000000..b82ce76a6 Binary files /dev/null and b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net40/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net40/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net40/Newtonsoft.Json.xml similarity index 99% rename from packages/Newtonsoft.Json.8.0.1-beta1/lib/net40/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.8.0.1-beta2/lib/net40/Newtonsoft.Json.xml index 73a467e1a..71d3222f5 100644 --- a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net40/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net40/Newtonsoft.Json.xml @@ -89,7 +89,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -973,6 +973,25 @@ Floating point numbers are parsed to . + + + Provides an interface for using pooled buffers. + + The buffer type content. + + + + Rent a buffer from the pool. This buffer must be returned when it is no longer needed. + + The minimum required size of the buffer. The returned buffer may be larger. + The rented buffer from the pool. + + + + Return a buffer to the pool. + + The buffer that is being returned. + Instructs the how to serialize the collection. @@ -2321,7 +2340,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -5878,7 +5897,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -5949,6 +5968,11 @@ The TextReader containing the XML data to read. + + + Gets or sets the reader's character buffer pool. + + Reads the next JSON token from the stream. @@ -5987,7 +6011,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -6141,6 +6165,11 @@ Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + Gets or sets the writer's character buffer pool. + + Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. @@ -6746,7 +6775,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. diff --git a/packages/Newtonsoft.Json.8.0.1-beta2/lib/net45/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net45/Newtonsoft.Json.dll new file mode 100644 index 000000000..b8f2374a5 Binary files /dev/null and b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net45/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net45/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net45/Newtonsoft.Json.xml similarity index 99% rename from packages/Newtonsoft.Json.8.0.1-beta1/lib/net45/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.8.0.1-beta2/lib/net45/Newtonsoft.Json.xml index 8e9e4fbfe..94a641add 100644 --- a/packages/Newtonsoft.Json.8.0.1-beta1/lib/net45/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.8.0.1-beta2/lib/net45/Newtonsoft.Json.xml @@ -106,7 +106,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -1084,6 +1084,25 @@ Causes child objects to be indented according to the and settings. + + + Provides an interface for using pooled buffers. + + The buffer type content. + + + + Rent a buffer from the pool. This buffer must be returned when it is no longer needed. + + The minimum required size of the buffer. The returned buffer may be larger. + The rented buffer from the pool. + + + + Return a buffer to the pool. + + The buffer that is being returned. + Provides an interface to enable a class to return line and position information. @@ -2386,7 +2405,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -3030,6 +3049,11 @@ The TextReader containing the XML data to read. + + + Gets or sets the reader's character buffer pool. + + Reads the next JSON token from the stream. @@ -3068,7 +3092,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -3110,6 +3134,11 @@ Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + Gets or sets the writer's character buffer pool. + + Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. @@ -3557,7 +3586,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -6199,7 +6228,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. diff --git a/packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll new file mode 100644 index 000000000..6b72f10d2 Binary files /dev/null and b/packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml similarity index 99% rename from packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml index bd254d79e..93cdd5eb3 100644 --- a/packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml @@ -106,7 +106,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -857,6 +857,25 @@ Causes child objects to be indented according to the and settings. + + + Provides an interface for using pooled buffers. + + The buffer type content. + + + + Rent a buffer from the pool. This buffer must be returned when it is no longer needed. + + The minimum required size of the buffer. The returned buffer may be larger. + The rented buffer from the pool. + + + + Return a buffer to the pool. + + The buffer that is being returned. + Provides an interface to enable a class to return line and position information. @@ -1947,7 +1966,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -2573,6 +2592,11 @@ The TextReader containing the XML data to read. + + + Gets or sets the reader's character buffer pool. + + Reads the next JSON token from the stream. @@ -2611,7 +2635,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -2653,6 +2677,11 @@ Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + Gets or sets the writer's character buffer pool. + + Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. @@ -3100,7 +3129,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -5484,7 +5513,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. diff --git a/packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll b/packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll new file mode 100644 index 000000000..a7c30f787 Binary files /dev/null and b/packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll differ diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml b/packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml similarity index 99% rename from packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml rename to packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml index 6a7c13d2f..2259b2383 100644 --- a/packages/Newtonsoft.Json.8.0.1-beta1/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml +++ b/packages/Newtonsoft.Json.8.0.1-beta2/lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml @@ -106,7 +106,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -956,6 +956,25 @@ Causes child objects to be indented according to the and settings. + + + Provides an interface for using pooled buffers. + + The buffer type content. + + + + Rent a buffer from the pool. This buffer must be returned when it is no longer needed. + + The minimum required size of the buffer. The returned buffer may be larger. + The rented buffer from the pool. + + + + Return a buffer to the pool. + + The buffer that is being returned. + Provides an interface to enable a class to return line and position information. @@ -2197,7 +2216,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -2823,6 +2842,11 @@ The TextReader containing the XML data to read. + + + Gets or sets the reader's character buffer pool. + + Reads the next JSON token from the stream. @@ -2861,7 +2885,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -2903,6 +2927,11 @@ Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. + + + Gets or sets the writer's character buffer pool. + + Gets or sets how many IndentChars to write for each level in the hierarchy when is set to Formatting.Indented. @@ -3350,7 +3379,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. @@ -5772,7 +5801,7 @@ Reads the next JSON token from the stream as a . - A . This method will return null at the end of an array. + A . This method will return null at the end of an array. diff --git a/packages/Newtonsoft.Json.8.0.1-beta1/tools/install.ps1 b/packages/Newtonsoft.Json.8.0.1-beta2/tools/install.ps1 similarity index 100% rename from packages/Newtonsoft.Json.8.0.1-beta1/tools/install.ps1 rename to packages/Newtonsoft.Json.8.0.1-beta2/tools/install.ps1