forked from GeoJSON-Net/GeoJSON.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GeoJSON.Net.nuspec
23 lines (23 loc) · 1.24 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
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>GeoJSON.Net</id>
<version>$version$</version>
<authors>Joerg Battermann</authors>
<owners>Joerg Battermann and GeoJSON.Net contributors.</owners>
<licenseUrl>https://github.com/GeoJSON-Net/GeoJSON.Net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/GeoJSON-Net/GeoJSON.Net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.Net library for GeoJSON types and corresponding Json.Net (de)serializers.</description>
<releaseNotes>Downgraded Json.Net to earliest compatible version (7.0.1).</releaseNotes>
<language>en-US</language>
<tags>geojson geo json geolocation</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="7.0.1" />
</dependencies>
</metadata>
<files>
<file src="src\GeoJSON.Net\bin\Release\GeoJSON.Net.dll" target="lib\portable-net40+sl5+wp80+win8+wpa81\GeoJSON.Net.dll" />
<file src="src\GeoJSON.Net\bin\Release\GeoJSON.Net.XML" target="lib\portable-net40+sl5+wp80+win8+wpa81\GeoJSON.Net.XML" />
</files>
</package>