Skip to content

Commit 61674e1

Browse files
$(AndroidPackVersionSuffix)=preview.1; main is 36.1.99 (#10512)
Context: https://github.com/dotnet/android/tree/release/10.0.1xx We branched for .NET 10 from 78f5f8c into `release/10.0.1xx`; the main branch is now .NET 11.
1 parent 78f5f8c commit 61674e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
* Major/Minor match Android stable API level, such as 30.0 for API 30.
3737
* Bump first digit of the patch version for feature releases (and reset the first two digits to 0)
3838
-->
39-
<AndroidPackVersion>36.0.0</AndroidPackVersion>
40-
<AndroidPackVersionSuffix>rc.2</AndroidPackVersionSuffix>
39+
<AndroidPackVersion>36.1.99</AndroidPackVersion>
40+
<AndroidPackVersionSuffix>preview.1</AndroidPackVersionSuffix>
4141
<!-- Final value set by GetXAVersionInfo target -->
4242
<IsStableBuild>false</IsStableBuild>
4343
</PropertyGroup>

0 commit comments

Comments
 (0)