Skip to content

Commit c20b6fc

Browse files
author
Elad Zelingher
committed
Updating Newtonsoft.Msgpack to 0.1.5
1 parent e74ca69 commit c20b6fc

File tree

11 files changed

+24
-16
lines changed

11 files changed

+24
-16
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.4]" />
10+
<dependency id="Newtonsoft.Msgpack" version="[0.1.5]" />
1111
</dependencies>
1212
<id>WampSharp.NewtonsoftMsgpack</id>
1313
<title>WampSharp Newtonsoft.Msgpack binding</title>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<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">
54-
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.4\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
54+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.5\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
55+
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Core" />

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.48" targetFramework="net45" />
55
<package id="MsgPack.Cli" version="0.5.4" targetFramework="net45" />
66
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.4" targetFramework="net45" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.5" 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<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">
54-
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.4\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
54+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.5\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
55+
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Core" />

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.48" targetFramework="net45" />
55
<package id="MsgPack.Cli" version="0.5.4" targetFramework="net45" />
66
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.4" targetFramework="net45" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.5" 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<HintPath>..\..\..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Newtonsoft.Msgpack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
56-
<SpecificVersion>False</SpecificVersion>
57-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.4\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
56+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.5\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
57+
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="System" />
6060
<Reference Include="System.Core" />

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.48" targetFramework="net45" />
66
<package id="MsgPack.Cli" version="0.5.4" targetFramework="net45" />
77
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
8-
<package id="Newtonsoft.Msgpack" version="0.1.4" targetFramework="net45" />
8+
<package id="Newtonsoft.Msgpack" version="0.1.5" 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: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<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">
54-
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.4\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
54+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.5\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
55+
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Core" />
@@ -89,6 +89,14 @@
8989
<None Include="packages.config" />
9090
</ItemGroup>
9191
<ItemGroup>
92+
<ProjectReference Include="..\..\..\Default\WampSharp.NewtonsoftJson\WampSharp.NewtonsoftJson.csproj">
93+
<Project>{2DBD5996-521B-4BD2-9ECF-35C5B9BC1A59}</Project>
94+
<Name>WampSharp.NewtonsoftJson</Name>
95+
</ProjectReference>
96+
<ProjectReference Include="..\..\..\Default\WampSharp.NewtonsoftMsgpack\WampSharp.NewtonsoftMsgpack.csproj">
97+
<Project>{061D1C1C-52A7-4FCB-9DF8-C1E28BFAD378}</Project>
98+
<Name>WampSharp.NewtonsoftMsgpack</Name>
99+
</ProjectReference>
92100
<ProjectReference Include="..\..\..\Extensions\WampSharp.Vtortola\WampSharp.Vtortola.csproj">
93101
<Project>{DE13BC69-B822-45EA-846F-DDEF66D34BD9}</Project>
94102
<Name>WampSharp.Vtortola</Name>

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.48" targetFramework="net45" />
55
<package id="MsgPack.Cli" version="0.5.4" targetFramework="net45" />
66
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
7-
<package id="Newtonsoft.Msgpack" version="0.1.4" targetFramework="net45" />
7+
<package id="Newtonsoft.Msgpack" version="0.1.5" 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<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">
50-
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.4\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
50+
<HintPath>..\..\..\packages\Newtonsoft.Msgpack.0.1.5\lib\net45\Newtonsoft.Msgpack.dll</HintPath>
51+
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="System" />
5454
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)