We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a68de9 commit 0f58f6eCopy full SHA for 0f58f6e
src/winapp-CLI/WinApp.Cli/Telemetry/Events/EventBase.cs
@@ -10,7 +10,7 @@ public class PrivacyProduct
10
{
11
public static readonly UInt16
12
#pragma warning disable CA1707 // Identifiers should not contain underscores
13
- WIN_APP_DEV_CLI = 8;
+ WIN_APP_DEV_CLI = 9;
14
#pragma warning restore CA1707 // Identifiers should not contain underscores
15
};
16
0 commit comments