Skip to content

Commit

Permalink
update nuspec and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
veryhumble committed Jul 20, 2018
1 parent 975e5a9 commit 973559b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.12.0] - 2018-07-20
## Added
- Clearing binded ObservableCollections with markers now remove all Markers from the Map.

## Updated
- Changed dependencies in nuspec, the NuGet now requires Xamarin.Forms `3.0.0.561731` and Xamarin.GooglePlayServices.Maps `60.1142.1`
- Fix GitHub URL in nuspec

## [1.11.0] - 2018-02-20
## Added
- Added new Property `ExcludeUserLocationFromFitAllAnnotations` to disable automatic inclusion of user location in fitting visible region to map annotations on iOS
Expand Down
2 changes: 1 addition & 1 deletion UnifiedMaps.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency id="Xamarin.Forms" version="3.0.0.561731" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.GooglePlayServices.Maps" version="42.1021.1" />
<dependency id="Xamarin.GooglePlayServices.Maps" version="60.1142.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 973559b

Please sign in to comment.