Skip to content

Commit 9e0255a

Browse files
authored
Merge pull request #253 from Code-Sharp/develop
v18.6.1
2 parents 19939af + 226e043 commit 9e0255a

File tree

503 files changed

+12484
-5840
lines changed

Some content is hidden

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

503 files changed

+12484
-5840
lines changed

NuGet/WampSharp.AspNet.WebSockets.Server.nuspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<description>WampSharp ASP.NET WebSockets support</description>
1111
<tags>websockets,wampws,rpc,pubsub,wampv1,wampv2,aspnet</tags>
1212
<dependencies>
13+
<group targetFramework="net46">
14+
<dependency id="WampSharp" version="[$version$]" />
15+
<dependency id="WampSharp.WebSockets" version="[$version$]" />
16+
</group>
1317
<group targetFramework="net45">
1418
<dependency id="WampSharp" version="[$version$]" />
1519
<dependency id="WampSharp.WebSockets" version="[$version$]" />
@@ -20,6 +24,8 @@
2024
</frameworkAssemblies>
2125
</metadata>
2226
<files>
27+
<file src="$bin$\net46\WampSharp.AspNet.WebSockets.Server.dll" target="lib\net46\WampSharp.AspNet.WebSockets.Server.dll" />
28+
<file src="$bin$\net46\WampSharp.AspNet.WebSockets.Server.pdb" target="lib\net46\WampSharp.AspNet.WebSockets.Server.pdb" />
2329
<file src="$bin$\net45\WampSharp.AspNet.WebSockets.Server.dll" target="lib\net45\WampSharp.AspNet.WebSockets.Server.dll" />
2430
<file src="$bin$\net45\WampSharp.AspNet.WebSockets.Server.pdb" target="lib\net45\WampSharp.AspNet.WebSockets.Server.pdb" />
2531
</files>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>WampSharp.AspNetCore.RawSocket</id>
5+
<version>$version$</version>
6+
<title>WampSharp ASP.NET Core RawSocket support</title>
7+
<authors>CodeSharp</authors>
8+
<projectUrl>https://github.com/Code-Sharp/WampSharp/</projectUrl>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<description>WampSharp ASP.NET WebSockets support</description>
11+
<tags>websockets,wampws,rpc,pubsub,wampv1,wampv2,aspnet</tags>
12+
<dependencies>
13+
<group targetFramework=".NETStandard2.0">
14+
<dependency id="Microsoft.AspNetCore.Connections.Abstractions" version="[2.1.0, )" />
15+
<dependency id="System.Buffers" version="[4.5.0, )" />
16+
<dependency id="WampSharp" version="[$version$]" />
17+
<dependency id="WampSharp.RawSocket" version="[$version$]" />
18+
</group>
19+
</dependencies>
20+
</metadata>
21+
<files>
22+
<file src="$bin$\netstandard2.0\WampSharp.AspNetCore.RawSocket.dll" target="lib\netstandard2.0\WampSharp.AspNetCore.RawSocket.dll" />
23+
<file src="$bin$\netstandard2.0\WampSharp.AspNetCore.RawSocket.pdb" target="lib\netstandard2.0\WampSharp.AspNetCore.RawSocket.pdb" />
24+
</files>
25+
</package>

NuGet/WampSharp.AspNetCore.WebSockets.Server.nuspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<dependency id="WampSharp" version="[$version$]" />
1616
<dependency id="WampSharp.WebSockets" version="[$version$]" />
1717
</group>
18+
<group targetFramework=".NETStandard2.0">
19+
<dependency id="Microsoft.AspNetCore.WebSockets" version="[1.0.2, )" />
20+
<dependency id="WampSharp" version="[$version$]" />
21+
<dependency id="WampSharp.WebSockets" version="[$version$]" />
22+
</group>
1823
</dependencies>
1924
</metadata>
2025
<files>

