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 3f7a8ec commit bec2c65Copy full SHA for bec2c65
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs
@@ -1036,7 +1036,7 @@ select m
1036
< 26120 => "11 Dev/Canary Build " + windowsVersion.Build, // dev/canary merge branch before 24H2
1037
26120 => "11 24H2 Beta Build " + windowsVersion.Build,
1038
26200 => "11 25H2",
1039
- 26220 => "11 24H2 Dev Build " + windowsVersion.Build,
+ 26220 => "11 25H2 Dev/Beta Build " + windowsVersion.Build,
1040
<29000 => "11 Canary Build " + windowsVersion.Build,
1041
_ => "11 ??? Build " + windowsVersion.Build,
1042
},
0 commit comments