From 50bbe4e3e33762b128e24342e0492c3a5610024d Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 23 Oct 2025 14:51:58 -0500 Subject: [PATCH] [branding] updated product version to 36.1.x Given that API 36.1 is "api stable", and we have a `$(TargetFramework)` available. We normally would also bump the product version to 36.1.x to signify this. `main` will remain `36.1.99-preview.1.x` for now, however it may need to change to 999. --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index c5dfedb146f..38b708becf8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -36,7 +36,7 @@ * 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) --> - 36.0.1 + 36.1.1 $(AndroidPackVersion.LastIndexOf(".")) $(AndroidPackVersion.Substring(0,$(AndroidPackVersionPatchIndex))) $(AndroidPackVersion.Substring($([MSBuild]::Add($(AndroidPackVersionPatchIndex), 1))))