Skip to content

Commit 7fdd3b1

Browse files
$(AndroidPackVersionSuffix)=rc.2; net9 is 35.0.0-rc.2 (#9233)
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.
1 parent 79aab5c commit 7fdd3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* Bump first digit of the patch version for feature releases (and reset the first two digits to 0)
3737
-->
3838
<AndroidPackVersion>35.0.0</AndroidPackVersion>
39-
<AndroidPackVersionSuffix>rc.1</AndroidPackVersionSuffix>
39+
<AndroidPackVersionSuffix>rc.2</AndroidPackVersionSuffix>
4040
<IsStableBuild>false</IsStableBuild>
4141
<IsStableBuild Condition=" '$(AndroidPackVersionSuffix)' == 'rtm' ">true</IsStableBuild>
4242
</PropertyGroup>

0 commit comments

Comments
 (0)