forked from kerryjiang/WebSocket4Net
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebSocket4Net.nuspec
45 lines (45 loc) · 2.37 KB
/
WebSocket4Net.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WebSocket4Net</id>
<version>0.15-beta6</version>
<!--<version>$version</version>-->
<authors>Kerry Jiang</authors>
<owners>Kerry Jiang</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://websocket4net.codeplex.com/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>WebSocket4Net is a .NET websocket client implemtation. It originates from SuperWebSocket WebSocket Client. For better developing of the websocket client, it was separated from SuperWebSocket and was renamed to WebSocket4Net.</description>
<tags>WebSocket, WebSocket4Net, SuperWebSocket</tags>
<dependencies>
<group>
<dependency id="SuperSocket.ClientEngine.Core" version="0.8.0.6" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="SuperSocket.ClientEngine.Core" version="0.8.0.6" />
<dependency id="System.Linq" version="[4.1.0, )" />
<dependency id="System.Net.Sockets" version="[4.1.0, )" />
<dependency id="System.Net.NameResolution" version="[4.0.0, )" />
<dependency id="System.Threading.Timer" version="[4.0.1, )" />
<dependency id="System.Text.RegularExpressions" version="[4.1.0, )" />
<dependency id="System.Threading" version="[4.0.11, )" />
</group>
</dependencies>
<references>
<reference file="WebSocket4Net.dll" />
</references>
</metadata>
<files>
<file src="bin\net20\release\WebSocket4Net.dll" target="lib/net20" />
<file src="bin\net35\release\WebSocket4Net.dll" target="lib/net35" />
<file src="bin\net40\release\WebSocket4Net.dll" target="lib/net40" />
<file src="bin\net45\release\WebSocket4Net.dll" target="lib/net45" />
<file src="bin\sl50\release\WebSocket4Net.dll" target="lib/sl50" />
<file src="bin\wp80\release\WebSocket4Net.dll" target="lib/wp80" />
<!--<file src="bin\win\release\WebSocket4Net.dll" target="lib/win" />-->
<file src="bin\monoandroid10\release\WebSocket4Net.dll" target="lib/monoandroid10" />
<file src="bin\monotouch10\release\WebSocket4Net.dll" target="lib/monotouch10" />
<file src="bin\xamarinios10\release\WebSocket4Net.dll" target="lib/xamarinios10" />
<file src="bin\netstandard1.3\release\WebSocket4Net.dll" target="lib/netstandard1.3" />
</files>
</package>