All Versions
287
Latest Version
Avg Release Cycle
43 days
Latest Release
720 days ago

Changelog History
Page 4

  • v5.19.0-alpha.1439 Changes

    December 16, 2019

    โฑ 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

  • v5.19-alpha Changes

    December 15, 2019
  • v5.18.3 Changes

    November 04, 2019

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

  • v5.18.2 Changes

    October 26, 2019

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

  • v5.18.1 Changes

    October 22, 2019

    ๐Ÿ›  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.

  • v5.18.0 Changes

    October 21, 2019

    โœจ 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

  • v5.17.0 Changes

    October 10, 2019

    ๐Ÿ“„ 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

  • v5.16.2-alpha.1304 Changes

    October 08, 2019

    ๐Ÿ“„ 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.

  • v5.16.1 Changes

    August 25, 2019

    BUGFIX: Fix that generate_load_scripts prevents restore after update - #2382
    ๐Ÿ›  BUGFIX: Fix FAKE unable to load assemblies in some scenarios - #2381
    ๐Ÿ›  BUGFIX: Fix File.getVersion fails if version is not set, thanks @SCullman - #2378
    โœจ ENHANCEMENT: make Fake.DotNet.Paket work with the dotnet tool based version of Paket, thanks @seanamosw - #2364
    โœจ ENHANCEMENT: add Organization field to Fake.Testing.SonarQube, thanks @Lutando - #2358
    โœจ ENHANCEMENT: Added Arguments.appendRaw* functions to handle weird microsoft escaping.
    โœจ ENHANCEMENT: Added Environment.getNuGetPackagesCacheFolder(), returns the NuGet packages path.
    โœจ ENHANCEMENT: Added ProcessUtils.tryFindLocalTool to resolve tools via a common logic (Fake.IO.Globbing.Tools is not obsolete)
    ๐Ÿ“„ DOCS: Fix some broken links - #2351

  • v5.16.0 Changes

    August 17, 2019

    ๐Ÿš€ LEGACY: Remove Fake.Deploy from repository and NuGet package, see #1820
    โšก๏ธ LEGACY: Update to net461 to support latest FSharp.Compiler.Service to fix #2362
    ๐Ÿš€ LEGACY: Release a new version of FakeLib.dll (the original FAKE NuGet package)
    ๐Ÿ›  BUGFIX: Fake.Api.Slack uses Username not From, thanks @mastion - #2360
    โœจ ENHANCEMENT: add rollforward policy to next-major to make fake-cli work in future dotnet sdk major version, thanks @baronfel - #2372
    โœจ ENHANCEMENT: ProcessUtils now considers PATHEXT on windows - #2368
    โœจ ENHANCEMENT: [Fake.Api.GitHub] Added TargetCommitish parameter to the CreateReleaseParams record. This parameter is passed to Octokit's 'NewRelease', and allows for the creation of releases from arbitrary commits when the release tag does not exist yet, thanks @nikolamilekic - #2367
    โฌ†๏ธ (Minor) BREAKING: Drop support for netstandard1.6 and net46 (please open an issue if that actually hits you). All fake modules are now compiled for netstandard2.0, net462 and FSharp.Core 4.7, you should consider to upgrade your runtime.
    โœจ ENHANCEMENT: Fake.DotNet.Fsc and Fake.DotNet.Fsi now use latest FSharp.Compiler.Service
    โœจ ENHANCEMENT: The fake runtime now supports FSharp.Core 4.7, thanks @drssoccer55 - #2373