Skip to content

Commit d25c2ec

Browse files
authored
Merge pull request #209 from Code-Sharp/develop
WampSharp v1.2.6.41-beta
2 parents 005ab87 + c39f698 commit d25c2ec

File tree

275 files changed

+7624
-1413
lines changed

Some content is hidden

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

275 files changed

+7624
-1413
lines changed

NuGet/WampSharp.AspNet.WebSockets.Server.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
</frameworkAssemblies>
2121
</metadata>
2222
<files>
23-
<file src="bin\net45\WampSharp.AspNet.WebSockets.Server.dll" target="lib\net45\WampSharp.AspNet.WebSockets.Server.dll" />
23+
<file src="$bin$\net45\WampSharp.AspNet.WebSockets.Server.dll" target="lib\net45\WampSharp.AspNet.WebSockets.Server.dll" />
2424
</files>
2525
</package>

NuGet/WampSharp.AspNetCore.WebSockets.Server.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<tags>websockets,wampws,rpc,pubsub,wampv1,wampv2,aspnetcore</tags>
1212
<dependencies>
1313
<group targetFramework=".NETStandard1.3">
14-
<dependency id="Microsoft.AspNetCore.WebSockets" version="[1.0.0, )" />
14+
<dependency id="Microsoft.AspNetCore.WebSockets" version="[1.0.2, )" />
1515
<dependency id="WampSharp" version="[$version$]" />
1616
<dependency id="WampSharp.WebSockets" version="[$version$]" />
1717
</group>
1818
</dependencies>
1919
</metadata>
2020
<files>
21-
<file src="bin\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.dll" target="lib\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.dll" />
22-
<file src="bin\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.xml" target="lib\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.xml" />
21+
<file src="$bin$\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.dll" target="lib\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.dll" />
22+
<file src="$bin$\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.xml" target="lib\netstandard1.3\WampSharp.AspNetCore.WebSockets.Server.xml" />
2323
</files>
2424
</package>

NuGet/WampSharp.Default.Client.nuspec

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
<tags>websockets wampws rpc pubsub newtonsoft json msgpack wampv2</tags>
3838
</metadata>
3939
<files>
40-
<file src="bin\net45\WampSharp.Default.Client.dll" target="lib\net45\WampSharp.Default.Client.dll" />
41-
<file src="bin\net45\WampSharp.Default.Client.xml" target="lib\net45\WampSharp.Default.Client.xml" />
42-
<file src="bin\net40\WampSharp.Default.Client.dll" target="lib\net40\WampSharp.Default.Client.dll" />
43-
<file src="bin\net40\WampSharp.Default.Client.xml" target="lib\net40\WampSharp.Default.Client.xml" />
44-
<file src="bin\pcl\WampSharp.Default.Client.dll" target="lib\portable-win81+wpa81\WampSharp.Default.Client.dll" />
45-
<file src="bin\pcl\WampSharp.Default.Client.xml" target="lib\portable-win81+wpa81\WampSharp.Default.Client.xml" />
46-
<file src="bin\uap10.0\WampSharp.Default.Client.dll" target="lib\uap10.0\WampSharp.Default.Client.dll" />
47-
<file src="bin\uap10.0\WampSharp.Default.Client.xml" target="lib\uap10.0\WampSharp.Default.Client.xml" />
48-
<file src="bin\netstandard1.3\WampSharp.Default.Client.dll" target="lib\netstandard1.3\WampSharp.Default.Client.dll" />
49-
<file src="bin\netstandard1.3\WampSharp.Default.Client.xml" target="lib\netstandard1.3\WampSharp.Default.Client.xml" />
40+
<file src="$bin$\net45\WampSharp.Default.Client.dll" target="lib\net45\WampSharp.Default.Client.dll" />
41+
<file src="$bin$\net45\WampSharp.Default.Client.xml" target="lib\net45\WampSharp.Default.Client.xml" />
42+
<file src="$bin$\net40\WampSharp.Default.Client.dll" target="lib\net40\WampSharp.Default.Client.dll" />
43+
<file src="$bin$\net40\WampSharp.Default.Client.xml" target="lib\net40\WampSharp.Default.Client.xml" />
44+
<file src="$bin$\pcl\WampSharp.Default.Client.dll" target="lib\portable-win81+wpa81\WampSharp.Default.Client.dll" />
45+
<file src="$bin$\pcl\WampSharp.Default.Client.xml" target="lib\portable-win81+wpa81\WampSharp.Default.Client.xml" />
46+
<file src="$bin$\uap10.0\WampSharp.Default.Client.dll" target="lib\uap10.0\WampSharp.Default.Client.dll" />
47+
<file src="$bin$\uap10.0\WampSharp.Default.Client.xml" target="lib\uap10.0\WampSharp.Default.Client.xml" />
48+
<file src="$bin$\netstandard1.3\WampSharp.Default.Client.dll" target="lib\netstandard1.3\WampSharp.Default.Client.dll" />
49+
<file src="$bin$\netstandard1.3\WampSharp.Default.Client.xml" target="lib\netstandard1.3\WampSharp.Default.Client.xml" />
5050
</files>
5151
</package>

