Skip to content

Commit 58c3903

Browse files
committed
Update stable-channel.md
1 parent caeb956 commit 58c3903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For the updated runtime and MSIX, see [Downloads for the Windows App SDK](./down
4444
### Version 1.7.0 (1.7.250310001)
4545
#### New Badge Notifications Feature
4646

47-
This new functionality provides an easy way for apps to show status, such as number of unread mails in a mail app or number of new posts in a social media app.
47+
The notification badge conveys a summary or status information specific to an app. This can be numeric (1-99) or a glyph from one of the system-provided glyphs. This new functionality provides an easy way for apps to show status, such as number of unread mails in a mail app or number of new posts in a social media app.
4848

4949
For more info, see GitHub [#4926](https://github.com/microsoft/WindowsAppSDK/issues/4926).
5050

@@ -62,7 +62,7 @@ For more info, see GitHub issue [#4772](https://github.com/microsoft/WindowsAppS
6262

6363
#### New Background Task support
6464

65-
Background tasks are app components that run in the background without a user interface, performing actions like download files, syncing data, sending notifications or updating files. The new `BackgroundTaskBuilder` API provides WinAppSDK dependent apps the ability to directly register the full trust COM components with background tasks, removing the need to implement workaround.
65+
Background tasks are app components that run in the background without a user interface, performing actions like download files, syncing data, sending notifications or updating files. The new `BackgroundTaskBuilder` API provides WinAppSDK dependent apps the ability to directly register the full trust COM components with background tasks, removing the need to implement a workaround.
6666

6767
For more info, see GitHub [#4831](https://github.com/microsoft/WindowsAppSDK/issues/4831).
6868

0 commit comments

Comments
 (0)