Updated sws

This commit is contained in:
Valentin Radu
2021-10-17 03:36:27 +03:00
parent 12bec9c5fa
commit 25cd882e1a
3 changed files with 8 additions and 5 deletions
+3
View File
@@ -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
+4 -4
View File
@@ -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
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"