Skip to content

Commit

Permalink
Bump $(ProductVersion) to 7.3.99
Browse files Browse the repository at this point in the history
(Commercial) Xamarin.Android v7.3 is being tracked in the
[xamarin-android/d15-2][0] branch, which was branched from
commit 583ed5f.

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

[0]: https://github.com/xamarin/xamarin-android/commits/d15-2
  • Loading branch information
jonpryor committed Mar 31, 2017
1 parent 583ed5f commit 6b02d35
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.2.99</ProductVersion>
<ProductVersion>7.3.99</ProductVersion>
<AutoProvision Condition=" '$(AutoProvision)' == '' ">False</AutoProvision>
<AutoProvisionUsesSudo Condition=" '$(AutoProvisionUsesSudo)' == '' ">False</AutoProvisionUsesSudo>
<HostOS Condition=" '$(HostOS)' == '' And '$(OS)' == 'Windows_NT' ">Windows</HostOS>
Expand Down

0 comments on commit 6b02d35

Please sign in to comment.