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
|**Windows SDK for Windows 11 (10.0.28000.1839)** <br/> April 2026 <br/> [Release notes](./release-notes.md#build-100280001839)|[Installer](https://go.microsoft.com/fwlink/?linkid=2361309) <br/> [ISO](https://go.microsoft.com/fwlink/?linkid=2361406)|
20
21
|**Windows SDK for Windows 11 (10.0.28000.1721)** <br/> March 2026 <br/> [Release notes](./release-notes.md#build-100280001721)|[Installer](https://go.microsoft.com/fwlink/?linkid=2357925) <br/> [ISO](https://go.microsoft.com/fwlink/?linkid=2357642)|
21
22
|**Windows SDK for Windows 11 26H1 for OEMs and Partners (10.0.28000.1)** <br/> November 2025 |[Installer](//go.microsoft.com/fwlink/?linkid=2342535) <br/> [ISO](//go.microsoft.com/fwlink/?linkid=2343616)|
|**Windows SDK for Windows 11 (10.0.26100.8249)** <br/> April 2026 <br/> [Release notes](./release-notes.md#build-100261008249)|[Installer](https://go.microsoft.com/fwlink/?linkid=2361308) <br/> [ISO](https://go.microsoft.com/fwlink/?linkid=2361208)|
27
29
|**Windows SDK for Windows 11 (10.0.26100.8038)** <br/> March 2026 <br/> [Release notes](./release-notes.md#build-100261008038)|[Installer](https://go.microsoft.com/fwlink/?linkid=2358390) <br/> [ISO](https://go.microsoft.com/fwlink/?linkid=2358476)|
28
30
|**Windows SDK for Windows 11 (10.0.26100.7705)** <br/> February 2026 <br/> [Release notes](./release-notes.md#build-100261007705)|[Installer](https://go.microsoft.com/fwlink/?linkid=2349110) <br/> [ISO](https://go.microsoft.com/fwlink/?linkid=2348707)|
29
31
|**Windows SDK for Windows 11 (10.0.26100.7627)** <br/> January 2026 <br/> [Release notes](./release-notes.md#build-100261007627)|[Installer](https://go.microsoft.com/fwlink/?linkid=2347650) <br/> [ISO](https://go.microsoft.com/fwlink/?linkid=2347553)|
> -`IClipServiceNotificationHelper::ShowToast` — Parameter list simplified from 5 BSTR parameters to `void`
151
+
>
152
+
> **Text Services Framework (TextStor.idl)**
153
+
> <br/>
154
+
> New constants:
155
+
>
156
+
> -`TS_SD_DISABLEWRITINGSUGGESTIONS` — Flag to disable writing suggestions
157
+
> -`TS_SS_MULTILINE` — Flag for multiline text store support
158
+
159
+
</details>
160
+
161
+
---
162
+
19
163
## Build 10.0.28000.1721
20
164
21
165
Released: **March, 2026** <br><br>
@@ -157,6 +301,166 @@ This is a major version bump to the **28000** SDK series.
157
301
158
302
## 26100 versions
159
303
304
+
## Build 10.0.26100.8249
305
+
306
+
Released: **April, 2026** <br><br>
307
+
308
+
<details>
309
+
<summary>WinRT API additions and updates</summary>
310
+
311
+
> **Windows.Devices.Printers**:
312
+
> <br/>
313
+
> Updated methods:
314
+
>
315
+
> -`IIppAttributeConverterStatics.ConvertPrintTicketToIppAttributesForPrinter` — Now accepts an additional `targetPdlFormat` parameter
316
+
>
317
+
> Graduated from experimental to stable:
318
+
>
319
+
> -`IppAttributeConverter` runtime class
320
+
> -`IppAttributeGroupKind` enum
321
+
> -`IPdlPassthroughProvider2` interface
322
+
>
323
+
> **Windows.Graphics.Printing.PrintSupport**:
324
+
> <br/>
325
+
> Graduated from experimental to stable:
326
+
>
327
+
> -`IPrintSupportPrintDeviceCapabilitiesChangedEventArgs5` — Interface with `SetPdlPassthroughWithJobAttributesSupported` method
328
+
>
329
+
> New types:
330
+
>
331
+
> -`PrintSupportEnterpriseManagementUIEventArgs` — Implements `IActivatedEventArgs` and `IActivatedEventArgsWithUser` for enterprise management UI activation scenarios
332
+
>
333
+
> **Windows.Graphics.Printing.Workflow**:
334
+
> <br/>
335
+
> Graduated from experimental to stable:
336
+
>
337
+
> -`IPrintWorkflowPrinterJob3` — Interface with passthrough attribute support
338
+
>
339
+
> Updated properties:
340
+
>
341
+
> -`IsPassthroughJob` renamed to `IsPassthroughJobWithAttributes`
342
+
343
+
</details>
344
+
345
+
<details>
346
+
<summary>WinRT Experimental API additions</summary>
347
+
348
+
> **Windows.AI.Agents.Mcp**:
349
+
> <br/>
350
+
> New interface:
351
+
>
352
+
> -`IMcpMessageFilterExperimental2` — Adds `Initialize` method with client/server process identifiers and IDs, plus `OnMessage` for MCP message filtering
353
+
>
354
+
> **Windows.Devices.Haptics**:
355
+
> <br/>
356
+
> New properties on `KnownSimpleHapticsControllerWaveforms`:
357
+
>
358
+
> -`Collide` — Waveform ID for collision haptic feedback
359
+
> -`Align` — Waveform ID for alignment haptic feedback
360
+
> -`Step` — Waveform ID for step haptic feedback
361
+
> -`Grow` — Waveform ID for growth haptic feedback
362
+
>
363
+
> **Windows.Graphics.Capture**:
364
+
> <br/>
365
+
> New interfaces:
366
+
>
367
+
> -`IDirect3D11CaptureFrame3` — Adds `ConfigurationIteration` property to capture frames
368
+
> -`IGraphicsCaptureSession7` — Adds `ConfigurationIteration` property and window exclusion list management
0 commit comments