Skip to content

Commit

Permalink
$(AndroidPackVersionSuffix)=preview.1; net9 is 34.99.0.preview.1 (#8362)
Browse files Browse the repository at this point in the history
Context: https://github.com/xamarin/xamarin-android/tree/release/8.0.1xx

We branched for .NET 8 from 791fedb into release/8.0.1xx;
the main branch is now .NET 9.

Update xamarin-android/main's version number to 34.99.0-preview.1.
  • Loading branch information
jonathanpeppers authored Sep 22, 2023
1 parent fbbf984 commit 02da532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
* Major/Minor match Android stable API level, such as 30.0 for API 30.
* Bump first digit of the patch version for feature releases (and reset the first two digits to 0)
-->
<AndroidPackVersion>34.0.0</AndroidPackVersion>
<AndroidPackVersionSuffix>rc.2</AndroidPackVersionSuffix>
<AndroidPackVersion>34.99.0</AndroidPackVersion>
<AndroidPackVersionSuffix>preview.1</AndroidPackVersionSuffix>
</PropertyGroup>

<!-- Common <PackageReference/> versions -->
Expand Down

0 comments on commit 02da532

Please sign in to comment.