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 | 120,776 | 5/12/2021 |
2.2.0 | 170,313 | 1/18/2020 |
2.1.2 | 11,708 | 10/18/2019 |
2.0.1 | 140,523 | 4/17/2019 |
1.14.0 | 694 | 4/17/2019 |
1.13.0 | 35,440 | 8/26/2018 |
1.12.0 | 4,574 | 8/12/2018 |
1.11.0 | 8,744 | 6/1/2018 |
1.10.0 | 2,662 | 5/13/2018 |
1.9.0 | 18,817 | 3/1/2018 |
1.8.4 | 16,628 | 10/31/2017 |
1.8.3 | 16,153 | 9/20/2017 |
1.8.1 | 2,707 | 9/14/2017 |
1.8.0 | 6,989 | 8/31/2017 |
1.7.2 | 11,061 | 6/25/2017 |
1.7.1 | 12,620 | 4/3/2017 |
1.6.1 | 4,775 | 2/17/2017 |
1.5.0 | 1,983 | 1/4/2017 |
1.4.0 | 1,080 | 1/3/2017 |
1.3.1 | 1,493 | 11/25/2016 |
1.3.0 | 1,694 | 11/9/2016 |
1.2.2 | 1,552 | 11/5/2016 |
1.2.0 | 1,232 | 11/4/2016 |
1.1.3 | 1,293 | 10/22/2016 |
1.0.23 | 1,224 | 9/11/2016 |
1.0.21 | 1,049 | 9/8/2016 |
1.0.20 | 1,054 | 9/8/2016 |
1.0.17 | 1,032 | 9/8/2016 |
1.0.16 | 1,050 | 9/8/2016 |
1.0.15 | 1,053 | 9/8/2016 |
1.0.13 | 1,061 | 9/8/2016 |
1.0.5 | 1,046 | 9/8/2016 |
1.0.4 | 1,052 | 9/8/2016 |
1.0.1 | 1,091 | 9/7/2016 |
Initial ReleaseInitial methods for `DropDatabase`, `CreateDatabaseIfNotExists`, `DropAndCreateDatabase`, `ExecuteSqlCommand`, `ExecuteSqlFile`