From db84f314e67ce1bfa7eb46a6c333e54be6e76ce8 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 22 Oct 2024 09:18:23 -0500 Subject: [PATCH] $(AndroidPackVersionSuffix)=preview.1; main is 35.99.x We branched for .NET 9 GA from b90c5590 into `release/9.0.1xx`; the main branch is now .NET 10 Preview 1. Using 35.99.x for now, until we know that API 36 is a stable API. --- Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 0f6420ed8b1..0db7296a9c8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -35,8 +35,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) --> - 35.0.1 - rtm + 35.99.0 + preview.1 false