NuGet/WampSharp.Default.Router.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<tags>websockets wampws rpc pubsub fleck newtonsoft json msgpack wampv2</tags>
1818
</metadata>
1919
<files>
20-
<file src="bin\net45\WampSharp.Default.Router.dll" target="lib\net45\WampSharp.Default.Router.dll" />
21-
<file src="bin\net45\WampSharp.Default.Router.xml" target="lib\net45\WampSharp.Default.Router.xml" />
22-
<file src="bin\net40\WampSharp.Default.Router.dll" target="lib\net40\WampSharp.Default.Router.dll" />
23-
<file src="bin\net40\WampSharp.Default.Router.xml" target="lib\net40\WampSharp.Default.Router.xml" />
20+
<file src="$bin$\net45\WampSharp.Default.Router.dll" target="lib\net45\WampSharp.Default.Router.dll" />
21+
<file src="$bin$\net45\WampSharp.Default.Router.xml" target="lib\net45\WampSharp.Default.Router.xml" />
22+
<file src="$bin$\net40\WampSharp.Default.Router.dll" target="lib\net40\WampSharp.Default.Router.dll" />
23+
<file src="$bin$\net40\WampSharp.Default.Router.xml" target="lib\net40\WampSharp.Default.Router.xml" />
2424
</files>
2525
</package>

NuGet/WampSharp.Fleck.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<owners />
77
<dependencies>
88
<dependency id="WampSharp" version="[$version$]" />
9-
<dependency id="Fleck" version="[0.13.0.57]" />
9+
<dependency id="Fleck" version="[0.14.0.59]" />
1010
</dependencies>
1111
<id>WampSharp.Fleck</id>
1212
<title>WampSharp Fleck transport</title>
@@ -16,9 +16,9 @@
1616
<tags>websockets wampws rpc pubsub fleck wampv1 wampv2</tags>
1717
</metadata>
1818
<files>
19-
<file src="bin\net45\WampSharp.Fleck.dll" target="lib\net45\WampSharp.Fleck.dll" />
20-
<file src="bin\net45\WampSharp.Fleck.xml" target="lib\net45\WampSharp.Fleck.xml" />
21-
<file src="bin\net40\WampSharp.Fleck.dll" target="lib\net40\WampSharp.Fleck.dll" />
22-
<file src="bin\net40\WampSharp.Fleck.xml" target="lib\net40\WampSharp.Fleck.xml" />
19+
<file src="$bin$\net45\WampSharp.Fleck.dll" target="lib\net45\WampSharp.Fleck.dll" />
20+
<file src="$bin$\net45\WampSharp.Fleck.xml" target="lib\net45\WampSharp.Fleck.xml" />
21+
<file src="$bin$\net40\WampSharp.Fleck.dll" target="lib\net40\WampSharp.Fleck.dll" />
22+
<file src="$bin$\net40\WampSharp.Fleck.xml" target="lib\net40\WampSharp.Fleck.xml" />
2323
</files>
2424
</package>

