Skip to content

Commit c4eda4f

Browse files
committed
[apidiff] Update reference/stable versions to .NET 10 / Xcode 26.2.
1 parent 3b4905b commit c4eda4f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Make.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ include $(TOP)/Make.versions
4444
# The value is taken from the name + version of the Ref pack.
4545
# Example: given the Ref pack "Microsoft.iOS.Ref.net8.0_17.5" with the version "17.5.8030", the value
4646
# to write here would be the part after "Microsoft.iOS.Ref." + "/" + version: "net8.0_17.5/17.5.8030"
47-
STABLE_NUGET_VERSION_iOS=net10.0_26.1/26.1.10494
48-
STABLE_NUGET_VERSION_tvOS=net10.0_26.1/26.1.10494
49-
STABLE_NUGET_VERSION_MacCatalyst=net10.0_26.1/26.1.10494
50-
STABLE_NUGET_VERSION_macOS=net10.0_26.1/26.1.10494
47+
STABLE_NUGET_VERSION_iOS=net10.0_26.2/26.2.10191
48+
STABLE_NUGET_VERSION_tvOS=net10.0_26.2/26.2.10191
49+
STABLE_NUGET_VERSION_MacCatalyst=net10.0_26.2/26.2.10191
50+
STABLE_NUGET_VERSION_macOS=net10.0_26.2/26.2.10191
5151

5252
PACKAGE_HEAD_REV=$(shell git rev-parse HEAD)
5353

docs/ReleaseCheckList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This happens after the stable version of Xcode has been released and the `xcodeX
6565
* [ ] Publish NuGets to nuget.org.
6666
* [ ] Publish release notes.
6767
* [ ] Update https://github.com/dotnet/maui/wiki/Release-Versions
68-
* [ ] Update API diff (the `STABLE_NUGET_VERSION_*` variables in `Make.config`). Can only be done after the NuGets have been published to nuget.org.
68+
* [ ] 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.
6969
* [ ] 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.
7070
* [ ] Update API / reference docs. See [update-api-docs.md](https://github.com/dotnet/macios/blob/main/docs/update-api-docs.md) for instructions.
7171
* [ ] Make sure all items in the milestone for the current release have been closed.

0 commit comments

Comments
 (0)