NuGet/WampSharp.Default.Client.nuspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<authors>CodeSharp</authors>
66
<owners />
77
<dependencies>
8+
<group targetFramework="net46">
9+
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
10+
<dependency id="WampSharp.NewtonsoftMsgpack" version="[$version$]" />
11+
<dependency id="WampSharp.WebSocket4Net" version="[$version$]" />
12+
</group>
813
<group targetFramework="net45">
914
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
1015
<dependency id="WampSharp.NewtonsoftMsgpack" version="[$version$]" />
@@ -47,6 +52,9 @@
4752
<tags>websockets wampws rpc pubsub newtonsoft json msgpack wampv2</tags>
4853
</metadata>
4954
<files>
55+
<file src="$bin$\net46\WampSharp.Default.Client.dll" target="lib\net46\WampSharp.Default.Client.dll" />
56+
<file src="$bin$\net46\WampSharp.Default.Client.pdb" target="lib\net46\WampSharp.Default.Client.pdb" />
57+
<file src="$bin$\net46\WampSharp.Default.Client.xml" target="lib\net46\WampSharp.Default.Client.xml" />
5058
<file src="$bin$\net45\WampSharp.Default.Client.dll" target="lib\net45\WampSharp.Default.Client.dll" />
5159
<file src="$bin$\net45\WampSharp.Default.Client.pdb" target="lib\net45\WampSharp.Default.Client.pdb" />
5260
<file src="$bin$\net45\WampSharp.Default.Client.xml" target="lib\net45\WampSharp.Default.Client.xml" />

NuGet/WampSharp.Default.Router.nuspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@
1717
<tags>websockets wampws rpc pubsub fleck newtonsoft json msgpack wampv2</tags>
1818
</metadata>
1919
<files>
20+
<file src="$bin$\net46\WampSharp.Default.Router.dll" target="lib\net46\WampSharp.Default.Router.dll" />
21+
<file src="$bin$\net46\WampSharp.Default.Router.pdb" target="lib\net46\WampSharp.Default.Router.pdb" />
22+
<file src="$bin$\net46\WampSharp.Default.Router.xml" target="lib\net46\WampSharp.Default.Router.xml" />
2023
<file src="$bin$\net45\WampSharp.Default.Router.dll" target="lib\net45\WampSharp.Default.Router.dll" />
2124
<file src="$bin$\net45\WampSharp.Default.Router.pdb" target="lib\net45\WampSharp.Default.Router.pdb" />
2225
<file src="$bin$\net45\WampSharp.Default.Router.xml" target="lib\net45\WampSharp.Default.Router.xml" />
2326
<file src="$bin$\net40\WampSharp.Default.Router.dll" target="lib\net40\WampSharp.Default.Router.dll" />
2427
<file src="$bin$\net40\WampSharp.Default.Router.pdb" target="lib\net40\WampSharp.Default.Router.pdb" />
2528
<file src="$bin$\net40\WampSharp.Default.Router.xml" target="lib\net40\WampSharp.Default.Router.xml" />
29+
<file src="$bin$\netstandard2.0\WampSharp.Default.Router.dll" target="lib\netstandard2.0\WampSharp.Default.Router.dll" />
30+
<file src="$bin$\netstandard2.0\WampSharp.Default.Router.pdb" target="lib\netstandard2.0\WampSharp.Default.Router.pdb" />
31+
<file src="$bin$\netstandard2.0\WampSharp.Default.Router.xml" target="lib\netstandard2.0\WampSharp.Default.Router.xml" />
2632
</files>
2733
</package>

NuGet/WampSharp.Default.nuspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<authors>CodeSharp</authors>
66
<owners />
77
<dependencies>
8+
<group targetFramework="net46">
9+
<dependency id="WampSharp.Default.Client" version="[$version$]" />
10+
<dependency id="WampSharp.Default.Router" version="[$version$]" />
11+
</group>
812
<group targetFramework="net45">
913
<dependency id="WampSharp.Default.Client" version="[$version$]" />
1014
<dependency id="WampSharp.Default.Router" version="[$version$]" />
@@ -21,6 +25,7 @@
2125
</group>
2226
<group targetFramework=".NETStandard2.0">
2327
<dependency id="WampSharp.Default.Client" version="[$version$]" />
28+
<dependency id="WampSharp.Default.Router" version="[$version$]" />
2429
</group>
2530
<group targetFramework="Xamarin.iOS10">
2631
<dependency id="WampSharp.Default.Client" version="[$version$]" />

