diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2156112a..72ff349d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,27 @@ Xamarin.Forms.GoogleMaps Release Notes ---- +# 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 diff --git a/Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.nuspec b/Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.nuspec index 28c0597c..895f1fb0 100644 --- a/Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.nuspec +++ b/Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.nuspec @@ -3,9 +3,21 @@ Xamarin.Forms.GoogleMaps Xamarin.Forms.GoogleMaps - 3.0.4 + 3.0.5 +# 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 diff --git a/Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/Internals/ProductInformation.cs b/Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/Internals/ProductInformation.cs index 7f9105ba..79c0c9b0 100644 --- a/Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/Internals/ProductInformation.cs +++ b/Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/Internals/ProductInformation.cs @@ -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.4.0"; + public const string Version = "3.0.5.0"; } }