From 050d5ae852dbf62afd11cbf9070bb8fa391ae62c Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Wed, 15 Sep 2021 19:33:24 -0400 Subject: [PATCH] [One .NET] use preview.9 version number Context: https://devblogs.microsoft.com/dotnet/update-on-dotnet-maui/ Context: https://semvercompare.azurewebsites.net/?version=31.0.101-preview.9.1&version=31.0.100-rc.1.12 .NET MAUI (and underlying optional .NET workloads) will be in a "preview" status until Q2 2022. Going forward in xamarin-macios/main, our version number will be `31.0.101-preview.9.*`. We need to bump to 101, so the version number will be higher than the currently released `31.0.100-rc.1.12`. --- Make.config | 2 +- Make.versions | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Make.config b/Make.config index c51c4b03af9c..3ceeecc56c60 100644 --- a/Make.config +++ b/Make.config @@ -75,7 +75,7 @@ endif # For release branches, modify the following variables to hardcode a version name # Set the NUGET_HARDCODED_PRERELEASE_IDENTIFIER variable to the prerelease identifer you want (say "preview.5." (the trailing dot is important) -NUGET_HARDCODED_PRERELEASE_IDENTIFIER=rc.2. +NUGET_HARDCODED_PRERELEASE_IDENTIFIER=preview.9. # Set the NUGET_HARDCODED_PRERELEASE_BRANCH variable to the exact name for the branch the above variable should apply to (so that any other branches won't pick it up by accident). # For the previous example, this would be "release/6.0.1xx-preview5" # When creating a release branch from main, this must be changed from "main" to the new release branch. diff --git a/Make.versions b/Make.versions index 8dafcf698d3a..499d14623d69 100644 --- a/Make.versions +++ b/Make.versions @@ -66,11 +66,11 @@ MAC_PACKAGE_VERSION=7.99.0.$(MAC_COMMIT_DISTANCE) # WARNING: Do **not** use versions higher than the available Xcode SDK or else we will have issues with mtouch (See https://github.com/xamarin/xamarin-macios/issues/7705) # When bumping the major macOS version in MACOS_NUGET_VERSION also update the macOS version where we execute on bots in jenkins/Jenkinsfile (in the 'node' element) -IOS_NUGET_VERSION=15.0.100 -TVOS_NUGET_VERSION=15.0.100 -WATCHOS_NUGET_VERSION=8.0.100 -MACOS_NUGET_VERSION=12.0.100 -MACCATALYST_NUGET_VERSION=15.0.100 +IOS_NUGET_VERSION=15.0.101 +TVOS_NUGET_VERSION=15.0.101 +WATCHOS_NUGET_VERSION=8.0.101 +MACOS_NUGET_VERSION=12.0.101 +MACCATALYST_NUGET_VERSION=15.0.101 # Defines the default platform version if it's not specified in the TFM. The default should not change for a given .NET version: