Skip to content

Commit

Permalink
Update file version
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed Mar 19, 2019
1 parent 359cb91 commit 623f8ab
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
22 changes: 22 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 13 additions & 1 deletion Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@
<metadata minClientVersion="2.8.3">
<id>Xamarin.Forms.GoogleMaps</id>
<title>Xamarin.Forms.GoogleMaps</title>
<version>3.0.4</version>
<version>3.0.5</version>
<releaseNotes>

# 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
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.4.0";
public const string Version = "3.0.5.0";
}
}

0 comments on commit 623f8ab

Please sign in to comment.