Skip to content

Commit 20681d9

Browse files
authored
Merge pull request #140 from microsoft/copilot/change-product-id-to-8
Change WIN_APP_DEV_CLI product ID from 78 to 8
2 parents 1478b6a + 0a31e1a commit 20681d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/winapp-CLI/WinApp.Cli/Telemetry/Events/EventBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class PrivacyProduct
1010
{
1111
public static readonly UInt16
1212
#pragma warning disable CA1707 // Identifiers should not contain underscores
13-
WIN_APP_DEV_CLI = 78;
13+
WIN_APP_DEV_CLI = 8;
1414
#pragma warning restore CA1707 // Identifiers should not contain underscores
1515
};
1616

0 commit comments

Comments
 (0)