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

Diff for: NuGet/WampSharp.AspNet.WebSockets.Server.nuspec

+6
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>

Diff for: NuGet/WampSharp.AspNetCore.RawSocket.nuspec

+25
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>

Diff for: NuGet/WampSharp.AspNetCore.WebSockets.Server.nuspec

+5
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>

Diff for: NuGet/WampSharp.Default.Client.nuspec

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

Diff for: NuGet/WampSharp.Default.Router.nuspec

+6
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>

Diff for: NuGet/WampSharp.Default.nuspec

+5
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$]" />

Diff for: NuGet/WampSharp.Fleck.nuspec

+22-2
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>

Diff for: NuGet/WampSharp.HttpListener.nuspec

+6
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>

Diff for: NuGet/WampSharp.NewtonsoftJson.nuspec

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

Diff for: NuGet/WampSharp.NewtonsoftMsgpack.nuspec

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

Diff for: NuGet/WampSharp.Owin.nuspec

+7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@
1010
<description>WampSharp Owin support</description>
1111
<tags>websockets,owin,wampws,rpc,pubsub,wampv1,wampv2</tags>
1212
<dependencies>
13+
<group targetFramework="net46">
14+
<dependency id="Microsoft.Owin" version="[3.0.1, )" />
15+
<dependency id="WampSharp.WebSockets" version="[$version$]" />
16+
</group>
1317
<group targetFramework="net45">
1418
<dependency id="Microsoft.Owin" version="[3.0.1, )" />
1519
<dependency id="WampSharp.WebSockets" version="[$version$]" />
1620
</group>
1721
</dependencies>
1822
</metadata>
1923
<files>
24+
<file src="$bin$\net46\WampSharp.Owin.dll" target="lib\net46\WampSharp.Owin.dll" />
25+
<file src="$bin$\net46\WampSharp.Owin.pdb" target="lib\net46\WampSharp.Owin.pdb" />
26+
<file src="$bin$\net46\WampSharp.Owin.xml" target="lib\net46\WampSharp.Owin.xml" />
2027
<file src="$bin$\net45\WampSharp.Owin.dll" target="lib\net45\WampSharp.Owin.dll" />
2128
<file src="$bin$\net45\WampSharp.Owin.pdb" target="lib\net45\WampSharp.Owin.pdb" />
2229
<file src="$bin$\net45\WampSharp.Owin.xml" target="lib\net45\WampSharp.Owin.xml" />

Diff for: NuGet/WampSharp.RawSocket.nuspec

+15-7
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,23 @@
55
<authors>CodeSharp</authors>
66
<owners />
77
<dependencies>
8+
<group targetFramework="net46">
9+
<dependency id="WampSharp" version="[$version$]" />
10+
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.2.2" />
11+
</group>
812
<group targetFramework="net45">
913
<dependency id="WampSharp" version="[$version$]" />
10-
<dependency id="System.Buffers" version="4.3.0" />
14+
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.2.2" />
1115
</group>
12-
<group targetFramework=".NETStandard1.3">
16+
<group targetFramework=".NETStandard1.4">
1317
<dependency id="WampSharp" version="[$version$]" />
14-
<dependency id="System.Buffers" version="4.3.0" />
18+
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.2.2" />
1519
<dependency id="System.Net.Sockets" version="4.3.0" />
20+
<dependency id="System.Net.Security" version="4.3.2" />
1621
</group>
1722
<group targetFramework=".NETStandard2.0">
1823
<dependency id="WampSharp" version="[$version$]" />
19-
<dependency id="System.Buffers" version="4.3.0" />
24+
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="1.2.2" />
2025
</group>
2126
</dependencies>
2227
<id>WampSharp.RawSocket</id>
@@ -27,12 +32,15 @@
2732
<tags>websockets wampws rpc pubsub supersocket wampv2 rawsocket</tags>
2833
</metadata>
2934
<files>
35+
<file src="$bin$\net46\WampSharp.RawSocket.dll" target="lib\net46\WampSharp.RawSocket.dll" />
36+
<file src="$bin$\net46\WampSharp.RawSocket.pdb" target="lib\net46\WampSharp.RawSocket.pdb" />
37+
<file src="$bin$\net46\WampSharp.RawSocket.xml" target="lib\net46\WampSharp.RawSocket.xml" />
3038
<file src="$bin$\net45\WampSharp.RawSocket.dll" target="lib\net45\WampSharp.RawSocket.dll" />
3139
<file src="$bin$\net45\WampSharp.RawSocket.pdb" target="lib\net45\WampSharp.RawSocket.pdb" />
3240
<file src="$bin$\net45\WampSharp.RawSocket.xml" target="lib\net45\WampSharp.RawSocket.xml" />
33-
<file src="$bin$\netstandard1.3\WampSharp.RawSocket.dll" target="lib\netstandard1.3\WampSharp.RawSocket.dll" />
34-
<file src="$bin$\netstandard1.3\WampSharp.RawSocket.pdb" target="lib\netstandard1.3\WampSharp.RawSocket.pdb" />
35-
<file src="$bin$\netstandard1.3\WampSharp.RawSocket.xml" target="lib\netstandard1.3\WampSharp.RawSocket.xml" />
41+
<file src="$bin$\netstandard1.3\WampSharp.RawSocket.dll" target="lib\netstandard1.4\WampSharp.RawSocket.dll" />
42+
<file src="$bin$\netstandard1.3\WampSharp.RawSocket.pdb" target="lib\netstandard1.4\WampSharp.RawSocket.pdb" />
43+
<file src="$bin$\netstandard1.3\WampSharp.RawSocket.xml" target="lib\netstandard1.4\WampSharp.RawSocket.xml" />
3644
<file src="$bin$\netstandard2.0\WampSharp.RawSocket.dll" target="lib\netstandard2.0\WampSharp.RawSocket.dll" />
3745
<file src="$bin$\netstandard2.0\WampSharp.RawSocket.pdb" target="lib\netstandard2.0\WampSharp.RawSocket.pdb" />
3846
<file src="$bin$\netstandard2.0\WampSharp.RawSocket.xml" target="lib\netstandard2.0\WampSharp.RawSocket.xml" />

