FAKE.SQL
5.1.0
See the version list below for details.
dotnet add package FAKE.SQL --version 5.1.0
NuGet\Install-Package FAKE.SQL -Version 5.1.0
<PackageReference Include="FAKE.SQL" Version="5.1.0" />
<PackageVersion Include="FAKE.SQL" Version="5.1.0" />
<PackageReference Include="FAKE.SQL" />
paket add FAKE.SQL --version 5.1.0
#r "nuget: FAKE.SQL, 5.1.0"
#:package FAKE.SQL@5.1.0
#addin nuget:?package=FAKE.SQL&version=5.1.0
#tool nuget:?package=FAKE.SQL&version=5.1.0
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.1.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,654 | 8/17/2019 |
| 5.16.0-alpha.1228 | 369 | 8/17/2019 |
| 5.8.4 | 1,529 | 10/8/2018 |
| 5.3.0 | 1,688 | 7/30/2018 |
| 5.2.0 | 1,883 | 7/9/2018 |
| 5.1.0 | 1,838 | 6/17/2018 |
| 5.0.0 | 1,865 | 6/6/2018 |
| 5.0.0-rc018.248 | 544 | 6/5/2018 |
| 5.0.0-rc016.225 | 617 | 5/21/2018 |
| 5.0.0-rc015.196 | 630 | 5/20/2018 |
| 5.0.0-rc014.167 | 609 | 5/19/2018 |
| 5.0.0-rc013.141 | 639 | 5/18/2018 |
| 5.0.0-rc012.95 | 618 | 5/12/2018 |
| 5.0.0-rc011 | 1,234 | 5/6/2018 |
| 5.0.0-rc010 | 1,547 | 5/1/2018 |
| 5.0.0-rc009 | 1,594 | 5/1/2018 |
| 5.0.0-rc008 | 1,268 | 4/26/2018 |
| 5.0.0-rc007 | 1,203 | 4/22/2018 |
| 5.0.0-rc006 | 1,518 | 4/22/2018 |
| 4.64.13 | 2,032 | 5/2/2018 |
NEW: module Fake.DotNet.Fsi to start fsharpi/fsi.exe on a F# script - https://github.com/fsharp/FAKE/pull/1970
NEW: `dotnet new -i "fake-template::*"` and `dotnet new fake` to get started via SDK-template - https://github.com/fsharp/FAKE/pull/1989 and https://github.com/fsharp/FAKE/pull/1990
NEW: module Fake.Tools.GitVersion to interact with gitversion.exe - https://github.com/fsharp/FAKE/pull/1988
ENHANCEMENT: Add `traceImportantf` and `traceErrorf` - https://github.com/fsharp/FAKE/pull/1986
ENHANCEMENT: Minimalize dependencies between FAKE packages - https://github.com/fsharp/FAKE/pull/1980
ENHANCEMENT: Change chocolatey package accoding to feedback - https://github.com/fsharp/FAKE/pull/1983
BUGFIX: Fix locating kudusync.cmd in Fake.Azure.Kudu - https://github.com/fsharp/FAKE/pull/1995
NEW: module Fake.Core.UserInput - https://github.com/fsharp/FAKE/pull/1997