Skip to content

Commit 813ca7c

Browse files
author
Joerg Battermann
committed
Fixed nuget nuspec file and corresponding dependencies
1 parent c9b1c6d commit 813ca7c

15 files changed

Lines changed: 50 additions & 19050 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#NuGet
22
packages/
3-
*.nupkg
3+
*.nupkg
4+
lib/*

GeoJSON.Net.nuspec

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<package>
3-
<metadata>
4-
<id>GeoJSON.Net</id>
5-
<version>0.0.0.1</version>
6-
<authors>Joerg Battermann</authors>
1+
<?xml version="1.0"?>
2+
<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>
76
<owners>Joerg Battermann</owners>
8-
<description>.Net library for GeoJSON types and corresponding Json.Net (de)serializers.</description>
9-
<projectUrl>https://github.com/jbattermann/GeoJSON.Net</projectUrl>
107
<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>
1116
<tags>geojson geo json geolocation .net40</tags>
12-
<language>en-US</language>
13-
</metadata>
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>
1422
</package>
-285 KB
Binary file not shown.

0 commit comments

Comments
 (0)