Skip to content

Commit

Permalink
$(AndroidPackVersionSuffix)=rc.2; net9 is 35.0.0-rc.2 (#9233)
Browse files Browse the repository at this point in the history
We branched for .NET 9 RC 1 from 79aab5c into release/9.0.1xx-rc1;
the main branch is now .NET 9 RC 2.

Update dotnet/android/main's version number to 35.0.0-rc.2.
  • Loading branch information
jonathanpeppers authored Aug 20, 2024
1 parent 79aab5c commit 7fdd3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Bump first digit of the patch version for feature releases (and reset the first two digits to 0)
-->
<AndroidPackVersion>35.0.0</AndroidPackVersion>
<AndroidPackVersionSuffix>rc.1</AndroidPackVersionSuffix>
<AndroidPackVersionSuffix>rc.2</AndroidPackVersionSuffix>
<IsStableBuild>false</IsStableBuild>
<IsStableBuild Condition=" '$(AndroidPackVersionSuffix)' == 'rtm' ">true</IsStableBuild>
</PropertyGroup>
Expand Down

0 comments on commit 7fdd3b1

Please sign in to comment.