Skip to content

Commit

Permalink
Bump $(ProductVersion) to 8.0.99
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonpryor committed Aug 31, 2017
1 parent a953d3f commit 6b54d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Condition=" '$(DoNotLoadOSProperties)' != 'True' "
/>
<PropertyGroup>
<ProductVersion>7.4.99</ProductVersion>
<ProductVersion>8.0.99</ProductVersion>
<!-- *Latest* API level binding that we support; used when building src/Xamarin.Android.Build.Tasks -->
<AndroidLatestApiLevel Condition="'$(AndroidLatestApiLevel)' == ''">26</AndroidLatestApiLevel>
<AndroidLatestFrameworkVersion Condition="'$(AndroidLatestFrameworkVersion)' == ''">v8.0</AndroidLatestFrameworkVersion>
Expand Down

0 comments on commit 6b54d6d

Please sign in to comment.