Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

Commit 3c3fb78

Browse files
authored
Merge pull request #551 from amay077/origin/master
Release 3.0.2
2 parents 9f57701 + cf869f7 commit 3c3fb78

File tree

9 files changed

+25
-33
lines changed

9 files changed

+25
-33
lines changed

RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Xamarin.Forms.GoogleMaps Release Notes
22
----
3+
# 3.0.2
4+
5+
## New Features
6+
7+
* #535 [Android]No longer need WriteExternalStorage permission
8+
9+
## Bug Fixes
10+
11+
* #413 [Android]Fix resets camera when device rotating
12+
* #549 InfoWindowLongClicked does not work
13+
314
# 3.0.1
415

516
## Bug Fixes

XFGoogleMapSample/Droid/XFGoogleMapSample.Droid.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@
124124
<HintPath>..\packages\Xamarin.GooglePlayServices.Maps.60.1142.1\lib\MonoAndroid80\Xamarin.GooglePlayServices.Maps.dll</HintPath>
125125
</Reference>
126126
<Reference Include="Xamarin.Forms.GoogleMaps.Android">
127-
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.1\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.Android.dll</HintPath>
127+
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.2\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.Android.dll</HintPath>
128128
</Reference>
129129
<Reference Include="Xamarin.Forms.GoogleMaps">
130-
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.1\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.dll</HintPath>
130+
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.2\lib\MonoAndroid70\Xamarin.Forms.GoogleMaps.dll</HintPath>
131131
</Reference>
132132
</ItemGroup>
133133
<ItemGroup>

XFGoogleMapSample/Droid/packages.XFGoogleMapSample.Droid.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<package id="Xamarin.Android.Support.Vector.Drawable" version="26.0.2" targetFramework="monoandroid80" />
1919
<package id="Xamarin.Build.Download" version="0.4.9" targetFramework="monoandroid80" />
2020
<package id="Xamarin.Forms" version="3.0.0.482510" targetFramework="monoandroid80" />
21-
<package id="Xamarin.Forms.GoogleMaps" version="3.0.1" targetFramework="monoandroid80" />
21+
<package id="Xamarin.Forms.GoogleMaps" version="3.0.2" targetFramework="monoandroid80" />
2222
<package id="Xamarin.GooglePlayServices.Base" version="60.1142.1" targetFramework="monoandroid80" />
2323
<package id="Xamarin.GooglePlayServices.Basement" version="60.1142.1" targetFramework="monoandroid80" />
2424
<package id="Xamarin.GooglePlayServices.Maps" version="60.1142.1" targetFramework="monoandroid80" />

XFGoogleMapSample/UWP/XFGoogleMapSample.UWP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<Version>6.0.8</Version>
132132
</PackageReference>
133133
<PackageReference Include="Xamarin.Forms.GoogleMaps">
134-
<Version>3.0.1</Version>
134+
<Version>3.0.2</Version>
135135
</PackageReference>
136136
</ItemGroup>
137137
<ItemGroup>

XFGoogleMapSample/XFGoogleMapSample/XFGoogleMapSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
</ItemGroup>
2929
<ItemGroup>
3030
<PackageReference Include="Xamarin.Forms" Version="3.0.0.482510" />
31-
<PackageReference Include="Xamarin.Forms.GoogleMaps" Version="3.0.1" />
31+
<PackageReference Include="Xamarin.Forms.GoogleMaps" Version="3.0.2" />
3232
</ItemGroup>
3333
</Project>

XFGoogleMapSample/iOS/XFGoogleMapSample.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@
122122
<HintPath>..\packages\Xamarin.Google.iOS.Maps.2.5.0\lib\Xamarin.iOS10\Google.Maps.dll</HintPath>
123123
</Reference>
124124
<Reference Include="Xamarin.Forms.GoogleMaps">
125-
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.1\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.dll</HintPath>
125+
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.2\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.dll</HintPath>
126126
</Reference>
127127
<Reference Include="Xamarin.Forms.GoogleMaps.iOS">
128-
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.1\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.iOS.dll</HintPath>
128+
<HintPath>..\packages\Xamarin.Forms.GoogleMaps.3.0.2\lib\Xamarin.iOS10\Xamarin.Forms.GoogleMaps.iOS.dll</HintPath>
129129
</Reference>
130130
<Reference Include="Google.Maps">
131131
<HintPath>..\packages\Xamarin.Google.iOS.Maps.2.5.0\lib\Xamarin.iOS10\Google.Maps.dll</HintPath>

XFGoogleMapSample/iOS/packages.XFGoogleMapSample.iOS.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="Xamarin.Build.Download" version="0.4.7" targetFramework="xamarinios10" />
44
<package id="Xamarin.Forms" version="3.0.0.482510" targetFramework="xamarinios10" />
5-
<package id="Xamarin.Forms.GoogleMaps" version="3.0.1" targetFramework="xamarinios10" />
5+
<package id="Xamarin.Forms.GoogleMaps" version="3.0.2" targetFramework="xamarinios10" />
66
<package id="Xamarin.Google.iOS.Maps" version="2.5.0" targetFramework="xamarinios10" />
77
</packages>

Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.nuspec

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,18 @@
33
<metadata minClientVersion="2.8.3">
44
<id>Xamarin.Forms.GoogleMaps</id>
55
<title>Xamarin.Forms.GoogleMaps</title>
6-
<version>3.0.1</version>
6+
<version>3.0.2</version>
77
<releaseNotes>
8-
# 3.0.1
9-
10-
## Bug Fixes
11-
12-
* #466 [Android]Fix memory leak when Map disposed
13-
* #413 [Android]Fix resets camera when device rotating
14-
15-
# 3.0.0
8+
# 3.0.2
169

1710
## New Features
1811

19-
* #355 Support .NET Standard 2.0
20-
* Now depends Xamarin.Forms 3.0.0.482510+
21-
* [UWP]Now depends Windows 10 Fall Creators Update(build 16299)
22-
23-
* PR#483 [Android]Update reference GooglePlayServices.Maps package to 60.1142.1
24-
* #452 [Android]Change MapRenderer.OnMapReady's accesibility from private to protected
25-
* #487 [Android/iOS]Add Map.Region property what can get correct screen corner latitude/longitude
26-
* #509 Now depends Xamarin.Forms 3.0.0.482510+
27-
* #499 Add TileLayer.ZIndex property
28-
* #497 [Android/iOS]Support Caching BitmapDescriptors(Android) or UIImages(iOS)
12+
* #535 [Android]No longer need WriteExternalStorage permission
2913

3014
## Bug Fixes
3115

32-
* #452 [Android]Fix MapRenderer.OnMapReady accesibility
33-
* #517 [iOS]iOS 10.0+ native crash when setting a value to the Map.MapStyle property.
34-
* #491 [Android/iOS]Causes NotSupportedException when using stream via URL
35-
* #504 [iOS]Fix NullPointerException when Page popped
36-
16+
* #413 [Android]Fix resets camera when device rotating
17+
* #549 InfoWindowLongClicked does not work
3718

3819
full release notes is here - https://github.com/amay077/Xamarin.Forms.GoogleMaps/blob/master/RELEASE_NOTES.md
3920
</releaseNotes>

Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/Internals/ProductInformation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ internal class ProductInformation
77
public const string Name = "Xamarin.Forms.GoogleMaps";
88
public const string Copyright = "Copyright © amay077. 2016 - 2018";
99
public const string Trademark = "";
10-
public const string Version = "3.0.1.0";
10+
public const string Version = "3.0.2.0";
1111
}
1212
}

0 commit comments

Comments
 (0)