Skip to content

Commit 59cfa5d

Browse files
committed
Bump $(ProductVersion) to 8.2.99
(Commercial) Xamarin.Android v8.2 is being tracked in the [xamarin-android/d15-6][0] branch, which was branched from commit cf185ad. Bump `$(ProductVersion)` to 8.2.99 to track development progress of the *next* version of Xamarin.Android. [0]: https://github.com/xamarin/xamarin-android/commits/d15-6
1 parent cf185ad commit 59cfa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Condition=" Exists('$(MSBuildThisFileDirectory)Configuration.OperatingSystem.props') And '$(DoNotLoadOSProperties)' != 'True' "
1313
/>
1414
<PropertyGroup>
15-
<ProductVersion>8.1.99</ProductVersion>
15+
<ProductVersion>8.2.99</ProductVersion>
1616
<!-- *Latest* API level binding that we support; used when building src/Xamarin.Android.Build.Tasks -->
1717
<AndroidLatestApiLevel Condition="'$(AndroidLatestApiLevel)' == ''">27</AndroidLatestApiLevel>
1818
<AndroidLatestFrameworkVersion Condition="'$(AndroidLatestFrameworkVersion)' == ''">v8.1</AndroidLatestFrameworkVersion>

0 commit comments

Comments
 (0)