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

Commit 6e1f8f4

Browse files
committed
update nuspec
1 parent e07feee commit 6e1f8f4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
<metadata minClientVersion="2.8.3">
44
<id>Xamarin.Forms.GoogleMaps</id>
55
<title>Xamarin.Forms.GoogleMaps</title>
6-
<version>3.0.5</version>
6+
<version>3.0.6</version>
77
<releaseNotes>
88

9+
# 3.0.6
10+
11+
## Bug Fixes
12+
13+
* #609 [Android]Anchor is initialized when updating Pin
14+
915
# 3.0.5
1016

1117
## New Features

Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps/Internals/ProductInformation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ internal class ProductInformation
55
{
66
public const string Author = "amay077";
77
public const string Name = "Xamarin.Forms.GoogleMaps";
8-
public const string Copyright = "Copyright © amay077. 2016 - 2018";
8+
public const string Copyright = "Copyright © amay077. 2016 - 2019";
99
public const string Trademark = "";
10-
public const string Version = "3.0.5.0";
10+
public const string Version = "3.0.6.0";
1111
}
1212
}

0 commit comments

Comments
 (0)