Added display of Assembly version to Title.

This commit is contained in:
Vinay Pamnani 2017-10-05 22:32:52 -04:00
parent 4926b917b5
commit 7cce9fa449

View file

@ -1585,6 +1585,8 @@ namespace WmiExplorer
// Log current display DPI setting
Log("Display DPI Settings: " + DisplayDpi.ToString(CultureInfo.InvariantCulture) + "dpi");
Text = "WMI Explorer " + Assembly.GetEntryAssembly().GetName().Version.ToString();
#if DEBUG
Text = "WMI Explorer (Beta Debug Build)";
#endif