[BUG] Fix cross thread exceptoin at CheckForUpdates (#438), version 1.3.0.18

This commit is contained in:
Markus Hofknecht 2022-08-09 14:15:56 +02:00
parent 123bece791
commit effa675eac
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ namespace SystemTrayMenu.Helper.Updater
{
if (newVersionForm != null)
{
newVersionForm.Activate();
newVersionForm.HandleInvoke(newVersionForm.Activate);
}
else
{

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.0.17")]
[assembly: AssemblyFileVersion("1.3.0.17")]
[assembly: AssemblyVersion("1.3.0.18")]
[assembly: AssemblyFileVersion("1.3.0.18")]