forked from DropNet/DropNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dropnet.nuspec
23 lines (23 loc) · 1008 Bytes
/
dropnet.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>DropNet</id>
<version>1.9.6</version>
<authors>Damian Karzon, Github Contributors</authors>
<owners>Damian Karzon</owners>
<description>.NET Client for the Dropbox API (.NET 4 and Windows Phone)</description>
<language>en-AU</language>
<projectUrl>http://dkdevelopment.net/what-im-doing/dropnet/</projectUrl>
<licenseUrl>https://github.com/dkarzon/DropNet/blob/master/LICENSE.txt</licenseUrl>
<iconUrl>http://dkdevelopment.net/img/DropNetIcon.png</iconUrl>
<tags>DROPBOX API .NET WP7</tags>
<dependencies>
<dependency id="RestSharp" version="104.1" />
</dependencies>
</metadata>
<files>
<file src="DropNet\bin\Release\DropNet.dll" target="lib\net40" />
<file src="DropNet.WindowsPhone\bin\Release\System.Threading.Tasks.WP71.dll" target="lib\sl4-wp71" />
<file src="DropNet.WindowsPhone\bin\Release\DropNet.WindowsPhone.dll" target="lib\sl4-wp71" />
</files>
</package>