Skip to content

Commit 41a8257

Browse files
author
Joerg Battermann
committed
Bumped nuspec
1 parent 757faec commit 41a8257

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

GeoJSON.Net.nuspec

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3-
<metadata>
4-
<version>0.0.0.2</version>
5-
<authors>Joerg Battermann</authors>
6-
<owners>Joerg Battermann</owners>
7-
<licenseUrl>https://github.com/jbattermann/GeoJSON.Net/blob/master/LICENSE</licenseUrl>
8-
<projectUrl>https://github.com/jbattermann/GeoJSON.Net</projectUrl>
9-
<dependencies>
10-
<dependency id="Newtonsoft.Json" />
11-
</dependencies>
12-
<id>GeoJSON.Net</id>
13-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>.Net library for GeoJSON types and corresponding Json.Net (de)serializers.</description>
15-
<language>en-US</language>
16-
<tags>geojson geo json geolocation .net40</tags>
17-
</metadata>
18-
<files>
19-
<file src="lib\GeoJSON.Net.dll" target="lib\GeoJSON.Net.dll" />
20-
<file src="lib\GeoJSON.Net.XML" target="lib\GeoJSON.Net.XML" />
21-
</files>
3+
<metadata>
4+
<id>GeoJSON.Net</id>
5+
<version>0.0.0.3</version>
6+
<authors>Joerg Battermann</authors>
7+
<owners>Joerg Battermann</owners>
8+
<licenseUrl>https://github.com/jbattermann/GeoJSON.Net/blob/master/LICENSE</licenseUrl>
9+
<projectUrl>https://github.com/jbattermann/GeoJSON.Net</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>.Net library for GeoJSON types and corresponding Json.Net (de)serializers.</description>
12+
<language>en-US</language>
13+
<tags>geojson geo json geolocation .net40</tags>
14+
<dependencies>
15+
<dependency id="Newtonsoft.Json" />
16+
</dependencies>
17+
</metadata>
18+
<files>
19+
<file src="lib\GeoJSON.Net.dll" target="lib\GeoJSON.Net.dll" />
20+
<file src="lib\GeoJSON.Net.XML" target="lib\GeoJSON.Net.XML" />
21+
</files>
2222
</package>

0 commit comments

Comments
 (0)