Skip to content

Commit b1abcf2

Browse files
committed
Merge pull request #54 from Code-Sharp/newtonsoft-json-6.0.6
Updating Newtonsoft Json to 6.0.6
2 parents 15dcd92 + afff299 commit b1abcf2

File tree

33 files changed

+67
-67
lines changed

33 files changed

+67
-67
lines changed

NuGet/WampSharp.Default.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<dependencies>
88
<dependency id="WampSharp" version="[$version$]" />
99
<dependency id="Fleck" version="[0.11.1.32]" />
10-
<dependency id="Newtonsoft.Json" version="[6.0.5]" />
10+
<dependency id="Newtonsoft.Json" version="[6.0.6]" />
1111
<dependency id="WebSocket4Net" version="[0.10]" />
12-
<dependency id="Newtonsoft.Msgpack" version="[0.1.3]" />
12+
<dependency id="Newtonsoft.Msgpack" version="[0.1.4]" />
1313
</dependencies>
1414
<id>WampSharp.Default</id>
1515
<title>WampSharp default binding</title>

src/mono/Samples/WAMP2/WampSharp.Samples.Callee/WampSharp.Samples.Callee.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
</Reference>
4949
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5050
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
51+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
5252
</Reference>
5353
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5454
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.3\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
55+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.4\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Core" />

src/mono/Samples/WAMP2/WampSharp.Samples.Callee/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Castle.Core" version="3.3.1" targetFramework="net45" />
44
<package id="Fleck" version="0.11.1.32" targetFramework="net45" />
55
<package id="MsgPack.Cli" version="0.5.4" targetFramework="net45" />
6-
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.3" targetFramework="net45" />
6+
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.4" targetFramework="net45" />
88
<package id="WebSocket4Net" version="0.10" targetFramework="net45" />
99
</packages>

src/mono/Samples/WAMP2/WampSharp.Samples.Caller/WampSharp.Samples.Caller.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
</Reference>
4949
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5050
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
51+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
5252
</Reference>
5353
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5454
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.3\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
55+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.4\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Core" />

src/mono/Samples/WAMP2/WampSharp.Samples.Caller/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Castle.Core" version="3.3.1" targetFramework="net45" />
44
<package id="Fleck" version="0.11.1.32" targetFramework="net45" />
55
<package id="MsgPack.Cli" version="0.5.4" targetFramework="net45" />
6-
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.3" targetFramework="net45" />
6+
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.4" targetFramework="net45" />
88
<package id="WebSocket4Net" version="0.10" targetFramework="net45" />
99
</packages>

src/mono/Samples/WAMP2/WampSharp.Samples.Publisher/WampSharp.Samples.Publisher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
</Reference>
4949
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5050
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
51+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
5252
</Reference>
5353
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5454
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.3\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
55+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.4\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Core" />

src/mono/Samples/WAMP2/WampSharp.Samples.Publisher/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Castle.Core" version="3.3.1" targetFramework="net45" />
44
<package id="Fleck" version="0.11.1.32" targetFramework="net45" />
55
<package id="MsgPack.Cli" version="0.5.4" targetFramework="net45" />
6-
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.3" targetFramework="net45" />
6+
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.4" targetFramework="net45" />
88
<package id="WebSocket4Net" version="0.10" targetFramework="net45" />
99
</packages>

src/mono/Samples/WAMP2/WampSharp.Samples.Subscriber/WampSharp.Samples.Subscriber.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
</Reference>
4545
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4646
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
47+
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
4848
</Reference>
4949
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5050
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.3\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
51+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.4\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
5252
</Reference>
5353
<Reference Include="System" />
5454
<Reference Include="System.Core" />

src/mono/Samples/WAMP2/WampSharp.Samples.Subscriber/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Fleck" version="0.11.1.32" targetFramework="net45" />
44
<package id="MsgPack.Cli" version="0.5.4" targetFramework="net45" />
5-
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
6-
<package id="Newtonsoft.Msgpack" version="0.1.3" targetFramework="net45" />
5+
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
6+
<package id="Newtonsoft.Msgpack" version="0.1.4" targetFramework="net45" />
77
<package id="WebSocket4Net" version="0.10" targetFramework="net45" />
88
</packages>

src/mono/WampSharp.Default/WampSharp.Default.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
</Reference>
4646
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4747
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath>
48+
<HintPath>..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
4949
</Reference>
5050
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5151
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>..\packages\Newtonsoft.Msgpack.0.1.3\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
52+
<HintPath>..\packages\Newtonsoft.Msgpack.0.1.4\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
5353
</Reference>
5454
<Reference Include="System" />
5555
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)