FAKE.Gallio by Steffen Forkmann, Mauricio Scheffer, Colin Bull

<PackageReference Include="FAKE.Gallio" Version="2.18.0-alpha1" />

 FAKE.Gallio 2.18.0-alpha1

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. Extensions for Gallio

<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  <metadata>
    <id>FAKE.Gallio</id>
    <version>2.18.0-alpha1</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#. Extensions for Gallio</description>
    <summary>FAKE - F# Make - Get rid of the noise in your build scripts.</summary>
    <releaseNotes>New (backwards compat) CLI for FAKE that includes FSI cmd args passing - https://github.com/fsharp/FAKE/pull/455
New updateApplicationSetting method - https://github.com/fsharp/FAKE/pull/462
Support for msbuild /noconlog - https://github.com/fsharp/FAKE/pull/463</releaseNotes>
    <language>en-US</language>
    <tags>build, fake, f#</tags>
    <dependencies>
      <dependency id="FAKE.Core" version="[2.18]" />
    </dependencies>
  </metadata>
</package>