Target latest Android platform

This commit is contained in:
Oystein Bjorke 2017-01-08 00:13:30 +01:00
Родитель af5f323942
Коммит 33256bcd77
2 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
## 1.0.0
## [Unreleased]
### Changed
- OxyPlot.Xamarin.Android targets latest platform
## 1.0.0 - 2017-01-08
### Added
- Added MaximumRange to limit the zoom. (#401)
- Created a new OxyPlot.Mobile NuGet package to combine the mobile platforms into a single package. (#362)

Просмотреть файл

@ -16,8 +16,8 @@
<MandroidI18n />
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>