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

<PackageReference Include="FAKE" Version="5.0.0-rc001" />

Package Files

76,409,783 bytes

 FAKE 5.0.0-rc001

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/10/nuspec.xsd">
  <metadata>
    <id>FAKE</id>
    <version>5.0.0-rc001</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>[BREAKING] New runner is not compatible with old `Fake.Core.Target` package. Make sure to upgrade your packages before updating the runner!
[BREAKING] Fix inconsistent naming of MSBuild package (MsBuild -&gt; MSBuild), add setParams to run* methods - https://github.com/fsharp/FAKE/pull/1837
[BREAKING] Update to the CLI, see https://fake.build/fake-commandline.html
[FAKE 5] Implement MSBuild /nowarn command line option (https://github.com/fsharp/FAKE/pull/1840)
[FAKE 5] Target Parameters (closes https://github.com/fsharp/FAKE/issues/1830)
[FAKE 5] Scripts can now have/use their own CLI.
[FAKE 5] Performance numbers (closes https://github.com/fsharp/FAKE/issues/1831)
[FAKE 5] new module `Fake.Core.CommandLineParsing`, see https://fake.build/core-commandlineparsing.html
[DOCS] fixes https://github.com/fsharp/FAKE/issues/1845
[BUGFIX] fix various migration messages and fix ChangeWatcher according to API-Guideline
[BUGFIX] Remove content-disposition from Azure.Webjobs - https://github.com/fsharp/FAKE/pull/1844
[BUGFIX] Don't alter global shell var $cur - https://github.com/fsharp/FAKE/pull/1844
[BUGFIX] Fix docs and traces for dotnet version (https://github.com/fsharp/FAKE/pull/1835)</releaseNotes>
    <language>en-US</language>
    <tags>build, fake, f#</tags>
  </metadata>
</package>