Skip to content

Commit 36bc513

Browse files
SatwikKrSharmaSatwik Kumar Sharma
and
Satwik Kumar Sharma
authoredJan 30, 2025
Remove terminal velocity feature tag from Badge Notification APIs, enabling it for stable release (#5087)
Co-authored-by: Satwik Kumar Sharma <satwiksharma@microsoft.com>
1 parent afbb56d commit 36bc513

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed
 

‎dev/Common/TerminalVelocityFeatures-BadgeNotifications.xml

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
<name>Feature_BadgeNotifications</name>
1515
<description>Enables Local Badge sourced Notifications for packaged apps on the device</description>
1616
<state>AlwaysEnabled</state>
17-
<alwaysDisabledChannelTokens>
18-
<channelToken>Preview</channelToken>
19-
<channelToken>Stable</channelToken>
20-
</alwaysDisabledChannelTokens>
2117
</feature>
2218
</features>
2319

‎dev/Notifications/BadgeNotifications/BadgeNotifications.idl

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
// Copyright (c) Microsoft Corporation and Contributors.
22
// Licensed under the MIT License.
33

4-
#include <TerminalVelocityFeatures-BadgeNotifications.h>
5-
64
namespace Microsoft.Windows.BadgeNotifications
75
{
86
[contractversion(1)]
97
apicontract BadgeNotificationsContract {};
108

119
// Set of predefined glyphs that can be used to represent various statuses or notifications on an application's badge
12-
[contract(BadgeNotificationsContract, 1), feature(Feature_BadgeNotifications)]
10+
[contract(BadgeNotificationsContract, 1)]
1311
enum BadgeNotificationGlyph
1412
{
1513
None, // No glyph. A blank tile appears in the badge.
@@ -28,7 +26,7 @@ namespace Microsoft.Windows.BadgeNotifications
2826
};
2927

3028
// The manager class which encompasses all Badge Notification API Functionality
31-
[contract(BadgeNotificationsContract, 1), feature(Feature_BadgeNotifications)]
29+
[contract(BadgeNotificationsContract, 1)]
3230
runtimeclass BadgeNotificationManager
3331
{
3432
// Gets a Default instance of a BadgeNotificationManager

0 commit comments

Comments
 (0)