NuGet/WampSharp.HttpListener.nuspec

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.HttpListener</id>
5+
<version>$version$</version>
6+
<title>WampSharp HttpListener based WebSockets 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,httplistener</tags>
12+
<dependencies>
13+
<group targetFramework="net45">
14+
<dependency id="WampSharp" version="[$version$]" />
15+
<dependency id="WampSharp.WebSockets" version="[$version$]" />
16+
</group>
17+
</dependencies>
18+
</metadata>
19+
<files>
20+
<file src="$bin$\net45\WampSharp.HttpListener.dll" target="lib\net45\WampSharp.HttpListener.dll" />
21+
</files>
22+
</package>

NuGet/WampSharp.NewtonsoftJson.nuspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
<tags>websockets wampws rpc pubsub newtonsoft json wampv1 wampv2</tags>
3535
</metadata>
3636
<files>
37-
<file src="bin\net45\WampSharp.NewtonsoftJson.dll" target="lib\net45\WampSharp.NewtonsoftJson.dll" />
38-
<file src="bin\net45\WampSharp.NewtonsoftJson.xml" target="lib\net45\WampSharp.NewtonsoftJson.xml" />
39-
<file src="bin\net40\WampSharp.NewtonsoftJson.dll" target="lib\net40\WampSharp.NewtonsoftJson.dll" />
40-
<file src="bin\net40\WampSharp.NewtonsoftJson.xml" target="lib\net40\WampSharp.NewtonsoftJson.xml" />
41-
<file src="bin\pcl\WampSharp.NewtonsoftJson.dll" target="lib\portable-win81+wpa81\WampSharp.NewtonsoftJson.dll" />
42-
<file src="bin\pcl\WampSharp.NewtonsoftJson.xml" target="lib\portable-win81+wpa81\WampSharp.NewtonsoftJson.xml" />
43-
<file src="bin\netstandard1.3\WampSharp.NewtonsoftJson.dll" target="lib\netstandard1.3\WampSharp.NewtonsoftJson.dll" />
44-
<file src="bin\netstandard1.3\WampSharp.NewtonsoftJson.xml" target="lib\netstandard1.3\WampSharp.NewtonsoftJson.xml" />
37+
<file src="$bin$\net45\WampSharp.NewtonsoftJson.dll" target="lib\net45\WampSharp.NewtonsoftJson.dll" />
38+
<file src="$bin$\net45\WampSharp.NewtonsoftJson.xml" target="lib\net45\WampSharp.NewtonsoftJson.xml" />
39+
<file src="$bin$\net40\WampSharp.NewtonsoftJson.dll" target="lib\net40\WampSharp.NewtonsoftJson.dll" />
40+
<file src="$bin$\net40\WampSharp.NewtonsoftJson.xml" target="lib\net40\WampSharp.NewtonsoftJson.xml" />
41+
<file src="$bin$\pcl\WampSharp.NewtonsoftJson.dll" target="lib\portable-win81+wpa81\WampSharp.NewtonsoftJson.dll" />
42+
<file src="$bin$\pcl\WampSharp.NewtonsoftJson.xml" target="lib\portable-win81+wpa81\WampSharp.NewtonsoftJson.xml" />
43+
<file src="$bin$\netstandard1.3\WampSharp.NewtonsoftJson.dll" target="lib\netstandard1.3\WampSharp.NewtonsoftJson.dll" />
44+
<file src="$bin$\netstandard1.3\WampSharp.NewtonsoftJson.xml" target="lib\netstandard1.3\WampSharp.NewtonsoftJson.xml" />
4545
</files>
4646
</package>

