Skip to content

Commit

Permalink
Merge pull request #65 from fiveninedigital/update-nuspec-versions
Browse files Browse the repository at this point in the history
Update nuspec versions
  • Loading branch information
veryhumble authored Feb 20, 2018
2 parents 294fac4 + 76f56fd commit 610ae1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.10.0] - 2018-02-20
## Updated
- Changed dependencies in nuspec, the NuGet now requires Xamarin.Forms `2.4.18342` and Xamarin.GooglePlayServices.Maps `42.1021.1`

## [1.9.1] - 2018-02-19
## Fixed
- Fixes initial visible region not correctly set on GoogleMaps on Android
Expand Down
6 changes: 3 additions & 3 deletions UnifiedMaps.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<projectUrl>https://github.com/fiveninedigital/UnifiedMaps/blob/master/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/fiveninedigital/UnifiedMaps/master/Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Unified Maps provides a Xamarin.Forms map control for iOS and Android apps. It is designed to be a near drop in
<description>Unified Maps provides a Xamarin.Forms map control for iOS and Android apps. It is designed to be a near drop in
replacement for the Xamarin.Forms.Maps package but with enhanced functionality.</description>
<tags>map portable pcl android ios xamarin monoandroid monodroid xamarin.forms</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="2.3.4.224" />
<dependency id="Xamarin.Forms" version="2.4.0.18342" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.GooglePlayServices.Maps" version="32.961.0" />
<dependency id="Xamarin.GooglePlayServices.Maps" version="42.1021.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 610ae1d

Please sign in to comment.