forked from unickq/YandexGeocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnuget.nuspec
21 lines (21 loc) · 1.02 KB
/
nuget.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package >
<metadata>
<id>YandexGeocoder</id>
<version>$version$</version>
<authors>Nick Chursin (@unickq)</authors>
<owners>unickq</owners>
<licenseUrl>https://github.com/unickq/YandexGeocoder/blob/master/LICENCE</licenseUrl>
<projectUrl>https://github.com/unickq/YandexGeocoder</projectUrl>
<iconUrl>https://yandex.ru/maps/apple-touch-icon-180x180.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Lightweight .NET wrapper of Yandex Geocoder API - service for converting geographical coordinates to an address and back.</description>
<copyright>Copyright 2016 unickq</copyright>
<title>YandexGeocoder</title>
<summary>Yandex Geocoder API wrapper. Converting geographical coordinates to an address and back.</summary>
<tags>yandex geocoder maps geocode nearby places coordinate geolocation location</tags>
</metadata>
<files>
<file src="YandexGeocoder\bin\Release\YandexGeocoder.dll" target="lib\" />
</files>
</package>