Upgrade to UWP / .NET Core 3.1 (#57)

This commit is contained in:
Markus Hofknecht 2020-06-06 09:59:20 +02:00
parent 1f856d471b
commit 828ea95828
3 changed files with 3 additions and 3 deletions

View file

@ -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")]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View file

@ -188,6 +188,6 @@
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<PropertyGroup>
<PreBuildEvent>taskkill /f /fi "imagename eq SystemTrayMenu"</PreBuildEvent>
<PreBuildEvent>taskkill /f /fi "pid gt 0" /im SystemTrayMenu.exe</PreBuildEvent>
</PropertyGroup>
</Project>