This repository was archived by the owner on Apr 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed
Xamarin.Forms.GoogleMaps/Internals Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11Xamarin.Forms.GoogleMaps Release Notes
22----
3+ # 3.0.3
4+
5+ ## Bug Fixes
6+
7+ * #413 [ iOS] Fix resets camera when device rotating
8+
39# 3.0.2
410
511## New Features
@@ -8,8 +14,8 @@ Xamarin.Forms.GoogleMaps Release Notes
814
915## Bug Fixes
1016
11- * #413 [ Android ] Fix resets camera when device rotating
12- * #549 InfoWindowLongClicked does not work
17+ * #413 [ iOS ] Fix resets camera when device rotating
18+ * #549 [ iOS ] InfoWindowLongClicked does not work
1319
1420# 3.0.1
1521
Original file line number Diff line number Diff line change 33 <metadata minClientVersion =" 2.8.3" >
44 <id >Xamarin.Forms.GoogleMaps</id >
55 <title >Xamarin.Forms.GoogleMaps</title >
6- <version >3.0.2 </version >
6+ <version >3.0.3 </version >
77 <releaseNotes >
8- # 3.0.2
9-
10- ## New Features
11-
12- * #535 [Android]No longer need WriteExternalStorage permission
8+ # 3.0.3
139
1410## Bug Fixes
1511
16- * #413 [Android]Fix resets camera when device rotating
17- * #549 InfoWindowLongClicked does not work
12+ * #413 [iOS]Fix resets camera when device rotating
1813
1914full release notes is here - https://github.com/amay077/Xamarin.Forms.GoogleMaps/blob/master/RELEASE_NOTES.md
2015 </releaseNotes >
Original file line number Diff line number Diff 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.2 .0" ;
10+ public const string Version = "3.0.3 .0" ;
1111 }
1212}
You can’t perform that action at this time.
0 commit comments