Child processes won't elevate (#488), version 1.3.2.2

This commit is contained in:
Markus Hofknecht 2023-06-24 20:01:04 +02:00
parent 4cf4b980ea
commit a296df3da4
4 changed files with 5 additions and 3 deletions

View file

@ -39,5 +39,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.2.1")]
[assembly: AssemblyFileVersion("1.3.2.1")]
[assembly: AssemblyVersion("1.3.2.2")]
[assembly: AssemblyFileVersion("1.3.2.2")]

View file

@ -293,6 +293,7 @@ Thanks for ideas, reporting issues and contributing!
#462 [verdammt89x](https://github.com/verdammt89x),
#463 Dirk S.,
#466 [Dean-Corso](https://github.com/Dean-Corso)
#488 [DailenG](https://github.com/DailenG)
Donations

View file

@ -93,7 +93,7 @@ namespace SystemTrayMenu.Helper
aboutBox.AppMoreInfo += "#298 phanirithvij, #306 wini2, #370 dna5589, #372 not-nef, #376 Michelle H., ";
aboutBox.AppMoreInfo += "#377 SoenkeHob, #380 #394 TransLucida, #384 #434 #435 boydfields, #386 visusys, #387 #411 #444 yrctw" + Environment.NewLine;
aboutBox.AppMoreInfo += "#446 timinformatica, #450 ppt-oldoerp, #453 fubaWoW, #454 WouterVanGoey" + Environment.NewLine;
aboutBox.AppMoreInfo += "#462 verdammt89x, #463 Dirk S., #466 Dean-Corso" + Environment.NewLine;
aboutBox.AppMoreInfo += "#462 verdammt89x, #463 Dirk S., #466 Dean-Corso, #488 DailenG" + Environment.NewLine;
aboutBox.AppMoreInfo += @"
Sponsors - Thank you!
------------------

View file

@ -168,6 +168,7 @@ namespace SystemTrayMenu.Utilities
WorkingDirectory = workingDirectory,
CreateNoWindow = createNoWindow,
UseShellExecute = true,
Verb = "runas",
},
};
p.Start();