You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foundation landed the same MAUI 11.0.0-preview.7.26426.4 bump this branch had taken
ahead of it, so both conflicts were this branch's temporary pin against foundation's
official one. Foundation's version is taken verbatim for both Directory.Packages.props
and eng/baselines.json - they own those files, and the branch now carries no delta in
either.
The gesture work built on that pin is unaffected: same package stamp, same public
Tap/Pointer APIs.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: PROVENANCE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ import was being prepared. A branch name would have made the import unreproducib
18
18
|`sourceBaseline`|`ee4d06cde6b49e297631b08426a33fb34f3152ef`| dotnet/maui `net11.0` @ 2026-08-18. The forward source baseline. |
19
19
|`requiredAncestor`|`0b3bb76d2dd68d76b7c1302f43a76270d5949564`| PR [#36657](https://github.com/dotnet/maui/pull/36657), the Essentials/MainThread extensibility work. Minimum API floor. |
20
20
|`behaviorBaseline`|`c1f4f7d879f6126029009902289efd6a4bb1bda9`| Tag `9.0.120`, the last published Tizen behaviour/API baseline. Retained here as tag `upstream/9.0.120`. |
21
-
|`developmentPackageBaseline`|`11.0.0-preview.7.26418.3`|First coherent public-feed MAUI package set, from the [dnceng `dotnet11` feed](https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json). All key nuspec repository commits resolve to `0b3bb76d2d`. |
21
+
|`developmentPackageBaseline`|`11.0.0-preview.7.26426.4`|Coherent public-feed MAUI package set, from the [dnceng `dotnet11` feed](https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json). All key nuspec repository commits resolve to `bedd1b18b7`. |
22
22
23
23
Two details are easy to get wrong and are worth stating explicitly:
"$note": "bedd1b18b7 is also developmentPackageBaseline.nuspecRepositoryCommit, so the Microsoft.Maui.* packages this repository compiles against DO contain these three API additions while the imported source baseline does not. The gap therefore applies to imported source only.",
"role": "Public-feed MAUI package set for net11. Used when building against published MAUI packages rather than source.",
64
-
"note": "Moved from 11.0.0-preview.7.26418.3 (nuspec commit 0b3bb76d2d) to pick up the public gesture dispatch APIs from dotnet/maui#37420 and #37671. 26418.3 predates both merges, so TapGestureRecognizer.SendTapped and the PointerGestureRecognizer send members are internal there. LongPressGestureRecognizer.SendLongPressed/SendLongPressing remain internal even in 26426.4."
64
+
"role": "Coherent public-feed MAUI package set for net11. Used when building against published MAUI packages rather than source.",
65
+
"$comment": [
66
+
"IMPORTANT: this is a DIFFERENT commit from sourceBaseline, and deliberately so.",
67
+
"",
68
+
" sourceBaseline ee4d06cde6 what the history import is pinned to",
69
+
" nuspecRepositoryCommit bedd1b18b7 what these packages were built from",
70
+
"",
71
+
"bedd1b18b7 is 46 commits ahead of ee4d06cde6 and INCLUDES the three Tizen-touching",
72
+
"commits recorded in sourceBaseline.knownGapAfterThisPin (#37420, #37671, #37755).",
73
+
"",
74
+
"So the gap is one-directional and applies only to imported SOURCE, not to the",
75
+
"packages we compile against: the referenced Microsoft.Maui.* assemblies already",
76
+
"carry those three API additions, while the imported PublicAPI.Unshipped.txt",
77
+
"baseline does not. Anyone diffing our API baselines against these packages should",
78
+
"expect exactly that delta and should not read it as drift."
79
+
],
80
+
"aspNetCoreDependencyFloor": {
81
+
"version": "11.0.0-preview.7.26381.103",
82
+
"note": "Declared by Microsoft.AspNetCore.Components.WebView.Maui's own nuspec at this package version, and unchanged by the MAUI bump. ASP.NET Core packages are on their own version line and must NOT be moved to the MAUI stamp - that version does not exist for them."
0 commit comments