Skip to content

Commit

Permalink
Bump $(ProductVersion) to 8.3.99
Browse files Browse the repository at this point in the history
(Commercial) Xamarin.Android v8.3 is being tracked in the
[xamarin-android/d15-7][0] branch, which was branched from
commit 70ccc83.

Bump `$(ProductVersion)` to 8.3.99 to track development progress of
the *next* version of Xamarin.Android.

[0]: https://github.com/xamarin/xamarin-android/commits/d15-7
  • Loading branch information
jonpryor committed Feb 16, 2018
1 parent 70ccc83 commit 8419f81
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=" Exists('$(MSBuildThisFileDirectory)Configuration.OperatingSystem.props') And '$(DoNotLoadOSProperties)' != 'True' "
/>
<PropertyGroup>
<ProductVersion>8.2.99</ProductVersion>
<ProductVersion>8.3.99</ProductVersion>
<!-- *Latest* API level binding that we support; used when building src/Xamarin.Android.Build.Tasks -->
<AndroidLatestApiLevel Condition="'$(AndroidLatestApiLevel)' == ''">27</AndroidLatestApiLevel>
<AndroidLatestFrameworkVersion Condition="'$(AndroidLatestFrameworkVersion)' == ''">v8.1</AndroidLatestFrameworkVersion>
Expand Down

0 comments on commit 8419f81

Please sign in to comment.