Cake.SqlServer
1.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Cake.SqlServer --version 1.0.1
NuGet\Install-Package Cake.SqlServer -Version 1.0.1
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="Cake.SqlServer" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cake.SqlServer --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cake.SqlServer, 1.0.1"
#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.
// Install Cake.SqlServer as a Cake Addin #addin nuget:?package=Cake.SqlServer&version=1.0.1 // Install Cake.SqlServer as a Cake Tool #tool nuget:?package=Cake.SqlServer&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Cake Build addon for executing some operations in MS Sql Server.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Cake.Core (>= 0.15.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cake.SqlServer:
Package | Downloads |
---|---|
Ignis.Cake.SqlServer
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 134,944 | 5/12/2021 |
2.2.0 | 172,050 | 1/18/2020 |
2.1.2 | 11,717 | 10/18/2019 |
2.0.1 | 152,029 | 4/17/2019 |
1.14.0 | 702 | 4/17/2019 |
1.13.0 | 35,533 | 8/26/2018 |
1.12.0 | 4,586 | 8/12/2018 |
1.11.0 | 8,758 | 6/1/2018 |
1.10.0 | 2,675 | 5/13/2018 |
1.9.0 | 18,829 | 3/1/2018 |
1.8.4 | 16,645 | 10/31/2017 |
1.8.3 | 16,165 | 9/20/2017 |
1.8.1 | 2,720 | 9/14/2017 |
1.8.0 | 7,000 | 8/31/2017 |
1.7.2 | 11,073 | 6/25/2017 |
1.7.1 | 12,632 | 4/3/2017 |
1.6.1 | 4,790 | 2/17/2017 |
1.5.0 | 1,996 | 1/4/2017 |
1.4.0 | 1,093 | 1/3/2017 |
1.3.1 | 1,505 | 11/25/2016 |
1.3.0 | 1,705 | 11/9/2016 |
1.2.2 | 1,563 | 11/5/2016 |
1.2.0 | 1,244 | 11/4/2016 |
1.1.3 | 1,304 | 10/22/2016 |
1.0.23 | 1,236 | 9/11/2016 |
1.0.21 | 1,059 | 9/8/2016 |
1.0.20 | 1,066 | 9/8/2016 |
1.0.17 | 1,043 | 9/8/2016 |
1.0.16 | 1,061 | 9/8/2016 |
1.0.15 | 1,063 | 9/8/2016 |
1.0.13 | 1,071 | 9/8/2016 |
1.0.5 | 1,057 | 9/8/2016 |
1.0.4 | 1,063 | 9/8/2016 |
1.0.1 | 1,109 | 9/7/2016 |
Initial ReleaseInitial methods for `DropDatabase`, `CreateDatabaseIfNotExists`, `DropAndCreateDatabase`, `ExecuteSqlCommand`, `ExecuteSqlFile`