Breaking Changes
- Root namespace was changed from
FileWatcherExtoD2Phap.FileWatcherEx - New package: https://www.nuget.org/packages/D2Phap.FileWatcherEx
How to migrate
- Uninstall package
FileWatcherEx - Install package
D2Phap.FileWatcherEx - Update the namespace
-using FileWatcherEx; +using D2Phap.FileWatcherEx;
What's Changed
- Added support for .NET 10
- Updated & removed deprecated dependencies
- Refactored code for C# 14
Full Changelog: 2.7.0...3.0.0