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

Commit 7d3c9d4

Browse files
authored
Merge pull request #552 from amay077/origin/master
Release 3.0.3
2 parents 5e864bd + 28f9d44 commit 7d3c9d4

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Xamarin.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

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
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

1914
full release notes is here - https://github.com/amay077/Xamarin.Forms.GoogleMaps/blob/master/RELEASE_NOTES.md
2015
</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.2.0";
10+
public const string Version = "3.0.3.0";
1111
}
1212
}

0 commit comments

Comments
 (0)