DbUp.Reboot.Core
1.5.0
dotnet add package DbUp.Reboot.Core --version 1.5.0
NuGet\Install-Package DbUp.Reboot.Core -Version 1.5.0
<PackageReference Include="DbUp.Reboot.Core" Version="1.5.0" />
paket add DbUp.Reboot.Core --version 1.5.0
#r "nuget: DbUp.Reboot.Core, 1.5.0"
// Install DbUp.Reboot.Core as a Cake Addin
#addin nuget:?package=DbUp.Reboot.Core&version=1.5.0
// Install DbUp.Reboot.Core as a Cake Tool
#tool nuget:?package=DbUp.Reboot.Core&version=1.5.0
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches.
DbUp Reboot makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg DbUp.Reboot.SqlServer, DbUp.Reboot.Sqlite)
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on DbUp.Reboot.Core:
Package | Downloads |
---|---|
DbUp.Reboot.SqlServer
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds MS Sql Server support. |
|
dbup-reboot-sqlserver-scripting
SQL Server object definition scripting for DbUp.Reboot. This package extends DbUp.Reboot to provide SQL Server object definition scripting when running migrations from Visual Studio Package Manager Console. When a database object changes during a migration, its latest definition will be saved in the project. This allows you to have all of your database object definitions versioned in your repository and to easily compare the before/after diff of a definition changed by a migration (great for pull request / code reviews!). |
|
DbUp.Reboot.Sqlite
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds Sqlite support. |
|
DbUp.Reboot.MySql
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds MySql support. |
|
DbUp.Reboot.SynapseDWH
DbUp Reboot is a fork of the DbUp project that focuses on modern technologies and development approaches. DbUp Reboot makes it easy to deploy and upgrade SQL Server databases. This package adds SynapseDWH support. |
GitHub repositories
This package is not used by any popular GitHub repositories.