forked from mfilippov/vimeo-dot-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVimeoDotNet.nuspec
36 lines (35 loc) · 1.85 KB
/
VimeoDotNet.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
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>VimeoDotNet</id>
<version>$version$</version>
<title>Vimeo-Dot-Net</title>
<authors>Stephen Commisso, Mikhail Filippov</authors>
<licenseUrl>https://github.com/mfilippov/vimeo-dot-net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mfilippov/vimeo-dot-net</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>.NET wrapper around Vimeo's REST API v3.0.
Features:
- Account information retrieval
- Video retrieval
- Resumable video file upload</description>
<summary />
<releaseNotes>Add search support for GetUserVideos method</releaseNotes>
<copyright>Copyright © 2015-2016, Stephen Commisso, Mikhail Filippov</copyright>
<language>en-US</language>
<tags>vimeo, async</tags>
<dependencies>
<group>
<dependency id="Newtonsoft.Json" version="10.0.3" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\VimeoDotNet\bin\Release\net45\VimeoDotNet.dll" target="lib\net45" />
<file src="src\VimeoDotNet\bin\Release\net45\VimeoDotNet.pdb" target="lib\net45" />
<file src="src\VimeoDotNet\bin\Release\net45\VimeoDotNet.xml" target="lib\net45" />
<file src="src\VimeoDotNet\bin\Release\netstandard1.3\VimeoDotNet.dll" target="lib\netstandard1.3" />
<file src="src\VimeoDotNet\bin\Release\netstandard1.3\VimeoDotNet.pdb" target="lib\netstandard1.3" />
<file src="src\VimeoDotNet\bin\Release\netstandard1.3\VimeoDotNet.xml" target="lib\netstandard1.3" />
</files>
</package>