forked from uservoice/uservoice-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUserVoice.nuspec
23 lines (23 loc) · 844 Bytes
/
UserVoice.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>UserVoice</id>
<version>0.0.4</version>
<authors>Raimo Tuisku</authors>
<owners>UserVoice</owners>
<licenseUrl>http://github.com/uservoice/uservoice-csharp/MIT-LICENCE</licenseUrl>
<projectUrl>http://github.com/uservoice/uservoice-csharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# library for UserVoice API Connections</description>
<releaseNotes>Initial version</releaseNotes>
<copyright>Copyright 2012</copyright>
<tags>UserVoice SSO API</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="4.5.10" />
<dependency id="RestSharp" version="104.1" />
</dependencies>
</metadata>
<files>
<file src="UserVoice.dll" target="lib" />
</files>
</package>