forked from kerryjiang/WebSocket4Net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebSocket4Net.nuspec
More file actions
32 lines (32 loc) · 1.69 KB
/
WebSocket4Net.nuspec
File metadata and controls
32 lines (32 loc) · 1.69 KB
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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WebSocket4Net</id>
<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>
<dependency id="SuperSocket.ClientEngine.Core" version="0.6.0.4" />
</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" />
</files>
</package>