Browse Source

Bumped version

pull/163/head
Valentin Radu 4 years ago
parent
commit
453af00138
  1. 3
      CHANGELOG.md
  2. 8
      ExplorerPatcher/ExplorerPatcher.rc

3
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. 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. 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 * Centered network and sound right click menus and made them toggle on right click
* Reliability enhancements for Start menu positioning (#78) (.1) * Reliability enhancements for Start menu positioning (#78) (.1)
* Fixes #85 (.2) * Fixes #85 (.2)
* Fixes #90 (added option to change taskbar icon size) (.3)
## 22000.194.0.25 ## 22000.194.0.25

8
ExplorerPatcher/ExplorerPatcher.rc

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

Loading…
Cancel
Save