From 47a1df7b6911dc30b52164766984d3ed3c4f004e Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 2 Feb 2023 14:28:05 -0600 Subject: [PATCH] $(AndroidPackVersionSuffix)=preview.2; net8 is 34.0.0-preview.2 (#7761) Context: https://github.com/xamarin/xamarin-android/tree/release/8.0.1xx-preview1 We branched for .NET 8 preview 1 from 34af985 into `release/8.0.1xx-preview1`. Update xamarin-android/main's version number to 34.0.0-preview.2 for .NET 8 preview 2. --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4edfaae7faa..431d9255db4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -35,7 +35,7 @@ * Bump first digit of the patch version for feature releases (and reset the first two digits to 0) --> 34.0.0 - preview.1 + preview.2