File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -686,10 +686,12 @@ Public Class GetImgInfoDlg
686686 FeatUpd = "24H2 (Germanium)"
687687 Case 27501 To 27686
688688 FeatUpd = "25H1 (Dilithium)"
689- Case 27687 To 28999
689+ Case 27687 To 27924
690690 FeatUpd = "25H2 (Selenium)"
691- Case Is >= 29000
691+ Case 27925 To 28999
692692 FeatUpd = "26H1 (Bromine)"
693+ Case Is >= 29000
694+ FeatUpd = "26H2 (Krypton)"
693695 End Select
694696 Case Else
695697 Exit Sub
Original file line number Diff line number Diff line change @@ -1458,10 +1458,12 @@ Public Class ProjProperties
14581458 FeatUpd = "24H2 (Germanium)"
14591459 Case 27501 To 27686
14601460 FeatUpd = "25H1 (Dilithium)"
1461- Case 27687 To 28999
1461+ Case 27687 To 27924
14621462 FeatUpd = "25H2 (Selenium)"
1463- Case Is >= 29000
1463+ Case 27925 To 28999
14641464 FeatUpd = "26H1 (Bromine)"
1465+ Case Is >= 29000
1466+ FeatUpd = "26H2 (Krypton)"
14651467 End Select
14661468 Case Else
14671469 Exit Sub
You can’t perform that action at this time.
0 commit comments