Skip to content

Commit a470bab

Browse files
authored
Accuracy updates for WinAppSDK notes (#3527)
* Accuracy updates for WinAppSDK notes * Comment fixes
1 parent 24eb540 commit a470bab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

hub/apps/windows-app-sdk/release-channels.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The following table provides an overview of the different release channels. For
1717

1818
| | Channel | Description | Release cadence | Supported? | Latest release |
1919
|---------|---------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|------------|-----------------------------------------------------------------------------------------------------|
20-
| **** | 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<br>(+ servicing) | Yes | [1.2.5 (1.2.230313.1)](stable-channel.md#version-125-122303131) (03/15/2023) |
21-
| **❇️** | 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 two previews per stable version | No | [1.3.0-preview1](preview-channel.md#version-13-preview-1-130-preview1) (03/07/2023) |
20+
| **** | 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<br>(+ servicing) | Yes | [1.3.0 (1.3.230331000)](stable-channel.md#version-13-stable) (04/12/2023) |
21+
| **❇️** | 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.3.0-preview1](preview-channel.md#version-13-preview-1-130-preview1) (03/07/2023) |
2222
| **🔄️** | 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.3.0-experimental1](experimental-channel.md#version-13-experimental-130-experimental1) (02/06/2023) |
2323

2424
## Features available by release channel
@@ -38,7 +38,7 @@ The following table shows which features are currently available in each release
3838
| [Manage app windows](windowing/windowing-overview.md) | :heavy_check_mark: Available | :heavy_check_mark: Available | :heavy_check_mark: Available |
3939
| [Push notifications](notifications/push-notifications/index.md) | :heavy_check_mark: Available | :heavy_check_mark: Available | :heavy_check_mark: Available |
4040
| [App notifications](notifications/app-notifications/index.md) | :heavy_check_mark: Available | :heavy_check_mark: Available | :heavy_check_mark: Available |
41-
| [Windows Widgets](../design/widgets/index.md) | :x: Not available | :heavy_check_mark: Available | :x: Not available |
41+
| [Windows Widgets](../design/widgets/index.md) | :heavy_check_mark: Available | :heavy_check_mark: Available | :heavy_check_mark: Available |
4242

4343
## Windows App SDK release policy
4444

@@ -51,11 +51,11 @@ The Windows App SDK has a lifecycle. A lifecycle begins when a version or servic
5151
| Windows App SDK version | Original release date | Latest patch version | Patch release date | Support level | End of servicing |
5252
|-------------------------|-----------------------|----------------------|--------------------|---------------|---------------- |
5353
| 1.3 | 04/12/2023 | 1.3.230331000 | N/A | Current | 04/04/2024 |
54-
| 1.2 | 11/10/2022 | 1.2.230313.1 | 03/15/2023 | Current | 11/10/2023 |
54+
| 1.2 | 11/10/2022 | 1.2.230313.1 | 03/15/2023 | Maintenance | 11/10/2023 |
5555
| 1.1 | 05/24/2022 | 1.1.5 | 09/14/2022 | Maintenance | 05/24/2023 |
56-
| 1.0 | 11/16/2021 | 1.0.4 | 06/14/2022 | Maintenance | 11/16/2022 |
57-
| 0.8 | 6/24/2021 | 0.8.12 | 08/03/2022 | Maintenance | 6/24/2022 |
58-
| 0.5 | 3/29/2021 | 0.5.9 | 8/10/2021 | Maintenance | 11/1/2021 |
56+
| 1.0 | 11/16/2021 | 1.0.4 | 06/14/2022 | Out of Support| 11/16/2022 |
57+
| 0.8 | 6/24/2021 | 0.8.12 | 08/03/2022 | Out of Support| 6/24/2022 |
58+
| 0.5 | 3/29/2021 | 0.5.9 | 8/10/2021 | Out of Support| 11/1/2021 |
5959

6060
### Servicing
6161

hub/apps/windows-app-sdk/stable-channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Windows App SDK VSIX and runtime (installer and MSIX packages) are available
3737

3838
The following sections describe new and updated features and known issues for 1.3 Stable.
3939

40-
In an existing Windows App SDK 1.2 Stable app, you can update your Nuget package to 1.3.230320000 (see the **Update a package** section in [Install and manage packages in Visual Studio using the NuGet Package Manager](/nuget/consume-packages/install-use-packages-visual-studio#update-a-package)).
40+
In an existing Windows App SDK 1.2 Stable app, you can update your Nuget package to 1.3.230331000 (see the **Update a package** section in [Install and manage packages in Visual Studio using the NuGet Package Manager](/nuget/consume-packages/install-use-packages-visual-studio#update-a-package)).
4141

4242
For the updated runtime and MSIX, see [Downloads for the Windows App SDK](./downloads.md).
4343

0 commit comments

Comments
 (0)