FAKE.SQL 5.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FAKE.SQL --version 5.3.0
                    
NuGet\Install-Package FAKE.SQL -Version 5.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FAKE.SQL" Version="5.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FAKE.SQL" Version="5.3.0" />
                    
Directory.Packages.props
<PackageReference Include="FAKE.SQL" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FAKE.SQL --version 5.3.0
                    
#r "nuget: FAKE.SQL, 5.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FAKE.SQL@5.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FAKE.SQL&version=5.3.0
                    
Install as a Cake Addin
#tool nuget:?package=FAKE.SQL&version=5.3.0
                    
Install as a Cake Tool

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,653 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,882 7/9/2018
5.1.0 1,837 6/17/2018
5.0.0 1,861 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,031 5/2/2018
Loading failed

NEW: module Fake.Tools.Rsync - https://github.com/fsharp/FAKE/pull/1987
NEW: module Fake.Installer.Wix - https://github.com/fsharp/FAKE/pull/2002
NEW: module Fake.DotNet.Testing.VSTest - https://github.com/fsharp/FAKE/pull/2008
ENHANCEMENT: Add .NET Sdk 2.1.302 version to Fake.DotNet.Cli - https://github.com/fsharp/FAKE/pull/2034
ENHANCEMENT: Add extended commit message to Fake.Tools.Git - https://github.com/fsharp/FAKE/pull/2038
ENHANCEMENT: GlobbingPattern.createFrom in Fake.IO.FileSystem - https://github.com/fsharp/FAKE/pull/2030
ENHANCEMENT: Add `BuildConfiguration.fromEnvironmentVarOrDefault` to Fake.DotNet.Cli - https://github.com/fsharp/FAKE/pull/2031
ENHANCEMENT: Add `withAdditionalArgs` helper to Fake.DotNet.Cli - https://github.com/fsharp/FAKE/pull/2044
BUGFIX: Unbreak outdir on older mono - https://github.com/fsharp/FAKE/pull/2021
BUGFIX: Fix Expecto ParallelWorkers - https://github.com/fsharp/FAKE/pull/2028
BUGFIX: Environment setup error when running fake from a subdirectory - https://github.com/fsharp/FAKE/issues/2025
BUGFIX: Fix signature of `Zip.createZip` - https://github.com/fsharp/FAKE/issues/2024
BUGFIX: Call gitversion with mono if required - https://github.com/fsharp/FAKE/issues/2041