Skip to content

Version 4.2.0

Latest
Compare
Choose a tag to compare
@ManlyMarco ManlyMarco released this 09 May 16:10
· 1 commit to master since this release
b9f9d8f

⚠️ Potentially breaking change ⚠️

This release reverts the change where the target assembly's parent directory was always added to the mono search path - it is no longer added by default (the same behaviour as in Doorstop 3).

If this is an issue, the target assembly path can be added in doorstop_config.ini to the dll_search_path_override setting. Doing so will produce the same behaviour as in v4.1.0 and v4.0.0. Read #57 for more information.

What's Changed

  • Change how the mono search path is configured and change its default logic by @aldelaro5 in #57
  • Widen the error message string when invoking the entrypoint by @aldelaro5 in #58

New Contributors

Full Changelog: v4.1.0...v4.2.0