Releases: d2phap/FileWatcherEx
Releases · d2phap/FileWatcherEx
FileWatcherEx 2.6.0 - .NET 8 support
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`
What's Changed
- Fixed:
RegisterAdditionalFileWatchersForSymLinkDirs
throws error (#15) by @PhantomGamers.
Full Changelog: 2.4.0...2.5.0
FileWatcherEx 2.4.0 - `ObjectDisposedException`
What's Changed
- Fixed an issue where calling
.Stop()
throwsObjectDisposedException
.
Full Changelog: 2.3.0...2.4.0
FileWatcherEx 2.3.0 - Test, Refactor and Test
What's Changed
- Improvement: extract interface by @samba2 in #9
- Add Integration Tests by @samba2 in #10
- Feature/extract event normalizer by @samba2 in #11
- Feature/refactor event processor by @samba2 in #12
- Fix integration test by @samba2 in #13
- Feature/refactor file watcher by @samba2 in #14
Full Changelog: 2.2.0...2.3.0
FileWatcherEx 2.2.0 - .NET 7
FileWatcherEx 2.1.1 for .NET 6
What's Changed
- Create new CancellationTokenSource on Start() by @PhantomGamers in #6
Full Changelog: 2.1.0...2.1.1
FileWatcherEx 2.1 for .NET 6
What's Changed
- Expose FileSystemWatcher.Filters Property by @PhantomGamers in #4
- Address code violations by @PhantomGamers in #5
New Contributors
- @PhantomGamers made their first contribution in #4
Full Changelog: 2.0.0.0...2.1.0
FileWatcherEx 2.0 for .NET 6
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
- Github package: https://github.com/d2phap/FileWatcherEx/packages/1142177
dotnet add PROJECT package FileWatcherEx --version 2.0.0
- Nuget package: https://www.nuget.org/packages/FileWatcherEx
Install-Package FileWatcherEx -Version 2.0.0
FileWatcherEx 1.3.0.0
Fixed:
- Error reading the
C:\Users\User\Application Data
directory
FileWatcherEx 1.1.0.0
- Support all the properties of .NET FileSystemWatcher
New in v1.1:
- Add the SynchronizingObject property