Skip to content

FileWatcherEx 2.0 for .NET 6

Compare
Choose a tag to compare
@d2phap d2phap released this 10 Dec 08:23

Breaking changes

  • .NET 6.0 is now required.
  • Class name changed:
    // version 1.x
    var fw = new FileWatcherEx.FileWatcherEx(@"C:\path\to\watch");
    
    // version 2.0
    var fw = new FileWatcherEx.FileSystemWatcherEx(@"C:\path\to\watch");

New

  • Supports for normalizing RENAMED event.

Installation