forked from TorbenK/TK.CustomMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTK.CustomMap.nuspec
71 lines (66 loc) · 4.01 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
60
61
62
63
64
65
66
67
68
69
70
71
<?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.0</version>
<title>Extended, bindable Map of Xamarin.Forms.Maps</title>
<authors>Torben Kruse</authors>
<owners>Torben Kruse</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.2.0.31" />
<dependency id="Newtonsoft.Json" version="8.0.3" />
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="modernhttpclient" version="2.4.2" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.Forms.Maps" version="2.2.0.31" />
<dependency id="Xamarin.GooglePlayServices.Location" version="29.0.0.1" />
<dependency id="modernhttpclient" version="2.4.2" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.Forms.Maps" version="2.2.0.31" />
<dependency id="modernhttpclient" version="2.4.2" />
</group>
</dependencies>
<releaseNotes>
[1.5.0] Beta
New: Updated Xamarin Forms/Xamarin Forms Maps dependecies
New: TKCustomMapPin is BindableObject
New: All Commands also available as Event
New: Possibility to set the anchor position of a pin(Alpha)
Fixed: Issue with PinTinColor(iOS) #68
Fixed: Issue with multiple calls to MapLoaded(iOS) #60,#61,#50
Fixed: Issue with missing culture information when converting coordinates to string(Android) #55
Fixed: Double tap no longer triggers MapClicked(iOS) #46
Fixed: Bounds calculation after route calculation is now correct
Fixed: Collection events getting unregistered properly
Fixed: Issue when route gets removed from collection during calculation
Minor bugfixes
</releaseNotes>
</metadata>
<files>
<!--Core-->
<file src="\TK.CustomMap\TK.CustomMap\bin\Release\TK.CustomMap.dll" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\TK.CustomMap.dll" />
<file src="\TK.CustomMap\TK.CustomMap\bin\Release\TK.CustomMap.xml" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\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>