Skip to content

Commit a1b45ec

Browse files
committed
[Enhance] Add feature update support for Bromine builds
1 parent 520c331 commit a1b45ec

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Panels/Get_Ops/GetImgInfoDlg.vb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,10 @@ Public Class GetImgInfoDlg
686686
FeatUpd = "24H2 (Germanium)"
687687
Case 27501 To 27686
688688
FeatUpd = "25H1 (Dilithium)"
689-
Case Is >= 27687
689+
Case 27687 To 27858
690690
FeatUpd = "25H2 (Selenium)"
691+
Case Is >= 27859
692+
FeatUpd = "26H1 (Bromine)"
691693
End Select
692694
Case Else
693695
Exit Sub

Panels/Prj_Ops/ProjProperties.vb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,8 +1458,10 @@ Public Class ProjProperties
14581458
FeatUpd = "24H2 (Germanium)"
14591459
Case 27501 To 27686
14601460
FeatUpd = "25H1 (Dilithium)"
1461-
Case Is >= 27687
1461+
Case 27687 To 27858
14621462
FeatUpd = "25H2 (Selenium)"
1463+
Case Is >= 27859
1464+
FeatUpd = "26H1 (Bromine)"
14631465
End Select
14641466
Case Else
14651467
Exit Sub

0 commit comments

Comments
 (0)