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" />

src/mono/Samples/WAMP2/WampSharp.Samples.Publisher/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.Subscriber/WampSharp.Samples.Subscriber.csproj

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

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

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

src/mono/WampSharp/WampSharp.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@
209209
<Compile Include="..\..\net45\WampSharp\Core\Message\MessageType\WampMessageType.cs">
210210
<Link>Core\Message\MessageType\WampMessageType.cs</Link>
211211
</Compile>
212+
<Compile Include="..\..\net45\WampSharp\Core\Message\MessageType\WampMessageTypeComparer.cs">
213+
<Link>Core\Message\MessageType\WampMessageTypeComparer.cs</Link>
214+
</Compile>
212215
<Compile Include="..\..\net45\WampSharp\Core\Message\WampMessage.cs">
213216
<Link>Core\Message\WampMessage.cs</Link>
214217
</Compile>

src/net40/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\net40\Newtonsoft.Msgpack.dll</HintPath>
46+
<HintPath>..\..\packages\Newtonsoft.Msgpack.0.1.8\lib\net40\Newtonsoft.Msgpack.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="System" />

src/net40/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="net40" />
44
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net40" />
5-
<package id="Newtonsoft.Msgpack" version="0.1.6" targetFramework="net40" />
5+
<package id="Newtonsoft.Msgpack" version="0.1.8" targetFramework="net40" />
66
</packages>

src/net40/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\net40\Newtonsoft.Msgpack.dll</HintPath>
54+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.8\lib\net40\Newtonsoft.Msgpack.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="Fleck" version="0.13.0.57" targetFramework="net40" />
55
<package id="MsgPack.Cli" version="0.6.2" targetFramework="net40" />
66
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net40" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.6" targetFramework="net40" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.8" targetFramework="net40" />
88
<package id="Rx-Core" version="2.2.5" targetFramework="net40" />
99
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net40" />
1010
<package id="Rx-Linq" version="2.2.5" targetFramework="net40" />

src/net40/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\net40\Newtonsoft.Msgpack.dll</HintPath>
54+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.8\lib\net40\Newtonsoft.Msgpack.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="Fleck" version="0.13.0.57" targetFramework="net40" />
55
<package id="MsgPack.Cli" version="0.6.2" targetFramework="net40" />
66
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net40" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.6" targetFramework="net40" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.8" targetFramework="net40" />
88
<package id="Rx-Core" version="2.2.5" targetFramework="net40" />
99
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net40" />
1010
<package id="Rx-Linq" version="2.2.5" targetFramework="net40" />

src/net40/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\net40\Newtonsoft.Msgpack.dll</HintPath>
54+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.8\lib\net40\Newtonsoft.Msgpack.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="Fleck" version="0.13.0.57" targetFramework="net40" />
55
<package id="MsgPack.Cli" version="0.6.2" targetFramework="net40" />
66
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net40" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.6" targetFramework="net40" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.8" targetFramework="net40" />
88
<package id="Rx-Core" version="2.2.5" targetFramework="net40" />
99
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net40" />
1010
<package id="Rx-Linq" version="2.2.5" targetFramework="net40" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
50-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.6\lib\net40\Newtonsoft.Msgpack.dll</HintPath>
50+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.8\lib\net40\Newtonsoft.Msgpack.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="System" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Fleck" version="0.13.0.57" targetFramework="net40" />
44
<package id="MsgPack.Cli" version="0.6.2" targetFramework="net40" />
55
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net40" />
6-
<package id="Newtonsoft.Msgpack" version="0.1.6" targetFramework="net40" />
6+
<package id="Newtonsoft.Msgpack" version="0.1.8" targetFramework="net40" />
77
<package id="Rx-Core" version="2.2.5" targetFramework="net40" />
88
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net40" />
99
<package id="Rx-Linq" version="2.2.5" targetFramework="net40" />

