diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f544f..b7f0aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. -## 22000.258.26.2 +## 22000.258.26.3 Tested on build: 22000.258. @@ -11,6 +11,7 @@ Tested on build: 22000.258. * Centered network and sound right click menus and made them toggle on right click * Reliability enhancements for Start menu positioning (#78) (.1) * Fixes #85 (.2) +* Fixes #90 (added option to change taskbar icon size) (.3) ## 22000.194.0.25 diff --git a/ExplorerPatcher/ExplorerPatcher.rc b/ExplorerPatcher/ExplorerPatcher.rc index e294cb0..337daf2 100644 --- a/ExplorerPatcher/ExplorerPatcher.rc +++ b/ExplorerPatcher/ExplorerPatcher.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 22000,258,26,2 - PRODUCTVERSION 22000,258,26,2 + FILEVERSION 22000,258,26,3 + PRODUCTVERSION 22000,258,26,3 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "VALINET Solutions SRL" VALUE "FileDescription", "ExplorerPatcher" - VALUE "FileVersion", "22000.258.26.2" + VALUE "FileVersion", "22000.258.26.3" 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.26.2" + VALUE "ProductVersion", "22000.258.26.3" END END BLOCK "VarFileInfo"