Skip to content

Commit

Permalink
Merge pull request #552 from amay077/origin/master
Browse files Browse the repository at this point in the history
Release 3.0.3
  • Loading branch information
amay077 authored Sep 15, 2018
2 parents 5e864bd + 28f9d44 commit 7d3c9d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 8 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Xamarin.Forms.GoogleMaps Release Notes
----
# 3.0.3

## Bug Fixes

* #413 [iOS]Fix resets camera when device rotating

# 3.0.2

## New Features
Expand All @@ -8,8 +14,8 @@ Xamarin.Forms.GoogleMaps Release Notes

## Bug Fixes

* #413 [Android]Fix resets camera when device rotating
* #549 InfoWindowLongClicked does not work
* #413 [iOS]Fix resets camera when device rotating
* #549 [iOS]InfoWindowLongClicked does not work

# 3.0.1

Expand Down
11 changes: 3 additions & 8 deletions Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
<metadata minClientVersion="2.8.3">
<id>Xamarin.Forms.GoogleMaps</id>
<title>Xamarin.Forms.GoogleMaps</title>
<version>3.0.2</version>
<version>3.0.3</version>
<releaseNotes>
# 3.0.2

## New Features

* #535 [Android]No longer need WriteExternalStorage permission
# 3.0.3

## Bug Fixes

* #413 [Android]Fix resets camera when device rotating
* #549 InfoWindowLongClicked does not work
* #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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ internal class ProductInformation
public const string Name = "Xamarin.Forms.GoogleMaps";
public const string Copyright = "Copyright © amay077. 2016 - 2018";
public const string Trademark = "";
public const string Version = "3.0.2.0";
public const string Version = "3.0.3.0";
}
}

0 comments on commit 7d3c9d4

Please sign in to comment.