diff --git a/Explorer/src/ExplorerDialog.rc b/Explorer/src/ExplorerDialog.rc index bb629ad..29eb0e2 100644 --- a/Explorer/src/ExplorerDialog.rc +++ b/Explorer/src/ExplorerDialog.rc @@ -289,8 +289,8 @@ IDC_LEFTRIGHT CURSOR "..\\res\\leftright.cur" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,9,4,0 - PRODUCTVERSION 1,9,4,0 + FILEVERSION 1,9,5,0 + PRODUCTVERSION 1,9,5,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -308,12 +308,12 @@ BEGIN VALUE "Comments", "Visit https://github.com/oviradoi/npp-explorer-plugin" VALUE "CompanyName", "Jens Lorenz" VALUE "FileDescription", "Notepad++ Explorer Plugin : a free (GNU) source code file explorer" - VALUE "FileVersion", "1, 9, 4, 0" + VALUE "FileVersion", "1, 9, 5, 0" VALUE "InternalName", "Explorer" - VALUE "LegalCopyright", "Copyright © 2006-2020" + VALUE "LegalCopyright", "Copyright © 2006-2022" VALUE "OriginalFilename", "Explorer.dll" VALUE "ProductName", "Jens Lorenz Explorer" - VALUE "ProductVersion", "1, 9, 4, 0" + VALUE "ProductVersion", "1, 9, 5, 0" VALUE "SpecialBuild", "UNICODE" END END diff --git a/appveyor.yml b/appveyor.yml index 847b3f3..377d694 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ -version: 1.9.4.{build} -image: Visual Studio 2017 +version: 1.9.5.{build} +image: Visual Studio 2022 environment: @@ -21,7 +21,7 @@ install: - if "%platform%"=="Win32" set archi=x86 - if "%platform%"=="Win32" set platform_input=Win32 - - if "%PlatformToolset%"=="v141_xp" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi% + - if "%PlatformToolset%"=="v141_xp" call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi% build_script: