Target latest Android platform
This commit is contained in:
Родитель
af5f323942
Коммит
33256bcd77
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче