Skip to content

Commit

Permalink
update nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed Mar 23, 2019
1 parent e07feee commit 6e1f8f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 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,15 @@
<metadata minClientVersion="2.8.3">
<id>Xamarin.Forms.GoogleMaps</id>
<title>Xamarin.Forms.GoogleMaps</title>
<version>3.0.5</version>
<version>3.0.6</version>
<releaseNotes>

# 3.0.6

## Bug Fixes

* #609 [Android]Anchor is initialized when updating Pin

# 3.0.5

## New Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ internal class ProductInformation
{
public const string Author = "amay077";
public const string Name = "Xamarin.Forms.GoogleMaps";
public const string Copyright = "Copyright © amay077. 2016 - 2018";
public const string Copyright = "Copyright © amay077. 2016 - 2019";
public const string Trademark = "";
public const string Version = "3.0.5.0";
public const string Version = "3.0.6.0";
}
}

0 comments on commit 6e1f8f4

Please sign in to comment.