forked from jstott/socketio4net
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Package.nuspec
executable file
·25 lines (25 loc) · 1.11 KB
/
Package.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
<?xml version="1.0"?>
<package >
<metadata>
<id>AstonClub.SocketIO4Net</id>
<title>SocketIO4Net (Aston Club)</title>
<version>1.3.4</version>
<authors>Aston Club</authors>
<owners>Aston Club</owners>
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
<projectUrl>https://github.com/LOKE/socketio4net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Fork of SocketIO4Net that fixes some features not working in the original.</description>
<releaseNotes>Close on disconnect event. Using client profile for .NET 4.0</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>astonclub websocket nodejs socketio</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="5.0.1" />
<dependency id="WebSocket4Net" version="0.9" />
</dependencies>
</metadata>
<files>
<file src="SocketIO.Client.Net40\bin\Release\SocketIO.Client.Net40.dll" target="lib/net40-client" />
<file src="SocketIO.Client.Net45\bin\Release\SocketIO.Client.Net45.dll" target="lib/net45" />
</files>
</package>