Skip to content

Commit

Permalink
Bumped nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbattermann committed Mar 19, 2014
1 parent 757faec commit 41a8257
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions GeoJSON.Net.nuspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>0.0.0.2</version>
<authors>Joerg Battermann</authors>
<owners>Joerg Battermann</owners>
<licenseUrl>https://github.com/jbattermann/GeoJSON.Net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jbattermann/GeoJSON.Net</projectUrl>
<dependencies>
<dependency id="Newtonsoft.Json" />
</dependencies>
<id>GeoJSON.Net</id>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.Net library for GeoJSON types and corresponding Json.Net (de)serializers.</description>
<language>en-US</language>
<tags>geojson geo json geolocation .net40</tags>
</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>
<metadata>
<id>GeoJSON.Net</id>
<version>0.0.0.3</version>
<authors>Joerg Battermann</authors>
<owners>Joerg Battermann</owners>
<licenseUrl>https://github.com/jbattermann/GeoJSON.Net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jbattermann/GeoJSON.Net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.Net library for GeoJSON types and corresponding Json.Net (de)serializers.</description>
<language>en-US</language>
<tags>geojson geo 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>

0 comments on commit 41a8257

Please sign in to comment.