forked from gpailler/MegaApiClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMegaApiClient.nuspec
31 lines (31 loc) · 1.76 KB
/
MegaApiClient.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>MegaApiClient</id>
<version>1.3.1</version>
<title>Mega.co.nz client library</title>
<authors>Grégoire Pailler</authors>
<owners>Grégoire Pailler</owners>
<licenseUrl>https://raw.github.com/gpailler/MegaApiClient/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/gpailler/MegaApiClient</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MegaApiClient library gives full access to Mega.co.nz API. You can manage filesystem and download/upload files</description>
<summary>C# library to access http://mega.co.nz API</summary>
<language>en-US</language>
<tags>mega mega.co.nz api</tags>
<dependencies>
<group>
<dependency id="Newtonsoft.Json" version="9.0.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="MegaApiClient-3.5\bin\Release\MegaApiClient.dll" target="lib\net35\MegaApiClient.dll" />
<file src="MegaApiClient-3.5\bin\Release\MegaApiClient.xml" target="lib\net35\MegaApiClient.xml" />
<file src="MegaApiClient-4.0\bin\Release\MegaApiClient.dll" target="lib\net40\MegaApiClient.dll" />
<file src="MegaApiClient-4.0\bin\Release\MegaApiClient.xml" target="lib\net40\MegaApiClient.xml" />
<file src="MegaApiClient-4.5\bin\Release\MegaApiClient.dll" target="lib\net45\MegaApiClient.dll" />
<file src="MegaApiClient-4.5\bin\Release\MegaApiClient.xml" target="lib\net45\MegaApiClient.xml" />
<file src="LICENSE" target="lib\LICENSE" />
</files>
</package>