From 98234cf2c9134357b610c7f7afcb9a626c13c0da Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Thu, 31 Aug 2017 11:45:03 -0400 Subject: [PATCH] Bump $(ProductVersion) to 8.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We (try to) base Xamarin.Android product versions on the latest Android versions. Android 8.0 Oreo™ [has been announced][0], and since the xamarin-android/d15-4 branch includes an API-26/v8.0 binding, the overall product version for d15-4 should *also* be bumped to v8.0. [0]: https://www.android.com/versions/oreo-8-0/ --- Configuration.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.props b/Configuration.props index a8d20c3bf5f..cf0c67745d7 100644 --- a/Configuration.props +++ b/Configuration.props @@ -12,7 +12,7 @@ Condition=" '$(DoNotLoadOSProperties)' != 'True' " /> - 7.4.99 + 8.0.0 25 v7.1