forked from GeoJSON-Net/GeoJSON.Net
-
Notifications
You must be signed in to change notification settings - Fork 4
/
GeoJSON.Net.nuspec
22 lines (22 loc) · 1.04 KB
/
GeoJSON.Net.nuspec
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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>TopoJSON.Net</id>
<version>0.0.0.7</version>
<authors>Friedrich Politz / Joerg Battermann</authors>
<owners>Friedrich Politz</owners>
<licenseUrl>https://github.com/Freddixx/TopoJSON.Net/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/Freddixx/TopoJSON.Net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.Net library for TopoJSON and GeoJSON types and corresponding Json.Net (de)serializers.</description>
<language>en-US</language>
<tags>geojson topojson geo topo topology json geolocation .net40</tags>
<dependencies>
<dependency id="Newtonsoft.Json" />
</dependencies>
</metadata>
<files>
<file src="lib\GeoJSON.Net.dll" target="lib\GeoJSON.Net.dll" />
<file src="lib\GeoJSON.Net.XML" target="lib\GeoJSON.Net.XML" />
</files>
</package>