Skip to content

Commit b6850c2

Browse files
committed
[Enhance] Adjust feat upd detection for WaaS 25H2 and 26H1
1 parent 3b94a00 commit b6850c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Panels/Get_Ops/GetImgInfoDlg.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,9 @@ Public Class GetImgInfoDlg
686686
FeatUpd = "24H2 (Germanium)"
687687
Case 27501 To 27686
688688
FeatUpd = "25H1 (Dilithium)"
689-
Case 27687 To 27924
689+
Case 27687 To 27788
690690
FeatUpd = "25H2 (Selenium)"
691-
Case 27925 To 28999
691+
Case 27789 To 28999
692692
FeatUpd = "26H1 (Bromine)"
693693
Case Is >= 29000
694694
FeatUpd = "26H2 (Krypton)"

Panels/Prj_Ops/ProjProperties.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,9 +1458,9 @@ Public Class ProjProperties
14581458
FeatUpd = "24H2 (Germanium)"
14591459
Case 27501 To 27686
14601460
FeatUpd = "25H1 (Dilithium)"
1461-
Case 27687 To 27924
1461+
Case 27687 To 27788
14621462
FeatUpd = "25H2 (Selenium)"
1463-
Case 27925 To 28999
1463+
Case 27789 To 28999
14641464
FeatUpd = "26H1 (Bromine)"
14651465
Case Is >= 29000
14661466
FeatUpd = "26H2 (Krypton)"

0 commit comments

Comments
 (0)