NuGet/WampSharp.NewtonsoftMsgpack.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
<tags>websockets wampws rpc pubsub newtonsoft msgpack wampv2</tags>
3030
</metadata>
3131
<files>
32-
<file src="bin\net45\WampSharp.NewtonsoftMsgpack.dll" target="lib\net45\WampSharp.NewtonsoftMsgpack.dll" />
33-
<file src="bin\net45\WampSharp.NewtonsoftMsgpack.xml" target="lib\net45\WampSharp.NewtonsoftMsgpack.xml" />
34-
<file src="bin\net40\WampSharp.NewtonsoftMsgpack.dll" target="lib\net40\WampSharp.NewtonsoftMsgpack.dll" />
35-
<file src="bin\net40\WampSharp.NewtonsoftMsgpack.xml" target="lib\net40\WampSharp.NewtonsoftMsgpack.xml" />
36-
<file src="bin\net45\WampSharp.NewtonsoftMsgpack.dll" target="lib\netstandard1.3\WampSharp.NewtonsoftMsgpack.dll" />
37-
<file src="bin\net45\WampSharp.NewtonsoftMsgpack.xml" target="lib\netstandard1.3\WampSharp.NewtonsoftMsgpack.xml" />
32+
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.dll" target="lib\net45\WampSharp.NewtonsoftMsgpack.dll" />
33+
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.xml" target="lib\net45\WampSharp.NewtonsoftMsgpack.xml" />
34+
<file src="$bin$\net40\WampSharp.NewtonsoftMsgpack.dll" target="lib\net40\WampSharp.NewtonsoftMsgpack.dll" />
35+
<file src="$bin$\net40\WampSharp.NewtonsoftMsgpack.xml" target="lib\net40\WampSharp.NewtonsoftMsgpack.xml" />
36+
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.dll" target="lib\netstandard1.3\WampSharp.NewtonsoftMsgpack.dll" />
37+
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.xml" target="lib\netstandard1.3\WampSharp.NewtonsoftMsgpack.xml" />
3838
</files>
3939
</package>

NuGet/WampSharp.Owin.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</dependencies>
1818
</metadata>
1919
<files>
20-
<file src="bin\net45\WampSharp.Owin.dll" target="lib\net45\WampSharp.Owin.dll" />
21-
<file src="bin\net45\WampSharp.Owin.xml" target="lib\net45\WampSharp.Owin.xml" />
20+
<file src="$bin$\net45\WampSharp.Owin.dll" target="lib\net45\WampSharp.Owin.dll" />
21+
<file src="$bin$\net45\WampSharp.Owin.xml" target="lib\net45\WampSharp.Owin.xml" />
2222
</files>
2323
</package>

NuGet/WampSharp.RawSocket.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<dependencies>
88
<group targetFramework="net45">
99
<dependency id="WampSharp" version="[$version$]" />
10-
<dependency id="System.Buffers" version="4.0.0" />
10+
<dependency id="System.Buffers" version="4.3.0" />
1111
</group>
1212
<group targetFramework=".NETStandard1.3">
1313
<dependency id="WampSharp" version="[$version$]" />
14-
<dependency id="System.Buffers" version="4.0.0" />
15-
<dependency id="System.Net.Sockets" version="4.1.0" />
14+
<dependency id="System.Buffers" version="4.3.0" />
15+
<dependency id="System.Net.Sockets" version="4.3.0" />
1616
</group>
1717
</dependencies>
1818
<id>WampSharp.RawSocket</id>
@@ -23,9 +23,9 @@
2323
<tags>websockets wampws rpc pubsub supersocket wampv2 rawsocket</tags>
2424
</metadata>
2525
<files>
26-
<file src="bin\net45\WampSharp.RawSocket.dll" target="lib\net45\WampSharp.RawSocket.dll" />
27-
<file src="bin\net45\WampSharp.RawSocket.xml" target="lib\net45\WampSharp.RawSocket.xml" />
28-
<file src="bin\netstandard1.3\WampSharp.RawSocket.dll" target="lib\netstandard1.3\WampSharp.RawSocket.dll" />
29-
<file src="bin\netstandard1.3\WampSharp.RawSocket.xml" target="lib\netstandard1.3\WampSharp.RawSocket.xml" />
26+
<file src="$bin$\net45\WampSharp.RawSocket.dll" target="lib\net45\WampSharp.RawSocket.dll" />
27+
<file src="$bin$\net45\WampSharp.RawSocket.xml" target="lib\net45\WampSharp.RawSocket.xml" />
28+
<file src="$bin$\netstandard1.3\WampSharp.RawSocket.dll" target="lib\netstandard1.3\WampSharp.RawSocket.dll" />
29+
<file src="$bin$\netstandard1.3\WampSharp.RawSocket.xml" target="lib\netstandard1.3\WampSharp.RawSocket.xml" />
3030
</files>
3131
</package>

0 commit comments

Comments
 (0)