FAKE by Steffen Forkmann, Mauricio Scheffer, Colin Bull

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

Package Files

45,269,986 bytes

 FAKE 3.18.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.18.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>Remvoved internal class generated in AssemblyInfo.Vb - https://github.com/fsharp/FAKE/pull/673
Adding ability to control type library export (/tlb flag) of RegAsm - https://github.com/fsharp/FAKE/pull/668
Adding ability to run nuget package restore on a visual studio solution - https://github.com/fsharp/FAKE/pull/662
Add OwnerId, type docs, and better error handling for HockeyAppHelper - https://github.com/fsharp/FAKE/pull/661
Don't report unit test failure twice to TeamCity - https://github.com/fsharp/FAKE/pull/659
New tasks for `paket pack` and `paket push`- http://fsprojects.github.io/Paket/index.html
Allow csproj being passed as a NuSpec file - https://github.com/fsharp/FAKE/pull/644
Helper for uploading mobile apps to HockeyApp - https://github.com/fsharp/FAKE/pull/656
SCPHelper does allow copying single files - https://github.com/fsharp/FAKE/issues/671
BUGFIX: Paket helper should not submit the endpoint if no endpoint was given - https://github.com/fsharp/FAKE/issues/667
BUGFIX: Paket helper should not override version for project packages - https://github.com/fsharp/FAKE/issues/666
BUGFIX: Allow endpoint in push task - https://github.com/fsprojects/Paket/pull/652
BUGFIX: Use correct apikey for paket push - https://github.com/fsharp/FAKE/pull/664</releaseNotes>
    <language>en-US</language>
    <tags>build, fake, f#</tags>
  </metadata>
</package>