FAKE by Steffen Forkmann, Mauricio Scheffer, Colin Bull

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

Package Files

52,055,565 bytes

 FAKE 4.4.0

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>4.4.0</version>
    <authors>Steffen Forkmann, Mauricio Scheffer, Colin Bull</authors>
    <owners>Steffen Forkmann, Mauricio Scheffer, Colin Bull</owners>
    <licenseUrl>http://www.github.com/fsharp/Fake/blob/master/License.txt</licenseUrl>
    <projectUrl>http://www.github.com/fsharp/Fake</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/fsharp/FAKE/master/help/pics/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <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>iOSBuild relies on xbuild instead of mdtool - https://github.com/fsharp/FAKE/pull/945
New method to return whether or not a value exists for a registry key - https://github.com/fsharp/FAKE/pull/944
Extended ReportGeneratorHelper to add Badges report type - https://github.com/fsharp/FAKE/pull/943
HockeyAppHelper download team restriction - https://github.com/fsharp/FAKE/pull/939
Use TFS variables as fallback, fixes #933 - https://github.com/fsharp/FAKE/pull/937
Deployment configurable timeouts in FAKE.Deploy - https://github.com/fsharp/FAKE/pull/927
Fixed bug where only first 1024 bytes were uploaded using FTP - https://github.com/fsharp/FAKE/pull/932
FAKE 4.2 or newer started with wrong Target - https://github.com/fsharp/FAKE/pull/931
Better user input helper - https://github.com/fsharp/FAKE/pull/930
Add support for new Xunit2 runner -noappdomain flag - https://github.com/fsharp/FAKE/pull/928</releaseNotes>
    <language>en-US</language>
    <tags>build, fake, f#</tags>
  </metadata>
</package>