NuGet/WampSharp.Fleck.nuspec

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,22 @@
55
<authors>CodeSharp</authors>
66
<owners />
77
<dependencies>
8-
<dependency id="WampSharp" version="[$version$]" />
9-
<dependency id="Fleck" version="[0.14.0.59]" />
8+
<group targetFramework="net46">
9+
<dependency id="WampSharp" version="[$version$]" />
10+
<dependency id="Fleck" version="[1.0.3, )" />
11+
</group>
12+
<group targetFramework="net45">
13+
<dependency id="WampSharp" version="[$version$]" />
14+
<dependency id="Fleck" version="[1.0.3, )" />
15+
</group>
16+
<group targetFramework="net40">
17+
<dependency id="WampSharp" version="[$version$]" />
18+
<dependency id="Fleck" version="[0.14.0.59]" />
19+
</group>
20+
<group targetFramework=".NETStandard2.0">
21+
<dependency id="WampSharp" version="[$version$]" />
22+
<dependency id="Fleck" version="[1.0.3, )" />
23+
</group>
1024
</dependencies>
1125
<id>WampSharp.Fleck</id>
1226
<title>WampSharp Fleck transport</title>
@@ -16,11 +30,17 @@
1630
<tags>websockets wampws rpc pubsub fleck wampv1 wampv2</tags>
1731
</metadata>
1832
<files>
33+
<file src="$bin$\net46\WampSharp.Fleck.dll" target="lib\net46\WampSharp.Fleck.dll" />
34+
<file src="$bin$\net46\WampSharp.Fleck.pdb" target="lib\net46\WampSharp.Fleck.pdb" />
35+
<file src="$bin$\net46\WampSharp.Fleck.xml" target="lib\net46\WampSharp.Fleck.xml" />
1936
<file src="$bin$\net45\WampSharp.Fleck.dll" target="lib\net45\WampSharp.Fleck.dll" />
2037
<file src="$bin$\net45\WampSharp.Fleck.pdb" target="lib\net45\WampSharp.Fleck.pdb" />
2138
<file src="$bin$\net45\WampSharp.Fleck.xml" target="lib\net45\WampSharp.Fleck.xml" />
2239
<file src="$bin$\net40\WampSharp.Fleck.dll" target="lib\net40\WampSharp.Fleck.dll" />
2340
<file src="$bin$\net40\WampSharp.Fleck.pdb" target="lib\net40\WampSharp.Fleck.pdb" />
2441
<file src="$bin$\net40\WampSharp.Fleck.xml" target="lib\net40\WampSharp.Fleck.xml" />
42+
<file src="$bin$\netstandard2.0\WampSharp.Fleck.dll" target="lib\netstandard2.0\WampSharp.Fleck.dll" />
43+
<file src="$bin$\netstandard2.0\WampSharp.Fleck.pdb" target="lib\netstandard2.0\WampSharp.Fleck.pdb" />
44+
<file src="$bin$\netstandard2.0\WampSharp.Fleck.xml" target="lib\netstandard2.0\WampSharp.Fleck.xml" />
2545
</files>
2646
</package>

