forked from TorbenK/TK.CustomMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTK.CustomMap.nuspec
59 lines (55 loc) · 3.3 KB
/
TK.CustomMap.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>TK.CustomMap</id>
<version>1.5.2-pre1</version>
<title>Extended, bindable Map of Xamarin.Forms.Maps</title>
<authors>Torben Sudau</authors>
<owners>Torben Sudau</owners>
<licenseUrl>https://github.com/TorbenK/TK.CustomMap/blob/master/License.md</licenseUrl>
<projectUrl>https://github.com/TorbenK/TK.CustomMap/tree/master</projectUrl>
<!--<iconUrl>https://www.nuget.org/Content/Images/packageDefaultIcon.png</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
TK.CustomMap lets you customize pins, add overlays, calculate routes and many more! It is designed with MVVM in mind.
</description>
<summary>Extended, bindable Map of Xamarin.Forms.Maps</summary>
<tags>xamarin, map, xamarin.forms, xamarin.forms.maps, extended map, custom map</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms.Maps" version="2.3.3.193" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.Forms.Maps" version="2.3.3.193" />
<dependency id="Xamarin.GooglePlayServices.Location" version="29.0.0.1" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.Forms.Maps" version="2.3.3.193" />
</group>
</dependencies>
<releaseNotes>
[1.5.2-pre1]
Fixed: Trouble getting MapClicked event to fire #198
Fixed: Android CustomPin do not change IsDraggable status after render #196
Fixed: iOS pin strange behavior/crash #185
Fixed: On Navigate Back after MapView_PinDragEnd; is called. ( iOS ) 1.5.1 #177
</releaseNotes>
</metadata>
<files>
<!--Core-->
<file src="TK.CustomMap\TK.CustomMap\bin\Release\TK.CustomMap.dll" target="lib\portable-net45+win8+wpa81+wp8\TK.CustomMap.dll" />
<file src="TK.CustomMap\TK.CustomMap\bin\Release\TK.CustomMap.xml" target="lib\portable-net45+win8+wpa81+wp8\TK.CustomMap.xml" />
<!--Xamarin.Android-->
<file src="TK.CustomMap\TK.CustomMap.Android\bin\Release\TK.CustomMap.Android.dll" target="lib\MonoAndroid10\TK.CustomMap.Android.dll" />
<file src="TK.CustomMap\TK.CustomMap.Android\bin\Release\TK.CustomMap.Android.xml" target="lib\MonoAndroid10\TK.CustomMap.Android.xml" />
<file src="TK.CustomMap\TK.CustomMap\bin\Release\TK.CustomMap.dll" target="lib\MonoAndroid10\TK.CustomMap.dll" />
<file src="TK.CustomMap\TK.CustomMap\bin\Release\TK.CustomMap.xml" target="lib\MonoAndroid10\TK.CustomMap.xml" />
<!--Xamarin.iOS Unified-->
<file src="TK.CustomMap\TK.CustomMap.iOSUnified\bin\Release\TK.CustomMap.iOSUnified.dll" target="lib\Xamarin.iOS10\TK.CustomMap.iOSUnified.dll" />
<file src="TK.CustomMap\TK.CustomMap.iOSUnified\bin\Release\TK.CustomMap.iOSUnified.xml" target="lib\Xamarin.iOS10\TK.CustomMap.iOSUnified.xml" />
<file src="TK.CustomMap\TK.CustomMap\bin\Release\TK.CustomMap.dll" target="lib\Xamarin.iOS10\TK.CustomMap.dll" />
<file src="TK.CustomMap\TK.CustomMap\bin\Release\TK.CustomMap.xml" target="lib\Xamarin.iOS10\TK.CustomMap.xml" />
</files>
</package>