1.0.1 release with minor update.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user