-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGatherContent.Net.nuspec
More file actions
23 lines (23 loc) · 996 Bytes
/
GatherContent.Net.nuspec
File metadata and controls
23 lines (23 loc) · 996 Bytes
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"?>
<package >
<metadata>
<id>GatherContent.Net</id>
<version>0.1</version>
<authors>Matt Hammond</authors>
<owners>Matt Hammond</owners>
<licenseUrl>https://raw.github.com/softwired/GatherContent.Net/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/softwired/GatherContent.Net</projectUrl>
<iconUrl>https://raw.github.com/softwired/GatherContent.Net/master/gathercontent.net.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.Net library for accessing the GatherContent API</description>
<copyright>Copyright 2013 Softwired Limited</copyright>
<tags>Gather Content GatherContent</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="5.0.8" />
<dependency id="Microsoft.Net.Http" version="2.2.15" />
</dependencies>
</metadata>
<files>
<file src="GatherContent.Net\bin\Release\GatherContent.Net.dll" target="lib\net45" />
</files>
</package>