From 6b54d6dd26cf3d8e324b4dd2a7563c32d323940a Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Thu, 31 Aug 2017 10:17:53 -0400 Subject: [PATCH] Bump $(ProductVersion) to 8.0.99 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/ As xamarin-android/master is tracking the *next* Xamarin.Android version, bump `$(ProductVersion)` to v8.0.99 for eventual release as v8.1.0. --- Configuration.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.props b/Configuration.props index 7ef4f8fdf0a..ef23fd5df98 100644 --- a/Configuration.props +++ b/Configuration.props @@ -12,7 +12,7 @@ Condition=" '$(DoNotLoadOSProperties)' != 'True' " /> - 7.4.99 + 8.0.99 26 v8.0