FAKE by Steffen Forkmann, Mauricio Scheffer, Colin Bull, Matthias Dittrich

<PackageReference Include="FAKE" Version="5.8.4" />

Package Files

84,588,759 bytes

 FAKE 5.8.4

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. This package bundles all extensions.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>FAKE</id>
    <version>5.8.4</version>
    <authors>Steffen Forkmann, Mauricio Scheffer, Colin Bull, Matthias Dittrich</authors>
    <owners>Steffen Forkmann, Mauricio Scheffer, Colin Bull, Matthias Dittrich</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/fsharp/FAKE/blob/d86e9b5b8e7ebbb5a3d81c08d2e59518cf9d6da9/License.txt</licenseUrl>
    <projectUrl>https://github.com/fsharp/Fake</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/fsharp/FAKE/fee4f05a2ee3c646979bf753f3b1f02d927bfde9/help/content/pics/logo.png</iconUrl>
    <description>FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. This package bundles all extensions.</description>
    <summary>FAKE - F# Make - Get rid of the noise in your build scripts.</summary>
    <releaseNotes>ENHANCEMENT: Some modules are now usable without FAKE context (ie. in your regular projects)
ENHANCEMENT: Inform when the `target` environment variable is used - https://github.com/fsharp/FAKE/issues/2107
ENHANCEMENT: Improve TeamCity support - https://github.com/fsharp/FAKE/pull/2111
ENHANCEMENT: Update Netstandard.Library package to `2.0.3` - https://github.com/fsharp/FAKE/pull/2106
ENHANCEMENT: Add `Process.getFileName` api to retrieve the full-path of a given process
ENHANCEMENT: Kill existing running `dotnet.exe` processes before running the dotnet-cli installer
BUGFIX: Environment variables are case insensitive on windows, fake will now throw exceptions if it detects invalid environment maps
BUGFIX: MSBuild properties containing special characters lead to errors - https://github.com/fsharp/FAKE/issues/2112
BUGFIX: Improve error message when release notes are invalid - https://github.com/fsharp/FAKE/issues/2085
BUGFIX: Improve error message when globbing pattern is invalid - https://github.com/fsharp/FAKE/issues/2073
BUGFIX: Do no longer provide the `--parallel` argument by default when running expecto - https://github.com/fsharp/FAKE/issues/2039
DOCS: Fix syntax errors in dacpac docs - https://github.com/fsharp/FAKE/pull/2115</releaseNotes>
    <language>en-US</language>
    <tags>build, fake, f#</tags>
  </metadata>
</package>