forked from kerryjiang/WebSocket4Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebSocket4Net.nuspec
40 lines (40 loc) · 1.94 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WebSocket4Net</id>
<version>0.15.1</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.9.0" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="SuperSocket.ClientEngine.Core" version="0.9.0" />
<dependency id="System.Linq" version="[4.3.0, )" />
<dependency id="System.Net.Sockets" version="[4.3.0, )" />
<dependency id="System.Net.NameResolution" version="[4.3.0, )" />
<dependency id="System.Threading.Timer" version="[4.3.0, )" />
<dependency id="System.Text.RegularExpressions" version="[4.3.0, )" />
<dependency id="System.Threading" version="[4.3.0, )" />
</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\netstandard1.3\release\WebSocket4Net.dll" target="lib\netstandard1.3" />
</files>
</package>