Skip to content

5.0.0-beta022

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthid matthid released this 04 Mar 12:21
· 2741 commits to master since this release

FAKE5: New module "ChangeWatcher"
FAKE5: Reduce number of modules by combining some modules:

  • Fake.Core.BuildServer moved to Fake.Core.Environment
  • Fake.Core.Globbing moved to Fake.IO.FileSystem (includes the namespace change from Fake.Core to Fake.IO)
    BREAKING: Refactor Process API according to FAKE5 guidelines
    BREAKING: Add RequireQualifiedAccess to some core modules in order to lead users into the new API-Usage
    ENHANCEMENT: Refactor Fake.Core.Target module and improve summary output and error reporting.
    BUGFIX: Use "defines" for the #r "paket:..." tokenizer
    BUGFIX: Fake5 did not properly handle the --fsiargs command line argument.