File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55A C++ based tool that intends to provide fast and convenient command line interface building experience
66
7- Version: ** 0.5.4 **
7+ Version: ** 0.5.5 **
88
99- * Developed for Windows 10*
1010- * Not tested on any other versions yet*
Original file line number Diff line number Diff line change 5151//
5252
5353VS_VERSION_INFO VERSIONINFO
54- FILEVERSION 0,5,4 ,0
55- PRODUCTVERSION 0,5,4 ,0
54+ FILEVERSION 0,5,5 ,0
55+ PRODUCTVERSION 0,5,5 ,0
5656 FILEFLAGSMASK 0x3fL
5757#ifdef _DEBUG
5858 FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969 BEGIN
7070 VALUE "CompanyName", "MikronT"
7171 VALUE "FileDescription", "Command line interface building tool"
72- VALUE "FileVersion", "0.5.4 "
72+ VALUE "FileVersion", "0.5.5 "
7373 VALUE "InternalName", "cursorMower.exe"
7474 VALUE "LegalCopyright", "Copyright � 2022 MikronT"
7575 VALUE "OriginalFilename", "cursorMower.exe"
7676 VALUE "ProductName", "CursorMower"
77- VALUE "ProductVersion", "0.5.4 "
77+ VALUE "ProductVersion", "0.5.5 "
7878 END
7979 END
8080 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 55
66int nsUtils::help () {
77 wprintf (LR"(
8- CursorMower v0.5.4 -> https://github.com/MikronT/CursorMower
8+ CursorMower v0.5.5 -> https://github.com/MikronT/CursorMower
99
1010Usage
1111 cursorMower "file"
You can’t perform that action at this time.
0 commit comments