-
Notifications
You must be signed in to change notification settings - Fork 143
/
.nuspec
29 lines (29 loc) · 1.15 KB
/
.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package >
<metadata>
<id>GoogleMapsApi</id>
<version>$version$</version>
<title>Google Maps Web Services API wrapper for .NET</title>
<authors>Maxim Novak</authors>
<owners>Maxim Novak</owners>
<license>https://github.com/maximn/google-maps/blob/master/LICENSE.md</license>
<projectUrl>https://github.com/maximn/google-maps/</projectUrl>
<iconUrl>https://code.google.com/p/google-maps/logo?cct=1335784301</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
This library wraps Google maps API.
You can easily query Google maps for Geocoding, Directions, Elevation, and Places.
You can easily show the results on a Static Google Map!
This Library is well documented and easy to use.
</description>
<releaseNotes></releaseNotes>
<copyright></copyright>
<tags>Map Geo Places Elevation Geocode Directions Maps</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="13.0.3" />
</dependencies>
</metadata>
<files>
<file src="GoogleMapsApi\bin\$configuration$\GoogleMapsApi.dll" target="lib\net60\" />
</files>
</package>