forked from NetTopologySuite/GeoAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGeoAPI.nuspec
More file actions
22 lines (22 loc) · 1.03 KB
/
GeoAPI.nuspec
File metadata and controls
22 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package>
<metadata>
<id>GeoAPI</id>
<version>$version$</version>
<authors>NetTopologySuite Team</authors>
<owners>nettopologysuite - team</owners>
<licenseUrl>https://raw.githubusercontent.com/NetTopologySuite/GeoAPI/master/GeoAPI/License.txt</licenseUrl>
<projectUrl>https://github.com/NetTopologySuite/GeoAPI</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.</description>
<releaseNotes>This version matches NetTopologySuite v1.15 API.</releaseNotes>
<copyright>Copyright 2007-2017</copyright>
<tags>OGC SFS NTS GIS</tags>
<iconUrl>https://raw.githubusercontent.com/NetTopologySuite/GeoAPI/develop/icon.png</iconUrl>
<dependencies>
<dependency id="GeoAPI.Core" version="$version$" />
<dependency id="GeoAPI.CoordinateSystems" version="$version$" />
</dependencies>
</metadata>
<files/>
</package>