Releases: fsprojects/FAKE
5.20.0-alpha.1545
ENHANCEMENT: Keep unreleased changelog section when promote to new version, thanks @vilinski - #2480
ENHANCEMENT: Gitlab collapsible trace reporter, thanks @baronfel - #2477, #2478, #2484
ENHANCEMENT: Added SignTool for v5, thanks @jhromadik - #2444
BUGFIX: Update FCS, fixes ionide FAKE support (ionide/FsAutoComplete#561), thanks @baronfel - #2475, #2479, #2481
BUGFIX: Fix Paket.restore references-files, thanks @nilshelmig - #2474
BUGFIX: Fix/octo args to string bug, thanks @ids-pfinn - #2469
5.19.2-alpha.1526
ENHANCEMENT: Gitlab collapsible trace reporter, thanks @baronfel - #2477
ENHANCEMENT: Added SignTool for v5, thanks @jhromadik - #2444
BUGFIX: Update FCS, fixes ionide FAKE support, thanks @baronfel - #2475
BUGFIX: Fix Paket.restore references-files, thanks @nilshelmig - #2474
BUGFIX: Fix/octo args to string bug, thanks @ids-pfinn - #2469
5.19.1
ANNOUNCEMENT: dotnet-fake
cli tool via DotNetCliToolReference
is now history - #2465
ENHANCEMENT: Update MSTest.fs for VS 2019, thanks @0x53A - #2450
ENHANCEMENT: Added CreateProcess.addOnStartedEx
in order to retrieve the .NET Process object, thanks @maciej-izak - #2451
BUGFIX: Improved error reporting when paket initialization fails, see isaacabraham/vsts-fsharp#33
DOCS: Fixed typos and improved docs, thanks @ncave, @rmunn, @jeremyabbott, @mjul, @smoothdeveloper - #2449 #2452 #2454 #2459 #2460
INFRASTRUCTURE: Use stable version of reference assemblies package, thanks @teo-tsirpanis - #2463
5.19.0
NEW: Added Fake.Sql.SqlPackage
which is a redesign or Fake.Sql.DacPac
and added support for publish profiles, thanks @kmadof - #2366
EHNANCEMENT: Fake.DotNet.Cli
Add timeout field to kill the process after the given timeout - #2425
EHNANCEMENT: Fake.Core.Target
Add notification when a fake worker is idle - #2425
EHNANCEMENT: Use SPDX license expressions in the nuspec files, thanks @teo-tsirpanis - #2403
ENHANCEMENT: fake-cli
Update bundled paket - #2425
ENHANCEMENT: Fake.DotNet.Cli
Add support for suppressing copyright messages (--nologo
) when invoking dotnet
, thanks @objectx - #2436
EHNANCEMENT: Fake.Installer.Squirrel
Add additional Squirrel parameters, thanks @pchinery - #2431
EHNANCEMENT: Fake.Testing.SonarQube
Several improvements like workdir and local tool support, thanks @vilinski - #2438
BUGFIX: Fake.Tools.Rsync
Fix typo in Rsync.fs options, thanks @rmunn - #2432
BUGFIX: Fake.DotNet.Testing.Coverlet
Fix Coverlet output property name, thanks @SteveGilham - #2427
BUGFIX: Fake.Tools.Octo
Octopus deploy trace always marked failures, thanks @ids-pfinn - #2428
BUGFIX: Fake.Core.Process
Process redirection was not working as advertised, thanks @ZeekoZhu - #2445
DOCS: Change the README badges and their placement, thanks @teo-tsirpanis - #2437
DOCS: Several documentation improvements, thanks to @jhromadik - #2441 #2442 #2443
5.19.0-alpha.1473
NEW: Added Fake.Sql.SqlPackage
which is a redesign or Fake.Sql.DacPac
and added support for publish profiles, thanks @kmadof - #2366
EHNANCEMENT: Fake.DotNet.Cli
Add timeout field to kill the process after the given timeout - #2425
EHNANCEMENT: Fake.Core.Target
Add notification when a fake worker is idle - #2425
EHNANCEMENT: Use SPDX license expressions in the nuspec files, thanks @teo-tsirpanis - #2403
ENHANCEMENT: fake-cli
Update bundled paket - #2425
ENHANCEMENT: Fake.DotNet.Cli
Add support for suppressing copyright messages (--nologo
) when invoking dotnet
, thanks @objectx - #2436
EHNANCEMENT: Fake.Installer.Squirrel
Add additional Squirrel parameters, thanks @pchinery - #2431
EHNANCEMENT: Fake.Testing.SonarQube
Several improvements like workdir and local tool support, thanks @vilinski - #2438
BUGFIX: Fake.Tools.Rsync
Fix typo in Rsync.fs options, thanks @rmunn - #2432
BUGFIX: Fake.DotNet.Testing.Coverlet
Fix Coverlet output property name, thanks @SteveGilham - #2427
BUGFIX: Fake.Tools.Octo
Octopus deploy trace always marked failures, thanks @ids-pfinn - #2428
BUGFIX: Fake.Core.Process
Process redirection was not working as advertised, thanks @ZeekoZhu - #2445
DOCS: Change the README badges and their placement, thanks @teo-tsirpanis - #2437
DOCS: Several documentation improvements, thanks to @jhromadik - #2441 #2442 #2443
5.19.0-alpha.1439
EHNANCEMENT: Fake.DotNet.Cli
Add timeout field to kill the process after the given timeout - #2425
EHNANCEMENT: Fake.Core.Target
Add notification when a fake worker is idle - #2425
EHNANCEMENT: Use SPDX license expressions in the nuspec files, thanks @teo-tsirpanis - #2403
ENHANCEMENT: fake-cli
Update bundled paket - #2425
ENHANCEMENT: Fake.DotNet.Cli
Suppress copyright messages when invoking dotnet build
, thanks @objectx - #2436
EHNANCEMENT: Fake.Installer.Squirrel
Add additional Squirrel parameters, thanks @pchinery - #2431
BUGFIX: Fake.Tools.Rsync
Fix typo in Rsync.fs options, thanks @rmunn - #2432
BUGFIX: Fake.DotNet.Testing.Coverlet
Fix Coverlet output property name, thanks @SteveGilham - #2427
BUGFIX: Fake.Tools.Octo
Octopus deploy trace always marked failures, thanks @ids-pfinn - #2428
DOCS: Change the README badges and their placement, thanks @teo-tsirpanis - #2437
5.18.3
5.18.2
5.18.1
5.18.0
ENHANCEMENT: Add core support for local tools via CreateProcess.withToolType
, this helper is part of Fake.DotNet.Cli
and available after open Fake.Core
- #2399
ENHANCEMENT: Add ToolType
support in ReportGenerator
and Paket
, thanks @SteveGilham and @Tarmil - #2399
ENHANCEMENT: Add FAKE_COREFX_VERBOSE
in order to increase verbosity for the FAKE libraries
ENHANCEMENT: Add DotNet.setupEnv
in order to improve working with installed SDKs (for example when calling fable), fixes #2405
BUGFIX: Address #2406 by only printing a warning instead of crashing
BUGFIX: Partially address #2401 by allowing the user to continue and request additional info.
BUGFIX: Fix "FindLocalTools fails to search Paket.exe in Subdirectory" - #2390