Skip to content

Releases: fsprojects/FAKE

5.0.0-beta016

17 Feb 17:05
Compare
Choose a tag to compare
5.0.0-beta016 Pre-release
Pre-release

BUGFIX: Fix bug in Cli.DotNetPack

5.0.0-beta015

17 Feb 12:34
Compare
Choose a tag to compare
5.0.0-beta015 Pre-release
Pre-release

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

10 Feb 17:07
Compare
Choose a tag to compare
5.0.0-beta014 Pre-release
Pre-release

BREAKING: Change Fake.DotNet.Cli API according to latest changes and add dotnet test
BREAKING: Change Fake.DotNet.MsBuild API according to new API-Guidelines
BUGFIX: msbuild doesn't work within dotnet-fake - #1776
ENHANCEMENT: Fix SemVer - #848
ENHANCEMENT: Add Nuget.RequireRange - 0c5b86b

5.0.0-beta013

03 Feb 18:37
Compare
Choose a tag to compare
5.0.0-beta013 Pre-release
Pre-release

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

28 Jan 09:33
Compare
Choose a tag to compare
5.0.0-beta012 Pre-release
Pre-release

FAKE5: New distribution as dotnet-cli-tool dotnet-fake - #1766
ENHANCEMENT: added GetDotNetSDKVersionFromGlobalJson - #1754
BUGFIX: Include pdb and xml files again - #1766
BUGFIX: Change default dotnet-cli-installer branch to master - #1739

5.0.0-beta011

27 Jan 18:34
Compare
Choose a tag to compare
5.0.0-beta011 Pre-release
Pre-release

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

28 Oct 21:14
Compare
Choose a tag to compare
5.0.0-beta010 Pre-release
Pre-release

ENHANCEMENT: Refactor GitHub API - #1726
BUGFIX: Fix Overwrite in Fake.Core.Xml and arguments in Fake.DotNet.Paket - #1725
ENHANCEMENT: New property ToolPath in MsBuild - #1703

5.0.0-beta008

23 Oct 01:37
Compare
Choose a tag to compare
5.0.0-beta008 Pre-release
Pre-release

BUGFIX: Fix error on mono when starting processes

5.0.0-beta007

23 Oct 00:50
Compare
Choose a tag to compare
5.0.0-beta007 Pre-release
Pre-release

BUGFIX: Fix error on mono when starting processes

5.0.0-beta006

22 Oct 22:07
Compare
Choose a tag to compare
5.0.0-beta006 Pre-release
Pre-release

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)