diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f88cf09..b4ea11c 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -35,5 +35,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("0.10.2.2")] -[assembly: AssemblyFileVersion("0.10.2.2")] +[assembly: AssemblyVersion("0.10.2.3")] +[assembly: AssemblyFileVersion("0.10.2.3")] diff --git a/Resources/search1.ico b/Resources/search1.ico index b456e1a..8f22a4f 100644 Binary files a/Resources/search1.ico and b/Resources/search1.ico differ diff --git a/SystemTrayMenu.csproj b/SystemTrayMenu.csproj index a3f9408..1715817 100644 --- a/SystemTrayMenu.csproj +++ b/SystemTrayMenu.csproj @@ -188,6 +188,6 @@ - taskkill /f /fi "imagename eq SystemTrayMenu" + taskkill /f /fi "pid gt 0" /im SystemTrayMenu.exe \ No newline at end of file