Diff for: NuGet/WampSharp.Vtortola.nuspec

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@
99
<dependency id="WampSharp" version="[$version$]" />
1010
<dependency id="vtortola.WebSocketListener" version="[2.2.2]" />
1111
</group>
12+
<group targetFramework="net461">
13+
<dependency id="WampSharp" version="[$version$]" />
14+
<dependency id="vtortola.WebSocketListener" version="[3.0.0]" />
15+
</group>
1216
<group targetFramework="netstandard2.0">
1317
<dependency id="WampSharp" version="[$version$]" />
14-
<dependency id="vtortola.WebSocketListener" version="[3.0.0-beta]" />
18+
<dependency id="vtortola.WebSocketListener" version="[3.0.0]" />
1519
</group>
1620
</dependencies>
1721
<id>WampSharp.Vtortola</id>
@@ -22,6 +26,9 @@
2226
<tags>websockets wampws rpc pubsub vtortola wampv2</tags>
2327
</metadata>
2428
<files>
29+
<file src="$bin$\net46\WampSharp.Vtortola.dll" target="lib\net461\WampSharp.Vtortola.dll" />
30+
<file src="$bin$\net46\WampSharp.Vtortola.pdb" target="lib\net461\WampSharp.Vtortola.pdb" />
31+
<file src="$bin$\net46\WampSharp.Vtortola.xml" target="lib\net461\WampSharp.Vtortola.xml" />
2532
<file src="$bin$\net45\WampSharp.Vtortola.dll" target="lib\net45\WampSharp.Vtortola.dll" />
2633
<file src="$bin$\net45\WampSharp.Vtortola.pdb" target="lib\net45\WampSharp.Vtortola.pdb" />
2734
<file src="$bin$\net45\WampSharp.Vtortola.xml" target="lib\net45\WampSharp.Vtortola.xml" />

Diff for: NuGet/WampSharp.WAMP1.Default.nuspec

+6
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@
1818
<tags>websockets wampws rpc pubsub fleck newtonsoft json websocket4net wampv1</tags>
1919
</metadata>
2020
<files>
21+
<file src="$bin$\net46\WampSharp.WAMP1.Default.dll" target="lib\net46\WampSharp.WAMP1.Default.dll" />
22+
<file src="$bin$\net46\WampSharp.WAMP1.Default.pdb" target="lib\net46\WampSharp.WAMP1.Default.pdb" />
23+
<file src="$bin$\net46\WampSharp.WAMP1.Default.xml" target="lib\net46\WampSharp.WAMP1.Default.xml" />
2124
<file src="$bin$\net45\WampSharp.WAMP1.Default.dll" target="lib\net45\WampSharp.WAMP1.Default.dll" />
2225
<file src="$bin$\net45\WampSharp.WAMP1.Default.pdb" target="lib\net45\WampSharp.WAMP1.Default.pdb" />
2326
<file src="$bin$\net45\WampSharp.WAMP1.Default.xml" target="lib\net45\WampSharp.WAMP1.Default.xml" />
2427
<file src="$bin$\net40\WampSharp.WAMP1.Default.dll" target="lib\net40\WampSharp.WAMP1.Default.dll" />
2528
<file src="$bin$\net40\WampSharp.WAMP1.Default.pdb" target="lib\net40\WampSharp.WAMP1.Default.pdb" />
2629
<file src="$bin$\net40\WampSharp.WAMP1.Default.xml" target="lib\net40\WampSharp.WAMP1.Default.xml" />
30+
<file src="$bin$\netstandard2.0\WampSharp.WAMP1.Default.dll" target="lib\netstandard2.0\WampSharp.WAMP1.Default.dll" />
31+
<file src="$bin$\netstandard2.0\WampSharp.WAMP1.Default.pdb" target="lib\netstandard2.0\WampSharp.WAMP1.Default.pdb" />
32+
<file src="$bin$\netstandard2.0\WampSharp.WAMP1.Default.xml" target="lib\netstandard2.0\WampSharp.WAMP1.Default.xml" />
2733
</files>
2834
</package>

0 commit comments

Comments
 (0)