Skip to content

1.1.0.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 03:42

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.