Browse Source

Updated sws

pull/163/head
Valentin Radu 4 years ago
parent
commit
25cd882e1a
  1. 3
      CHANGELOG.md
  2. 8
      ExplorerPatcher/ExplorerPatcher.rc
  3. 2
      libs/sws

3
CHANGELOG.md

@ -26,6 +26,9 @@ Tested on build: 22000.258. @@ -26,6 +26,9 @@ Tested on build: 22000.258.
* Network and Sharing Center in the Control Panel
* Network Connections in the Control Panel
* Added preliminary support for advanced mitigations for correct rendering when using the classic theme (.3)
* GUI optionally loads UI file from DLL folder (helps for easy debugging) (.4)
* Small bug fix for symbols download (.5)
* Better method for closing windows in window switcher (.6)
## 22000.258.26.3

8
ExplorerPatcher/ExplorerPatcher.rc

@ -51,8 +51,8 @@ END @@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 22000,258,30,5
PRODUCTVERSION 22000,258,30,5
FILEVERSION 22000,258,30,6
PRODUCTVERSION 22000,258,30,6
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -69,12 +69,12 @@ BEGIN @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "VALINET Solutions SRL"
VALUE "FileDescription", "ExplorerPatcher"
VALUE "FileVersion", "22000.258.30.5"
VALUE "FileVersion", "22000.258.30.6"
VALUE "InternalName", "ExplorerPatcher.dll"
VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved."
VALUE "OriginalFilename", "ExplorerPatcher.dll"
VALUE "ProductName", "ExplorerPatcher"
VALUE "ProductVersion", "22000.258.30.5"
VALUE "ProductVersion", "22000.258.30.6"
END
END
BLOCK "VarFileInfo"

2
libs/sws

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 52572a5d458bef414812a3c32836530d0a857514
Subproject commit bbabb853337a90213353a720e56645df043a11ca
Loading…
Cancel
Save