Skip to content

Releases: fsprojects/FAKE

5.19.1

09 Feb 13:08
Compare
Choose a tag to compare

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

19 Dec 09:51
Compare
Choose a tag to compare

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

18 Dec 23:27
Compare
Choose a tag to compare
5.19.0-alpha.1473 Pre-release
Pre-release

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

16 Dec 12:21
Compare
Choose a tag to compare
5.19.0-alpha.1439 Pre-release
Pre-release

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

04 Nov 20:57
3a90540
Compare
Choose a tag to compare

BUGFIX: Fake.DotNet.Testing.Coverlet was not working, thanks @Tarmil - #2424

5.18.2

26 Oct 19:47
Compare
Choose a tag to compare

NEW: Add Fake.DotNet.Testing.Coverlet, thanks @Tarmil - #2413
BUGFIX: paket pack module was broken, thanks @sergey-tihon - #2418

5.18.1

22 Oct 18:18
Compare
Choose a tag to compare

BUGFIX: Paket module was broken - #2413
BUGFIX: New CreateProcess.withToolType wasn't working for ToolType.FrameworkDependentDeployment - #2412
ENHANCEMENT: Add support for local dotnet tool to fake-template and make it the default.

5.18.0

20 Oct 20:31
Compare
Choose a tag to compare

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

5.17.0

12 Oct 12:21
Compare
Choose a tag to compare

DOCS: Remove Issue Stats, thanks @vbfox - #2393
ENHANCEMENT: Support VSTest parallel test execution setting, thanks @dungpa - #2385
ENHANCEMENT: Update dotnet new template, thanks @Krzysztof-Cieslak - #2391
BUGFIX: Fix API for DotCover.report, thanks @TomasMorton - #2389
ENHANCEMENT: Add installFrozenLockFile option for Yarn, thanks @rfrerebe - #2388
ENHANCEMENT: Add the extra OpenCover registration options, thanks @SteveGilham - #2387
ENHANCEMENT: Allow FSI evaluation option for FSharp.Formatting, thanks @kurtschelfthout - #2158
BUGFIX: Fixed DocFx bug, thanks @DigitalFlow - #2188
ENHANCEMENT: Add support for contentFiles to Fake.DotNet.NuGet packaging, thanks @chappoo - #2165
ENHANCEMENT: Support mono in Fake.DotNet.Fsc, thanks @wallymathieu - #2397

5.16.2-alpha.1304

08 Oct 21:03
Compare
Choose a tag to compare
5.16.2-alpha.1304 Pre-release
Pre-release

DOCS: Remove Issue Stats, thanks @vbfox - #2393
ENHANCEMENT: Support VSTest parallel test execution setting, thanks @dungpa - #2385
ENHANCEMENT: Update dotnet new template, thanks @Krzysztof-Cieslak - #2391
tbd.