-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPackage.nuspec
29 lines (29 loc) · 1.24 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
26
27
28
29
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ZiggeoCSharpSDK</id>
<version>0.1.30</version>
<authors>Ziggeo</authors>
<owners>Ziggeo</owners>
<iconUrl>https://ziggeo.com/assets/images/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Ziggeo API (https://ziggeo.com) allows you to integrate video recording and playback with only two lines of code in your site, service or app. This is the C# Server SDK repository.</description>
<tags>Ziggeo, video recording, video playback, video</tags>
<licenseUrl>https://raw.github.com/Ziggeo/ZiggeoCSharpSDK/master/LICENSE.md</licenseUrl>
<projectUrl>https://raw.github.com/Ziggeo/ZiggeoCSharpSDK</projectUrl>
<language>en-US</language>
<dependencies>
<group>
<dependency id="Newtonsoft.Json" version="8.0.2" />
</group>
</dependencies>
<references>
<reference file="Ziggeo.dll" />
</references>
</metadata>
<files>
<file src="*.md" />
<file src="src/*" />
<file src="lib/*" target="lib" />
</files>
</package>