Releases: fsprojects/FAKE
5.0.0-beta027
ENHANCEMENT: Allow to wire DotNet.Install and DotNet.<Command> such that they work together, see https://fake.build/dotnet-cli.html
DOCS: Document how to run fake 5 scripts via fsi, see https://fake.build/fake-debugging.html
5.0.0-beta026
BUGFIX: remove Killing <id> failed with Process... messages after Build
BUGFIX: change the upload uri for AzureWebJobs - #1826
BUGFIX: fake run build.fsx --fsiargs "--debug:portable --optimize-" will now actually create a pdb file and enable debugging
5.0.0-beta025
BREAKING: Update ReleaseNotes module to match new API Guidelines.
FAKE5: Concept for Build-Server Support
FAKE5: New module Fake.BuildServer.TeamCity
FAKE5: New module Fake.BuildServer.AppVeyor
FAKE5: New module Fake.BuildServer.Travis
FAKE5: New module Fake.BuildServer.TeamFoundation
FAKE5: New module Fake.JavaScript.Npm - #1822
BUGFIX: setKillCreatedProcesses was not working as expected - #1814
ANNOUNCEMENT: Fake.Deploy is obsolete.
5.0.0-beta024
5.0.0-beta023
[CORE-PROCESS] ENHANCEMENT: Experiment with new Process API
[CORE-TRACE] ENHANCEMENT: Add TraceSecrets-API to prevent FAKE from printing secrets
5.0.0-beta022
FAKE5: New module "ChangeWatcher"
FAKE5: Reduce number of modules by combining some modules:
Fake.Core.BuildServermoved toFake.Core.EnvironmentFake.Core.Globbingmoved toFake.IO.FileSystem(includes the namespace change fromFake.CoretoFake.IO)
BREAKING: Refactor Process API according to FAKE5 guidelines
BREAKING: AddRequireQualifiedAccessto some core modules in order to lead users into the new API-Usage
ENHANCEMENT: RefactorFake.Core.Targetmodule 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.
5.0.0-beta021
BUGFIX: Backslashes in paths wheren't escaped in intellisense.fsx - fsprojects/Paket#3093
5.0.0-beta020
BUGFIX: Fake now works without .paket folder - #1778 and #1564
BUGFIX: #1744
ENHANCEMENT: Fake now supports Credential Providers (like paket, see https://fsprojects.github.io/Paket/credential-providers.html)
5.0.0-beta019
5.0.0-beta018
BUGFIX: Fix #1776 again for dotnet cli helpers.
ENHANCEMENT: Fix chocolatey warning and add VERIFICATION.txt