Skip to content

Commit

Permalink
$(AndroidPackVersionSuffix)=rc.1; net7 is 33.0.0.rc.1 (dotnet#7172)
Browse files Browse the repository at this point in the history
Context: https://github.com/xamarin/xamarin-android/tree/release/7.0.1xx-preview7
Context: dotnet#7170

We branched for .NET 7 Preview 7, and there is already a Maestro bump
for .NET 7 RC 1.

Let's update xamarin-android/main's version number.
  • Loading branch information
jonathanpeppers committed Jul 15, 2022
1 parent 6b00188 commit 91a1c44
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 @@ -37,7 +37,7 @@
* Bump first digit of the patch version for feature releases (and reset the first two digits to 0)
-->
<AndroidPackVersion>33.0.0</AndroidPackVersion>
<AndroidPackVersionSuffix>preview.7</AndroidPackVersionSuffix>
<AndroidPackVersionSuffix>rc.1</AndroidPackVersionSuffix>
</PropertyGroup>

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

0 comments on commit 91a1c44

Please sign in to comment.