From c4eda4f7a05339cd236a5a54e3d5ea2afb9e41c4 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 17 Dec 2025 18:54:19 +0100 Subject: [PATCH] [apidiff] Update reference/stable versions to .NET 10 / Xcode 26.2. --- Make.config | 8 ++++---- docs/ReleaseCheckList.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Make.config b/Make.config index 21a99e69a5a3..34026f4745dc 100644 --- a/Make.config +++ b/Make.config @@ -44,10 +44,10 @@ include $(TOP)/Make.versions # The value is taken from the name + version of the Ref pack. # Example: given the Ref pack "Microsoft.iOS.Ref.net8.0_17.5" with the version "17.5.8030", the value # to write here would be the part after "Microsoft.iOS.Ref." + "/" + version: "net8.0_17.5/17.5.8030" -STABLE_NUGET_VERSION_iOS=net10.0_26.1/26.1.10494 -STABLE_NUGET_VERSION_tvOS=net10.0_26.1/26.1.10494 -STABLE_NUGET_VERSION_MacCatalyst=net10.0_26.1/26.1.10494 -STABLE_NUGET_VERSION_macOS=net10.0_26.1/26.1.10494 +STABLE_NUGET_VERSION_iOS=net10.0_26.2/26.2.10191 +STABLE_NUGET_VERSION_tvOS=net10.0_26.2/26.2.10191 +STABLE_NUGET_VERSION_MacCatalyst=net10.0_26.2/26.2.10191 +STABLE_NUGET_VERSION_macOS=net10.0_26.2/26.2.10191 PACKAGE_HEAD_REV=$(shell git rev-parse HEAD) diff --git a/docs/ReleaseCheckList.md b/docs/ReleaseCheckList.md index 4a14601792c9..a8045b747db4 100644 --- a/docs/ReleaseCheckList.md +++ b/docs/ReleaseCheckList.md @@ -65,7 +65,7 @@ This happens after the stable version of Xcode has been released and the `xcodeX * [ ] Publish NuGets to nuget.org. * [ ] Publish release notes. * [ ] Update https://github.com/dotnet/maui/wiki/Release-Versions -* [ ] Update API diff (the `STABLE_NUGET_VERSION_*` variables in `Make.config`). Can only be done after the NuGets have been published to nuget.org. +* [ ] Update API diff (the `STABLE_NUGET_VERSION_*` variables in `Make.config`) for the `main` branch. Can only be done after the NuGets have been published to nuget.org. * [ ] Update docs by executing `docs/sync-mobile-docs.sh`. Beware if docs were modified in the [docs-mobile](https://github.com/dotnet/docs-mobile) repository by somebody else, any such changes will have to be copied back first. * [ ] Update API / reference docs. See [update-api-docs.md](https://github.com/dotnet/macios/blob/main/docs/update-api-docs.md) for instructions. * [ ] Make sure all items in the milestone for the current release have been closed.