NuGet/WampSharp.HttpListener.nuspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<description>WampSharp ASP.NET WebSockets support</description>
1111
<tags>websockets,wampws,rpc,pubsub,wampv1,wampv2,httplistener</tags>
1212
<dependencies>
13+
<group targetFramework="net46">
14+
<dependency id="WampSharp" version="[$version$]" />
15+
<dependency id="WampSharp.WebSockets" version="[$version$]" />
16+
</group>
1317
<group targetFramework="net45">
1418
<dependency id="WampSharp" version="[$version$]" />
1519
<dependency id="WampSharp.WebSockets" version="[$version$]" />
@@ -19,5 +23,7 @@
1923
<files>
2024
<file src="$bin$\net45\WampSharp.HttpListener.dll" target="lib\net45\WampSharp.HttpListener.dll" />
2125
<file src="$bin$\net45\WampSharp.HttpListener.pdb" target="lib\net45\WampSharp.HttpListener.pdb" />
26+
<file src="$bin$\net46\WampSharp.HttpListener.dll" target="lib\net46\WampSharp.HttpListener.dll" />
27+
<file src="$bin$\net46\WampSharp.HttpListener.pdb" target="lib\net46\WampSharp.HttpListener.pdb" />
2228
</files>
2329
</package>

NuGet/WampSharp.NewtonsoftJson.nuspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<authors>CodeSharp</authors>
66
<owners />
77
<dependencies>
8+
<group targetFramework="net46">
9+
<dependency id="WampSharp" version="[$version$]" />
10+
<dependency id="Newtonsoft.Json" version="[6.0.5, )" />
11+
</group>
812
<group targetFramework="net45">
913
<dependency id="WampSharp" version="[$version$]" />
1014
<dependency id="Newtonsoft.Json" version="[6.0.5, )" />
@@ -42,6 +46,9 @@
4246
<tags>websockets wampws rpc pubsub newtonsoft json wampv1 wampv2</tags>
4347
</metadata>
4448
<files>
49+
<file src="$bin$\net46\WampSharp.NewtonsoftJson.dll" target="lib\net46\WampSharp.NewtonsoftJson.dll" />
50+
<file src="$bin$\net46\WampSharp.NewtonsoftJson.pdb" target="lib\net46\WampSharp.NewtonsoftJson.pdb" />
51+
<file src="$bin$\net46\WampSharp.NewtonsoftJson.xml" target="lib\net46\WampSharp.NewtonsoftJson.xml" />
4552
<file src="$bin$\net45\WampSharp.NewtonsoftJson.dll" target="lib\net45\WampSharp.NewtonsoftJson.dll" />
4653
<file src="$bin$\net45\WampSharp.NewtonsoftJson.pdb" target="lib\net45\WampSharp.NewtonsoftJson.pdb" />
4754
<file src="$bin$\net45\WampSharp.NewtonsoftJson.xml" target="lib\net45\WampSharp.NewtonsoftJson.xml" />

NuGet/WampSharp.NewtonsoftMsgpack.nuspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<authors>CodeSharp</authors>
66
<owners />
77
<dependencies>
8+
<group targetFramework="net46">
9+
<dependency id="WampSharp" version="[$version$]" />
10+
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
11+
<dependency id="Newtonsoft.Msgpack" version="[0.1.10,)" />
12+
</group>
813
<group targetFramework="net45">
914
<dependency id="WampSharp" version="[$version$]" />
1015
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
@@ -34,6 +39,9 @@
3439
<tags>websockets wampws rpc pubsub newtonsoft msgpack wampv2</tags>
3540
</metadata>
3641
<files>
42+
<file src="$bin$\net46\WampSharp.NewtonsoftMsgpack.dll" target="lib\net46\WampSharp.NewtonsoftMsgpack.dll" />
43+
<file src="$bin$\net46\WampSharp.NewtonsoftMsgpack.pdb" target="lib\net46\WampSharp.NewtonsoftMsgpack.pdb" />
44+
<file src="$bin$\net46\WampSharp.NewtonsoftMsgpack.xml" target="lib\net46\WampSharp.NewtonsoftMsgpack.xml" />
3745
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.dll" target="lib\net45\WampSharp.NewtonsoftMsgpack.dll" />
3846
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.pdb" target="lib\net45\WampSharp.NewtonsoftMsgpack.pdb" />
3947
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.xml" target="lib\net45\WampSharp.NewtonsoftMsgpack.xml" />

0 commit comments

Comments
 (0)