Skip to content

Commit

Permalink
[Image information] Add feature update detection for Selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders committed Sep 9, 2024
1 parent ed2fa57 commit b3e260f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Panels/Get_Ops/GetImgInfoDlg.vb
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,10 @@ Public Class GetImgInfoDlg
FeatUpd = "24H1 (Gallium)"
Case 25942 To 27500
FeatUpd = "24H2 (Germanium)"
Case Is >= 27500
Case 27501 To 27686
FeatUpd = "25H1 (Dilithium)"
Case Is >= 27687
FeatUpd = "25H2 (Selenium)"
End Select
Case Else
Exit Sub
Expand Down
4 changes: 3 additions & 1 deletion Panels/Prj_Ops/ProjProperties.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1506,8 +1506,10 @@ Public Class ProjProperties
FeatUpd = "24H1 (Gallium)"
Case 25942 To 27500
FeatUpd = "24H2 (Germanium)"
Case Is >= 27500
Case 27501 To 27686
FeatUpd = "25H1 (Dilithium)"
Case Is >= 27687
FeatUpd = "25H2 (Selenium)"
End Select
Case Else
Exit Sub
Expand Down

0 comments on commit b3e260f

Please sign in to comment.