[FEATURE-1067] Vision Client Launcher Version Command

This feature has been completed and will be available in the nightlies and release 8.1.21. some notes on how to accomplish this on each platform (works for Designer Launcher, Vision Client Launcher, and Workstation):

mac:

defaults read ~/Desktop/Designer\ Launcher.app/Contents/Info CFBundleShortVersionString

linux (only works if its the first argument):

designerlauncher.sh --version

windows (powershell. Also works on the setup/install EXE file):

(Get-Item -Path 'C:\Program Files\Inductive Automation\Designer Launcher\designerlauncher.exe').VersionInfo.ProductVersion

I understand the powershell command for windows application. But I'm searching if there's a way to implement this command directly in the client Launcher to get the tag back in the client information to confirm which user is actually using which version of the client Launcher. If someone as any clues or tips on how to get this informations back to the user interface ?