From 7cce9fa449e47caa1a1f050f260f943bd22ed85f Mon Sep 17 00:00:00 2001 From: Vinay Pamnani Date: Thu, 5 Oct 2017 22:32:52 -0400 Subject: [PATCH] Added display of Assembly version to Title. --- WmiExplorer/WmiExplorer.Functions.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WmiExplorer/WmiExplorer.Functions.Designer.cs b/WmiExplorer/WmiExplorer.Functions.Designer.cs index 9d4e971..9b8ccd8 100644 --- a/WmiExplorer/WmiExplorer.Functions.Designer.cs +++ b/WmiExplorer/WmiExplorer.Functions.Designer.cs @@ -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