1.0.1 release with minor update.

This commit is contained in:
Patrick Fic
2020-12-16 14:40:05 -08:00
parent 2fd953a526
commit 1e59616d4a
6 changed files with 21 additions and 7 deletions

View File

@@ -36,9 +36,9 @@ namespace BodyshopPartner.Utils
// Eliminate duplicates when timestamp doesn't change
Filter = "*.env";
// NotifyFilter = NotifyFilters.FileName | NotifyFilters.LastWrite;
NotifyFilter = NotifyFilters.Attributes; // The default also has NotifyFilters.LastWrite
NotifyFilter = NotifyFilters.FileName | NotifyFilters.Attributes; // The default also has NotifyFilters.LastWrite
EnableRaisingEvents = true;
//Created += Watcher_Created;
Created += Watcher_Created;
Changed += Watcher_Changed;
//Deleted += Watcher_Deleted;
//Renamed += Watcher_Renamed;