forked from sibartlett/Geo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGeo.nuspec
More file actions
18 lines (18 loc) · 908 Bytes
/
Geo.nuspec
File metadata and controls
18 lines (18 loc) · 908 Bytes
1
<?xml version="1.0" encoding="UTF-8"?><package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> <metadata> <id>Geo</id> <version>0.12.2</version> <title>Geo</title> <authors>Simon Bartlett</authors> <owners>Simon Bartlett</owners> <projectUrl>https://github.com/sibartlett/Geo</projectUrl> <licenseUrl>https://raw.github.com/sibartlett/Geo/master/LICENSE</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>A geospatial library for .NET</description> <tags>geo spatial gps coordinates wgs84 geography WKT WKB GeoJSON GPX IGC NMEA Garmin PocketFMS SkyDemon magnetic declination variation geomagnetism igrf wmm</tags> </metadata> <files> <file src="Geo/bin/Release/Geo.dll" target="lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Geo.dll" /> </files></package>