Releases: fsprojects/FAKE
5.0.0-beta016
BUGFIX: Fix bug in Cli.DotNetPack
5.0.0-beta015
INFRA: Add unit-test-suite for dotnetcore
ENHANCEMENT: Add zip-helpers to allow more complex zip structures, fixes #1014
BREAKING: Hide globbing behind an interface to make stuff more testable.
BREAKING: Change Environment Map behavior in Process to allow removal of environment variables, required to fix #1776
5.0.0-beta014
5.0.0-beta013
FAKE5: partial support for FST-1027 instead of FAKE Header (now obsolete and will be removed on release).
This adds support for writing #r "paket: nuget Fake.Module prerelease"
in your scripts, see #1770.
FAKE5: Self-Contained scripts (not using/referencing external paket.dependencies) will now write a <script>.fsx.lock
file for the dependencies, see #1769
FAKE5: fake build <target>
is now a shortcut for fake run build.fsx -t <target>
, see #1569
5.0.0-beta012
5.0.0-beta011
ENHANCEMENT: Fake now writes load-scripts to provide intellisense -
BUGFIX: Fix version normalization - #1742
DOCS: Fix documentation of SonarCube.End - #1743
BUGFIX: Paket.Pack uses outdated syntax - #1737
ENHANCEMENT: New Fake.Net.Http API to download files - #1746
DOCS: Add simple Hello-World example - #1748
FAKE4: fix custom proxy credentials in DotNetCLIHelper - #1741
FAKE4: added executeFSIWithArgsAndReturnMessages #1719
DOCS: Fix path to migration guide - #1755
NEW MODULE: Fake.Net.Http to download files - #1759
ENHANCEMENT: Add Force parameter to Choco Push - #1735
5.0.0-beta010
5.0.0-beta008
BUGFIX: Fix error on mono when starting processes
5.0.0-beta007
BUGFIX: Fix error on mono when starting processes
5.0.0-beta006
BUGFIX: Add Process.withFramework
to indicate that a process might need to be started with mono and use it in kown wrappers like test-runners - #1697
DOCS: Typo (#1701), Canopy docs (#1704), some Urls (#1708)
DOCS: Migrate Slack API documentation for FAKE 5 - (#1706)
ENHANCEMENT: Provide full fidelity of build options in Xamarin helpers - (#1702)
ENHANCEMENT: Added WarnAsError to MSBuild options - (#1691)