-
Notifications
You must be signed in to change notification settings - Fork 349
/
Xamarin.Forms.GoogleMaps.nuspec
123 lines (84 loc) · 3.86 KB
/
Xamarin.Forms.GoogleMaps.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.3">
<id>Xamarin.Forms.GoogleMaps</id>
<title>Xamarin.Forms.GoogleMaps</title>
<version>5.0.0</version>
<releaseNotes>
# 5.0.0
## New Features
* Support Xamarin.Forms 5.0
* UWP is no longer supported
# 3.3.0
## New Features
* PR#643 [iOS]Make iOS MapRenderer callbacks used for MapView protected
* #654 [Android/iOS]Add ItemTemplateSelector
* #663 [iOS]Support iOS Dark mode **REQUIRES Deployment target: 9.0+**
## Bug Fixes
* #657 [Android]Java.Lang.IllegalArgumentException: 'Unmanaged descriptor'
# 3.2.1
## New Features
* PR#640 [Android]Make Android MapRenderer.NativeMap overridable
* #443 [UWP]Added Polygon and Circle
## Bug Fixes
* #524, PR#642 [Android]Crash when using BitmapDescriptorFactory.FromView
# 3.2.0
## New Features
* #123, PR603 [Android/iOS]Add support Xamarin.Forms.GoogleMaps.Clustering by @mierzynskim
# 3.1.0
## New Features
* #519 Add support ItemsSource and ItemTemplate for Pins
# 3.0.6
## Bug Fixes
* #609 [Android]Anchor is initialized when updating Pin
# 3.0.5
## New Features
* PR#572 [UWP]Allow pin changed event to collapse info windows
* PR#567 [UWP]Add ability to provide xaml for pin
## Bug Fixes
* #573 [Android]Ground Overlay doesn't display custom image from View
* PR#566 [UWP]Avoid deadlocks when using custom tile layer
# 3.0.4
## New Features
* #555 Add support .NET Standard 1.0 to nuget package
## Bug Fixes
* #559 [iOS]MoveToRegion fails when longitude greater than 90 or less than -90
# 3.0.3
## Bug Fixes
* #413 [iOS]Fix resets camera when device rotating
full release notes is here - https://github.com/amay077/Xamarin.Forms.GoogleMaps/blob/master/RELEASE_NOTES.md
</releaseNotes>
<authors>amay077</authors>
<copyright>Copyright 2016-2022</copyright>
<license type="file">LICENSE.txt</license>
<projectUrl>https://github.com/amay077/Xamarin.Forms.GoogleMaps</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Yet another Maps library for Xamarin.Forms that optimized for Google maps.</description>
<summary>Yet another Maps library for Xamarin.Forms that optimized for Google maps</summary>
<tags>xamarin forms maps xamarinforms xamarinformsmaps xamarin.forms.maps xamarinformsgooglemaps xamarin.forms.googlemaps google googlemap</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="5.0.0.2012" />
</group>
<group targetFramework="MonoAndroid10.0">
<dependency id="Xamarin.GooglePlayServices.Maps" version="118.0.2.2"/>
<dependency id="Xamarin.AndroidX.AppCompat" version="1.2.0.5"/>
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.Google.iOS.Maps" version="6.0.1.1"/>
</group>
</dependencies>
</metadata>
<files>
<!--License-->
<file src=".\LICENSE.txt" target="" />
<!--Core-->
<file src="Xamarin.Forms.GoogleMaps\Xamarin.Forms.GoogleMaps\bin\Release\netstandard2.0\Xamarin.Forms.GoogleMaps.dll" target="lib\netstandard2.0" />
<!--Xamarin.Android-->
<file src="Xamarin.Forms.GoogleMaps\Xamarin.Forms.GoogleMaps.Android\bin\Release\Xamarin.Forms.GoogleMaps.Android.dll" target="lib\MonoAndroid10.0\Xamarin.Forms.GoogleMaps.Android.dll" />
<file src="Xamarin.Forms.GoogleMaps\Xamarin.Forms.GoogleMaps\bin\Release\netstandard2.0\Xamarin.Forms.GoogleMaps.dll" target="lib\MonoAndroid10.0\Xamarin.Forms.GoogleMaps.dll" />
<!--Xamarin.iOS-->
<file src="Xamarin.Forms.GoogleMaps\Xamarin.Forms.GoogleMaps.iOS\bin\Release\Xamarin.Forms.GoogleMaps.iOS.dll" target="lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.iOS.dll" />
<file src="Xamarin.Forms.GoogleMaps\Xamarin.Forms.GoogleMaps\bin\Release\netstandard2.0\Xamarin.Forms.GoogleMaps.dll" target="lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.dll" />
</files>
</package>