-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathGeoDataSource.nuspec
More file actions
20 lines (20 loc) · 844 Bytes
/
GeoDataSource.nuspec
File metadata and controls
20 lines (20 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package >
<metadata>
<id>GeoDataSource</id>
<version>1.0.0</version>
<authors>Rob Chartier</authors>
<owners>Rob Chartier</owners>
<licenseUrl>http://creativecommons.org/licenses/by/3.0/</licenseUrl>
<projectUrl>https://github.com/nothingmn/GeoDataSource</projectUrl>
<iconUrl>http://www.geonames.org/geonames.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>GeoDataSource is a .NET Class Library based off of the data from http://www.geonames.org</description>
<releaseNotes>Initial public release</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>GeoNames Country Countries Province State TimeZone</tags>
<dependencies>
<dependency id="SharpZipLib" version="0.86.0" />
</dependencies>
</metadata>
</package>