-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathStreamio.nuspec
More file actions
21 lines (21 loc) · 872 Bytes
/
Streamio.nuspec
File metadata and controls
21 lines (21 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package >
<metadata>
<id>Streamio</id>
<version>0.7.1.0</version>
<title>Streamio</title>
<authors>Streamio AB</authors>
<owners>Streamio AB</owners>
<licenseUrl>https://raw.github.com/streamio/streamio-cs/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/streamio/streamio-cs</projectUrl>
<iconUrl>https://github.com/streamio/streamio-cs/raw/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Official C# wrapper for the http://streamio.com API.</description>
<releaseNotes>Support .NET framework version 3.5 and 4.0.</releaseNotes>
<copyright>Copyright 2012</copyright>
<tags>streamio API REST</tags>
<dependencies>
<dependency id="RestSharp" version="103.2" />
</dependencies>
</metadata>
</package>