From 44c97e19a1e4c6eca474ab79c083234c07d2fe79 Mon Sep 17 00:00:00 2001 From: Thomas Claudius Huber Date: Sat, 29 Mar 2025 10:34:43 +0100 Subject: [PATCH 1/2] Update release-channels.md and put Stable, Preview, Exp in correct order Table should have the rows sorted by channel in the order Stable, Preview, Experimental, as this is the logical order that is also used for the navigation in the docs. --- hub/apps/windows-app-sdk/release-channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/apps/windows-app-sdk/release-channels.md b/hub/apps/windows-app-sdk/release-channels.md index e676986a14..c95dfe5d18 100644 --- a/hub/apps/windows-app-sdk/release-channels.md +++ b/hub/apps/windows-app-sdk/release-channels.md @@ -16,8 +16,8 @@ The latest version of the Windows App SDK ships via three release channels: Expe | | Channel | Description | Release cadence | Supported? | Latest release | |---------|---------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|------------|-----------------------------------------------------------------------------------------------------| -| **❇️** | Preview ([release notes](preview-channel.md)) | This channel provides a preview of the next stable release. There may be breaking API changes between a given preview channel release and the next stable release. | At least one preview per stable version | No | [1.7.0-preview1](preview-channel.md#version-17-preview-1-17-preview1) (02/11/2025) | | **✅** | Stable ([release notes](stable-channel.md)) | This channel is supported for use by apps in production environments. It includes only stable APIs. | No more frequent than every six months
(+ servicing) | Yes | [1.7.0 (1.7.250310001)](stable-channel.md#version-170-17250310001) (03/18/2025) | +| **❇️** | Preview ([release notes](preview-channel.md)) | This channel provides a preview of the next stable release. There may be breaking API changes between a given preview channel release and the next stable release. | At least one preview per stable version | No | [1.7.0-preview1](preview-channel.md#version-17-preview-1-17-preview1) (02/11/2025) | | **🔄️** | Experimental ([release notes](experimental-channel.md)) | This channel includes experimental features that are in early stages of development. Experimental features may be removed from the next release, or may never be released. | As needed when requiring feedback for features in early design or prototype stages | No | [1.7.0-experimental3](experimental-channel.md#version-17-experimental-170-experimental3) (02/06/2025) | For a comprehensive list of all current and previous releases of the Windows App SDK, including download locations, see [Downloads for the Windows App SDK](downloads.md). From dd27c1df1db11194a827731a383c9328b431581f Mon Sep 17 00:00:00 2001 From: KB <12849639+Karl-Bridge-Microsoft@users.noreply.github.com> Date: Thu, 10 Apr 2025 16:06:51 -0700 Subject: [PATCH 2/2] Update release date in documentation --- hub/apps/windows-app-sdk/release-channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/apps/windows-app-sdk/release-channels.md b/hub/apps/windows-app-sdk/release-channels.md index f457f0a6d3..58f5c35c55 100644 --- a/hub/apps/windows-app-sdk/release-channels.md +++ b/hub/apps/windows-app-sdk/release-channels.md @@ -2,7 +2,7 @@ title: Windows App SDK release channels description: Learn about the Experimental, Preview, and Stable release channels used to ship the latest version of the Windows App SDK. ms.topic: article -ms.date: 01/15/2025 +ms.date: 04/10/2025 keywords: windows win32, windows app development, project reunion, windows app sdk, release channels ms.localizationpriority: medium ---