src/net40/WampSharp/WampSharp.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@
213213
<Compile Include="..\..\net45\WampSharp\Core\Message\MessageType\WampMessageType.cs">
214214
<Link>Core\Message\MessageType\WampMessageType.cs</Link>
215215
</Compile>
216+
<Compile Include="..\..\net45\WampSharp\Core\Message\MessageType\WampMessageTypeComparer.cs">
217+
<Link>Core\Message\MessageType\WampMessageTypeComparer.cs</Link>
218+
</Compile>
216219
<Compile Include="..\..\net45\WampSharp\Core\Message\WampMessage.cs">
217220
<Link>Core\Message\WampMessage.cs</Link>
218221
</Compile>

src/net45/Default/WampSharp.NewtonsoftMsgpack/MsgPack/MessagePackParser.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public byte[] Format(WampMessage<object> message)
6464

6565
using (MemoryStream memoryStream = new MemoryStream())
6666
{
67-
using (MessagePackWriter writer = new MessagePackWriter(memoryStream))
67+
using (MessagePackWriter writer = new MessagePackWriter(memoryStream) {WriteDateTimeAsString = true})
6868
{
6969
mSerializer.Serialize(writer, array);
7070
memoryStream.Position = 0;
@@ -97,7 +97,7 @@ public WampMessage<JToken> Parse(Stream stream)
9797

9898
public void Format(WampMessage<object> message, Stream stream)
9999
{
100-
using (MessagePackWriter writer = new MessagePackWriter(stream) {CloseOutput = false})
100+
using (MessagePackWriter writer = new MessagePackWriter(stream) {CloseOutput = false, WriteDateTimeAsString = true })
101101
{
102102
writer.Formatting = Formatting.None;
103103
object[] array = mMessageFormatter.Format(message);

src/net45/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/net45/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/net45/Extensions/WampSharp.RawSocket/RawSocket/NetworkStreamExtensions.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using System.IO;
12
using System.Net.Sockets;
23
using System.Threading.Tasks;
34

@@ -18,6 +19,13 @@ public async static Task ReadExactAsync(this NetworkStream networkStream, byte[]
1819
while (readBytes != length)
1920
{
2021
int currentlyRead = await networkStream.ReadAsync(buffer, currentPosition, length - readBytes);
22+
23+
// If we read 0 bytes, we have reached the end of the stream.
24+
if (currentlyRead == 0)
25+
{
26+
throw new EndOfStreamException();
27+
}
28+
2129
readBytes += currentlyRead;
2230
currentPosition += currentlyRead;
2331
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
2-
<configuration>
3-
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5-
</startup>
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5+
</startup>
66
</configuration>

src/net45/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/net45/Samples/WAMP2/WampSharp.Samples.Callee/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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="Rx-Core" version="2.2.5" targetFramework="net45" />
99
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net45" />
1010
<package id="Rx-Linq" version="2.2.5" targetFramework="net45" />

src/net45/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/net45/Samples/WAMP2/WampSharp.Samples.Caller/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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="Rx-Core" version="2.2.5" targetFramework="net45" />
99
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net45" />
1010
<package id="Rx-Linq" version="2.2.5" targetFramework="net45" />

src/net45/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/net45/Samples/WAMP2/WampSharp.Samples.EdgeJs/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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="Rx-Core" version="2.2.5" targetFramework="net45" />
1010
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net45" />
1111
<package id="Rx-Linq" version="2.2.5" targetFramework="net45" />

src/net45/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" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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="Rx-Core" version="2.2.5" targetFramework="net45" />
99
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net45" />
1010
<package id="Rx-Linq" version="2.2.5" targetFramework="net45" />

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Fleck" version="0.13.0.57" targetFramework="net45" />
44
<package id="MsgPack.Cli" version="0.6.2" targetFramework="net45" />
55
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
6-
<package id="Newtonsoft.Msgpack" version="0.1.6" targetFramework="net45" />
6+
<package id="Newtonsoft.Msgpack" version="0.1.8" targetFramework="net45" />
77
<package id="Rx-Core" version="2.2.5" targetFramework="net45" />
88
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net45" />
99
<package id="Rx-Linq" version="2.2.5" targetFramework="net45" />

0 commit comments

Comments
 (0)