Skip to content

Releases: d2phap/FileWatcherEx

FileWatcherEx 2.6.0 - .NET 8 support

16 Nov 15:02
e56587b
Compare
Choose a tag to compare

What's Changed

  • Added support for .NET 8
  • Updated Test project's dependencies

Full Changelog: 2.5.0...2.6.0

FileWatcherEx 2.5.0 - `RegisterAdditionalFileWatchersForSymLinkDirs`

27 May 04:33
Compare
Choose a tag to compare

What's Changed

  • Fixed: RegisterAdditionalFileWatchersForSymLinkDirs throws error (#15) by @PhantomGamers.

Full Changelog: 2.4.0...2.5.0

FileWatcherEx 2.4.0 - `ObjectDisposedException`

30 Mar 14:40
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where calling .Stop() throws ObjectDisposedException.

Full Changelog: 2.3.0...2.4.0

FileWatcherEx 2.3.0 - Test, Refactor and Test

23 Jan 06:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

FileWatcherEx 2.2.0 - .NET 7

29 Nov 11:30
Compare
Choose a tag to compare

What's Changed

  • Added support for .NET 7.0.
  • Maintenance: add tests for EventProcessor by @samba2 in #8

New Contributors

  • @samba2 made their first contribution in #8

Full Changelog: 2.1.1...2.2.0

FileWatcherEx 2.1.1 for .NET 6

25 Jun 02:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

FileWatcherEx 2.1 for .NET 6

08 Jun 14:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0.0...2.1.0

FileWatcherEx 2.0 for .NET 6

10 Dec 08:23
Compare
Choose a tag to compare

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

FileWatcherEx 1.3.0.0

29 Aug 13:12
Compare
Choose a tag to compare

Fixed:

  • Error reading the C:\Users\User\Application Data directory

FileWatcherEx 1.1.0.0

01 Aug 13:57
Compare
Choose a tag to compare
  • Support all the properties of .NET FileSystemWatcher

New in v1.1:

  • Add the SynchronizingObject property