FAKE by Steffen Forkmann, Mauricio Scheffer, Colin Bull

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

Package Files

40,662,911 bytes

 FAKE 3.6.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>3.6.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://raw2.github.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>FAKE got a new logo - https://github.com/fsharp/FAKE/pull/553
Use Paket to handle dependencies - http://fsprojects.github.io/Paket/
Single target mode --single-target - http://fsharp.github.io/FAKE/specifictargets.html
New recursive copy functions - https://github.com/fsharp/FAKE/pull/559
NuGetPack allows to manipulate nuspec files - https://github.com/fsharp/FAKE/pull/554
Support for MSpec --xml parameter - https://github.com/fsharp/FAKE/pull/545
Make GetPackageVersion work with Paket - http://fsprojects.github.io/Paket/
Added missing schemaName parameter for Roundhouse helper - https://github.com/fsharp/FAKE/pull/551
Roundhouse Cleanup - https://github.com/fsharp/FAKE/pull/550
Update FSharp.Compiler.Service to 0.0.62
BUGFIX: If site exists then the site will be modified by IISHelper with the given parameters - https://github.com/fsharp/FAKE/pull/548
BUGFIX: Messages in FSC task to stderr stream can break the build - https://github.com/fsharp/FAKE/pull/546
BUGFIX: Use AppVeyor's build version instead of the build number - https://github.com/fsharp/FAKE/pull/560</releaseNotes>
    <language>en-US</language>
    <tags>build, fake, f#</tags>
  </metadata>
</package>