I noticed since upgrading to 3.3.14.2 version of Autoit, that when I compile a script and specify a file version along with an icon via:
#AutoIt3Wrapper_Res_Fileversion=2017.11.1.0
#AutoIt3Wrapper_Icon=C:\somelogo.ico
and everything else left blank (from a gui perspective, though I generally just populate these lines in the script manually), on the compiled exe, the Description field is populated with Aut2Exe.exe instead of the actual compiled executable name. This was not the behavior we experienced in previous versions of the compiler and if I remove the fileversion line from the code, the Description is again populated with correct name. I know I can override what gets placed in the Description field of the exe via #AutoIt3Wrapper_Res_Description but his was never required in the past, and is more cumbersome to have to track.
Am I the only one who sees this behavior and is it an intended change and I just overlooked it in the chg log? Thanks in advance!