forked from pusher/pusher-websocket-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpusher-dotnet-client.nuspec
27 lines (27 loc) · 1.07 KB
/
pusher-dotnet-client.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
<?xml version="1.0"?>
<package >
<metadata>
<id>PusherClient</id>
<version>$version$</version>
<title>Pusher .NET Client Library</title>
<authors>Pusher, Phil Leggetter</authors>
<owners>Pusher</owners>
<licenseUrl>https://github.com/pusher/pusher-dotnet-client/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/pusher/pusher-dotnet-client</projectUrl>
<iconUrl>https://pusher.com/static_logos/64x64.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The .NET library for interacting with the Pusher WebSocket API.
Register at http://pusher.com.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>pusher realtime websocket</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="WebSocket4Net" version="0.14.1" />
</dependencies>
</metadata>
<files>
<file src="..\README.md" target="." />
<file src="..\CHANGELOG.md" target="." />
</files>
</package>