From 02da5320be8b6e704aa60db0ef5c7a41327d2234 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 22 Sep 2023 14:27:34 -0500 Subject: [PATCH] $(AndroidPackVersionSuffix)=preview.1; net9 is 34.99.0.preview.1 (#8362) Context: https://github.com/xamarin/xamarin-android/tree/release/8.0.1xx We branched for .NET 8 from 791fedb5 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. --- Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e5e3b2e4cd2..64033ca5019 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -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) --> - 34.0.0 - rc.2 + 34.99.0 + preview.1