1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-17 11:08:41 +01:00

Version: 22622.450.50.2

This commit is contained in:
Valentin Radu 2022-08-07 21:29:08 +03:00
parent d55f3c73c9
commit 5de2eb0044
2 changed files with 7 additions and 2 deletions

View File

@ -15,6 +15,11 @@ Please make sure you are connected to the Internet while installing, the applica
* Support for OS builds 22621+. Read more [here](https://github.com/valinet/ExplorerPatcher/issues/1082#issuecomment-1206690333).
* Added an option to shrink address bar height in File Explorer windows (thanks @krlvm).
##### 2
* Support for disabling the modern search bar in 32-bit applications as well (thanks @krlvm).
* Fixed a bug that could prevent deleting registry keys when the application was supposed to (for example, when uninstalling or toggling certain settings).
## 22000.795.48
Tested on OS build 22000.795.

View File

@ -12,5 +12,5 @@
#define VER_STR(arg) #arg
// The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22622.450.50.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22622.450.50.1"
#define VER_FILE_STRING VALUE "FileVersion", "22622.450.50.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22622.450.50.2"