Packages update

This commit is contained in:
JustArchi 2015-11-25 05:35:14 +01:00
parent 33f4a82dd5
commit 6454e3ee12
23 changed files with 10970 additions and 10814 deletions

View file

@ -65,7 +65,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.1-beta2\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.8.0.1-beta3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net45" />
<package id="Newtonsoft.Json" version="8.0.1-beta2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="8.0.1-beta3" targetFramework="net45" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
<package id="SteamKit2" version="1.6.5" targetFramework="net45" />
</packages>

View file

@ -1047,6 +1047,21 @@
Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>.
</summary>
</member>
<member name="T:Newtonsoft.Json.Linq.LineInfoHandling">
<summary>
Specifies how line information is handled when loading JSON.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Ignore">
<summary>
Ignore line information.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Load">
<summary>
Load line information.
</summary>
</member>
<member name="T:Newtonsoft.Json.Linq.JsonLoadSettings">
<summary>
Specifies the settings used when loading JSON.
@ -1058,6 +1073,12 @@
</summary>
<value>The JSON comment handling.</value>
</member>
<member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.LineInfoHandling">
<summary>
Gets or sets how JSON line info is handled when loading JSON.
</summary>
<value>The JSON line info handling.</value>
</member>
<member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
<summary>
Specifies the settings used when merging JSON.
@ -6093,6 +6114,11 @@
The property must be defined in JSON and cannot be a null value.
</summary>
</member>
<member name="F:Newtonsoft.Json.Required.DisallowNull">
<summary>
The property is not required but it cannot be a null value.
</summary>
</member>
<member name="T:Newtonsoft.Json.PreserveReferencesHandling">
<summary>
Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.

View file

@ -1098,6 +1098,21 @@
Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>.
</summary>
</member>
<member name="T:Newtonsoft.Json.Linq.LineInfoHandling">
<summary>
Specifies how line information is handled when loading JSON.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Ignore">
<summary>
Ignore line information.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Load">
<summary>
Load line information.
</summary>
</member>
<member name="T:Newtonsoft.Json.Linq.JPropertyDescriptor">
<summary>
Represents a view of a <see cref="T:Newtonsoft.Json.Linq.JProperty"/>.
@ -1198,6 +1213,12 @@
</summary>
<value>The JSON comment handling.</value>
</member>
<member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.LineInfoHandling">
<summary>
Gets or sets how JSON line info is handled when loading JSON.
</summary>
<value>The JSON line info handling.</value>
</member>
<member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
<summary>
Specifies the settings used when merging JSON.
@ -5143,6 +5164,11 @@
The property must be defined in JSON and cannot be a null value.
</summary>
</member>
<member name="F:Newtonsoft.Json.Required.DisallowNull">
<summary>
The property is not required but it cannot be a null value.
</summary>
</member>
<member name="T:Newtonsoft.Json.PreserveReferencesHandling">
<summary>
Specifies reference handling options for the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.

View file

@ -3643,6 +3643,21 @@
Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>.
</summary>
</member>
<member name="T:Newtonsoft.Json.Linq.LineInfoHandling">
<summary>
Specifies how line information is handled when loading JSON.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Ignore">
<summary>
Ignore line information.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Load">
<summary>
Load line information.
</summary>
</member>
<member name="T:Newtonsoft.Json.Linq.Extensions">
<summary>
Contains the LINQ to JSON extension methods.
@ -4546,6 +4561,12 @@
</summary>
<value>The JSON comment handling.</value>
</member>
<member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.LineInfoHandling">
<summary>
Gets or sets how JSON line info is handled when loading JSON.
</summary>
<value>The JSON line info handling.</value>
</member>
<member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
<summary>
Specifies the settings used when merging JSON.
@ -6260,6 +6281,11 @@
The property must be defined in JSON and cannot be a null value.
</summary>
</member>
<member name="F:Newtonsoft.Json.Required.DisallowNull">
<summary>
The property is not required but it cannot be a null value.
</summary>
</member>
<member name="T:Newtonsoft.Json.Schema.Extensions">
<summary>
<para>

View file

@ -3893,6 +3893,21 @@
Load comments as a <see cref="T:Newtonsoft.Json.Linq.JValue"/> with type <see cref="F:Newtonsoft.Json.Linq.JTokenType.Comment"/>.
</summary>
</member>
<member name="T:Newtonsoft.Json.Linq.LineInfoHandling">
<summary>
Specifies how line information is handled when loading JSON.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Ignore">
<summary>
Ignore line information.
</summary>
</member>
<member name="F:Newtonsoft.Json.Linq.LineInfoHandling.Load">
<summary>
Load line information.
</summary>
</member>
<member name="T:Newtonsoft.Json.Linq.Extensions">
<summary>
Contains the LINQ to JSON extension methods.
@ -4816,6 +4831,12 @@
</summary>
<value>The JSON comment handling.</value>
</member>
<member name="P:Newtonsoft.Json.Linq.JsonLoadSettings.LineInfoHandling">
<summary>
Gets or sets how JSON line info is handled when loading JSON.
</summary>
<value>The JSON line info handling.</value>
</member>
<member name="T:Newtonsoft.Json.Linq.JsonMergeSettings">
<summary>
Specifies the settings used when merging JSON.
@ -6557,6 +6578,11 @@
The property must be defined in JSON and cannot be a null value.
</summary>
</member>
<member name="F:Newtonsoft.Json.Required.DisallowNull">
<summary>
The property is not required but it cannot be a null value.
</summary>
</member>
<member name="T:Newtonsoft.Json.Schema.Extensions">
<summary>
<para>