FAKE by Steffen Forkmann, Mauricio Scheffer, Colin Bull

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

Package Files

50,114,864 bytes

 FAKE 4.2.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.2.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>Support for soft dependencies for targets - http://fsharp.github.io/FAKE/soft-dependencies.html
Added support for builds within Team Foundation Server (and VSO) - https://github.com/fsharp/FAKE/pull/915
New options in the SquirrelHelper - https://github.com/fsharp/FAKE/pull/910
Logging improvement in Fake.Deploy - https://github.com/fsharp/FAKE/pull/914
New RunTargetOrListTargets function - https://github.com/fsharp/FAKE/pull/921
Added date to ReleaseNotes type definition - https://github.com/fsharp/FAKE/pull/917
Added `createClientWithToken` &amp; `createRelease` to Octokit.fsx - https://github.com/fsharp/FAKE/pull/913
Fixed WatchChanges not properly removing subdirectories from watch list - https://github.com/fsharp/FAKE/pull/908
Added ability to optionally pass in SiteId to configure IIS Site - https://github.com/fsharp/FAKE/pull/905
Pass OutputDataReceived to logfn instead of trace in shellExec - https://github.com/fsharp/FAKE/pull/906
Add GetDependenciesForReferencesFile</releaseNotes>
    <language>en-US</language>
    <tags>build, fake, f#</tags>
  </metadata>
</package>