Skip to content

Commit

Permalink
Update VsWhere.exe to 3.1.7 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes authored Sep 17, 2024
1 parent 7f2c430 commit 8bd86b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edk2toollib/windows/locate_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
import urllib.request

# Update this when you want a new version of VsWhere
__VERSION = "2.8.4"
__VERSION = "3.1.7"
__URL = "https://github.com/microsoft/vswhere/releases/download/{}/vswhere.exe".format(__VERSION)
__SHA256 = "e50a14767c27477f634a4c19709d35c27a72f541fb2ba5c3a446c80998a86419"
__SHA256 = "c54f3b7c9164ea9a0db8641e81ecdda80c2664ef5a47c4191406f848cc07c662"

#
# Supported Versions that can be queried with vswhere
Expand Down

0 comments on commit 8bd86b1

Please sign in to comment.