Skip to content

Commit 9966e12

Browse files
committed
Merge pull request #112 from Code-Sharp/develop
2 parents fa1e9ed + a89976d commit 9966e12

File tree

44 files changed

+79
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+79
-43
lines changed

NuGet/WampSharp.NewtonsoftMsgpack.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<dependencies>
88
<dependency id="WampSharp" version="[$version$]" />
99
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
10-
<dependency id="Newtonsoft.Msgpack" version="[0.1.6]" />
10+
<dependency id="Newtonsoft.Msgpack" version="[0.1.8]" />
1111
</dependencies>
1212
<id>WampSharp.NewtonsoftMsgpack</id>
1313
<title>WampSharp Newtonsoft.Msgpack binding</title>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\..\packages\Newtonsoft.Msgpack.0.1.6\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
46+
<HintPath>..\..\packages\Newtonsoft.Msgpack.0.1.8\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="System" />

src/mono/Default/WampSharp.NewtonsoftMsgpack/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<packages>
33
<package id="MsgPack.Cli" version="0.6.2" targetFramework="net45" />
44
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
5-
<package id="Newtonsoft.Msgpack" version="0.1.6" targetFramework="net45" />
5+
<package id="Newtonsoft.Msgpack" version="0.1.8" targetFramework="net45" />
66
</packages>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.6\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
54+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.8\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<package id="Fleck" version="0.13.0.57" targetFramework="net45" />
55
<package id="MsgPack.Cli" version="0.6.2" targetFramework="net45" />
66
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.6" targetFramework="net45" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.8" targetFramework="net45" />
88
<package id="WebSocket4Net" version="0.14" targetFramework="net45" />
99
</packages>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.6\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
54+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.8\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<package id="Fleck" version="0.13.0.57" targetFramework="net45" />
55
<package id="MsgPack.Cli" version="0.6.2" targetFramework="net45" />
66
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.6" targetFramework="net45" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.8" targetFramework="net45" />
88
<package id="WebSocket4Net" version="0.14" targetFramework="net45" />
99
</packages>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<Private>True</Private>
5555
</Reference>
5656
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
57-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.6\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
57+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.8\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
6060
<Reference Include="System" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<package id="Fleck" version="0.13.0.57" targetFramework="net45" />
66
<package id="MsgPack.Cli" version="0.6.2" targetFramework="net45" />
77
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
8-
<package id="Newtonsoft.Msgpack" version="0.1.6" targetFramework="net45" />
8+
<package id="Newtonsoft.Msgpack" version="0.1.8" targetFramework="net45" />
99
<package id="WebSocket4Net" version="0.14" targetFramework="net45" />
1010
</packages>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.6\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
54+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.8\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System" />

0 commit comments

Comments
 (0)