Skip to content

Commit d9c5030

Browse files
$(AndroidPackVersionSuffix)=preview.1; main is 35.99.x (#9444)
We branched for .NET 9 GA from b90c559 into `release/9.0.1xx`; the main branch is now .NET 10 Preview 1. Using 35.99.x for now, until we know that API 36 is a stable API.
1 parent b90c559 commit d9c5030

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
@@ -35,8 +35,8 @@
3535
* Major/Minor match Android stable API level, such as 30.0 for API 30.
3636
* Bump first digit of the patch version for feature releases (and reset the first two digits to 0)
3737
-->
38-
<AndroidPackVersion>35.0.1</AndroidPackVersion>
39-
<AndroidPackVersionSuffix>rtm</AndroidPackVersionSuffix>
38+
<AndroidPackVersion>35.99.0</AndroidPackVersion>
39+
<AndroidPackVersionSuffix>preview.1</AndroidPackVersionSuffix>
4040
<!-- Final value set by GetXAVersionInfo target -->
4141
<IsStableBuild>false</IsStableBuild>
4242
</PropertyGroup>

0 commit comments

Comments
 (0)