Skip to content

Releases: KitRifty/SM-FileWatcher

1.1.0.9

02 Jan 03:42
Compare
Choose a tag to compare

This release contains some breaking changes, but watchers can more easily watch symbolic links.

Changes

  • Attempting to construct a FileSystemWatcher with a relative path that leads to outside of the game directory will now throw an error.
  • FileSystemWatcher.GetPath() will no longer be guaranteed to have a trailing separator.
  • Added FileSystemWatcher.WatchDirectoryLinks, which toggles whether to watch subdirectory symbolic links. By default, this is set to true.
  • FileSystemWatcher.RetryInterval is now deprecated and does nothing.

1.0.0.5

06 Aug 23:58
1847f8c
Compare
Choose a tag to compare
Fix missing void keyword in optionals