FAKE by Steffen Forkmann, Mauricio Scheffer, Colin Bull

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

Package Files

45,923,736 bytes

 FAKE 3.27.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.27.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>New Android publisher - http://fsharp.github.io/FAKE/androidpublisher.html
New Archive helpers allow to build zip, gzip, bzip2, tar, and tar.gz/tar.bz2 - https://github.com/fsharp/FAKE/pull/727
Download Status Parameter for HockeyAppHelper - https://github.com/fsharp/FAKE/pull/741
Added more parameters for HockeyApp Upload API - https://github.com/fsharp/FAKE/pull/723
`NuGetPack` task allows to set framework references - https://github.com/fsharp/FAKE/pull/721
New task `NuGetPackDirectly` works without template files.
Find NuGet.exe in current folder (and sub-folders) first, then look in PATH - https://github.com/fsharp/FAKE/pull/718
New tutorial about Vagrant - http://fsharp.github.io/FAKE/vagrant.html
REVERTING: SystemRoot also works on mono - https://github.com/fsharp/FAKE/pull/706 (see https://github.com/fsharp/FAKE/issues/715)
BUGFIX: Use DocumentNamespace for Nuspec files - https://github.com/fsharp/FAKE/pull/736
BUGFIX: Display agent success / error messages in UI for FAKE.Deploy - https://github.com/fsharp/FAKE/pull/735
BUGFIX: Add build directory for doc generation - https://github.com/fsharp/FAKE/pull/734</releaseNotes>
    <language>en-US</language>
    <tags>build, fake, f#</tags>
  </metadata>
</package>