+ ver: VS2019 version update - VS 16.6.2

+ upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2020-06-09 21:21:12 +02:00
parent 4285ed97e5
commit 0f25ee6daf
6 changed files with 6 additions and 5 deletions

View File

@ -55,6 +55,7 @@ NEW:
CHANGES:
-----------------------------------------------------
-
- Workaround for DPI_AWARENESS Font Size problem on DPI_CHANGE.
- Non scaled transparent image on help dialog control for Rizonesoft (standard DPI resolution).
- Enhancement of the "build_np3portableapp.cmd" file.
- Remove duplicate readme.txt, license.txt and unused files.

View File

@ -1 +1 @@
1
2

View File

@ -57,7 +57,7 @@ IDI_MUI_STYLES ICON "Preferences.ico"
// Bitmap
//
IDR_RIZBITMAP BITMAP "rizonesoft_t.bmp"
IDR_RIZBITMAP BITMAP "rizonesoft.bmp"
/////////////////////////////////////////////////////////////////////////////

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.609.1"
version="5.20.609.2"
type="win32"
/>
<description>Notepad3 BETA</description>

View File

@ -75,7 +75,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER == 1926)
#if(_MSC_FULL_VER >= 192628806)
#define VER_CPL MS Visual C++ 2019 v16.6.1
#define VER_CPL MS Visual C++ 2019 v16.6.(1-2)
#elif(_MSC_FULL_VER >= 192628805)
#define VER_CPL MS Visual C++ 2019 v16.6.0
#endif

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 609
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 433
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27