inching towards 1.0

* update Fody
* fix instance detection
* add notification support
This commit is contained in:
Jakob 2019-12-29 21:41:57 +01:00
parent 1b16cb65ea
commit 44f9c1c91e
6 changed files with 52 additions and 28 deletions

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="4.1.0" targetFramework="net472" />
<package id="Fody" version="6.0.4" targetFramework="net472" developmentDependency="true" />
<package id="Fody" version="6.0.5" targetFramework="net472" developmentDependency="true" />
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.8" targetFramework="net472" />
<package id="Notifications.Wpf" version="0.1.1" targetFramework="net472" />
</packages>