FAKE.SQL
5.0.0-rc009
See the version list below for details.
dotnet add package FAKE.SQL --version 5.0.0-rc009
NuGet\Install-Package FAKE.SQL -Version 5.0.0-rc009
<PackageReference Include="FAKE.SQL" Version="5.0.0-rc009" />
<PackageVersion Include="FAKE.SQL" Version="5.0.0-rc009" />
<PackageReference Include="FAKE.SQL" />
paket add FAKE.SQL --version 5.0.0-rc009
#r "nuget: FAKE.SQL, 5.0.0-rc009"
#:package FAKE.SQL@5.0.0-rc009
#addin nuget:?package=FAKE.SQL&version=5.0.0-rc009&prerelease
#tool nuget:?package=FAKE.SQL&version=5.0.0-rc009&prerelease
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 SQL Server
Learn more about Target Frameworks and .NET Standard.
-
- FAKE.Core (= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.16.0 | 5,686 | 8/17/2019 |
| 5.16.0-alpha.1228 | 377 | 8/17/2019 |
| 5.8.4 | 1,537 | 10/8/2018 |
| 5.3.0 | 1,704 | 7/30/2018 |
| 5.2.0 | 1,893 | 7/9/2018 |
| 5.1.0 | 1,852 | 6/17/2018 |
| 5.0.0 | 1,874 | 6/6/2018 |
| 5.0.0-rc018.248 | 551 | 6/5/2018 |
| 5.0.0-rc016.225 | 629 | 5/21/2018 |
| 5.0.0-rc015.196 | 642 | 5/20/2018 |
| 5.0.0-rc014.167 | 619 | 5/19/2018 |
| 5.0.0-rc013.141 | 651 | 5/18/2018 |
| 5.0.0-rc012.95 | 631 | 5/12/2018 |
| 5.0.0-rc011 | 1,247 | 5/6/2018 |
| 5.0.0-rc010 | 1,562 | 5/1/2018 |
| 5.0.0-rc009 | 1,605 | 5/1/2018 |
| 5.0.0-rc008 | 1,276 | 4/26/2018 |
| 5.0.0-rc007 | 1,216 | 4/22/2018 |
| 5.0.0-rc006 | 1,528 | 4/22/2018 |
| 4.64.13 | 2,049 | 5/2/2018 |
FAKE5: New module `Fake.Installer.InnoSetu` - https://github.com/fsharp/FAKE/pull/1890
DOCS: Order module-namespaces alphabetically - https://github.com/fsharp/FAKE/pull/1891
BUGFIX: Make sure ReportGenerator is run with mono on unix - https://github.com/fsharp/FAKE/pull/1894
DOCS: Make sure API docs for new modules and FAKE 4 is available - https://github.com/fsharp/FAKE/pull/1893
PERFORMANCE: A lot of shortcuts have been added to improve the speed of some common use-cases - https://github.com/fsharp/FAKE/pull/1891
BUGFIX: `tryFindFileOnPath` not working properly on windows - https://github.com/fsharp/FAKE/issues/1899
BREAKING: Change --environmentvariable to --environment-variable and --singletarget to --single-target - https://github.com/fsharp/FAKE/issues/1896
BREAKING: Targets with arguments are not opt-in to make the command line parser fail on spurious inputs by default - https://github.com/fsharp/FAKE/issues/1896
See https://fake.build/core-targets.html#Targets-with-arguments for details, basically you need to use `Target.runOrDefaultWithArguments` instead of `Target.runOrDefault` to opt-in.
DOCS: Fix missing modules on documentation page - https://github.com/fsharp/FAKE/issues/1895
DOCS: Documentation can now be hosted locally via `fake build target HostDocs` (after it has been built) - https://github.com/fsharp/FAKE/pull/1891