FAKE by Steffen Forkmann, Mauricio Scheffer, Colin Bull

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

Package Files

51,772,762 bytes

 FAKE 4.5.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.5.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>Ensure FSI-ASSEMBLY.dll path exists - https://github.com/fsharp/FAKE/pull/969
New dotCover runner for Xunit2 - https://github.com/fsharp/FAKE/pull/965
Make FAKE compatible with Microsoft Dynamics 2016
Don't assume that mono is on the path for El Capitan - https://github.com/fsharp/FAKE/pull/963/files
Better target handling - https://github.com/fsharp/FAKE/pull/954
Ignore group lines in paket.references parser
Revert breaking change in FCS
Support for Android-MultiPackages - https://github.com/fsharp/FAKE/pull/964
BUGFIX: Exclude long directories from globbing - https://github.com/fsharp/FAKE/pull/955
BUGFIX: Encode script path in cache - https://github.com/fsharp/FAKE/pull/956</releaseNotes>
    <language>en-US</language>
    <tags>build, fake, f#</tags>
  </metadata>
</package>