print PW version in event log

This commit is contained in:
Kang Yu 2024-02-05 21:33:38 -08:00
parent 4a2de1aa84
commit acc8ff44de

View file

@ -42,7 +42,7 @@ namespace PersistentWindows.SystrayShell
Application.SetCompatibleTextRenderingDefault(false);
Log.Init();
Log.Event($"OS version {Environment.OSVersion.VersionString}; .NET version {Environment.Version}");
Log.Event($" {Application.ProductVersion}; OS version: {Environment.OSVersion.VersionString}; .NET version: {Environment.Version}");
pwp = new PersistentWindowProcessor();