dbup-mysql 5.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package dbup-mysql --version 5.0.10
NuGet\Install-Package dbup-mysql -Version 5.0.10
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="dbup-mysql" Version="5.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dbup-mysql --version 5.0.10
#r "nuget: dbup-mysql, 5.0.10"
#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 dbup-mysql as a Cake Addin
#addin nuget:?package=dbup-mysql&version=5.0.10

// Install dbup-mysql as a Cake Tool
#tool nuget:?package=dbup-mysql&version=5.0.10

DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds MySql support.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on dbup-mysql:

Package Downloads
AlphaReds.Core.Common

Common class for AlphaReds project

Newbe.Claptrap.StorageProvider.MySql

Newbe.Claptrap is a framework for server development. It take advantage to Actor Pattern and Event Sourcing Pattern. It could help you to build a distributed, scalable, and testable server application. This package is one part of that project. Please check the source repository for more details. Docs: https://claptrap.newbe.pro Github: https://github.com/newbe36524/Newbe.Claptrap Gitee: https://gitee.com/yks/Newbe.Claptrap

DbEx.MySql

DbEX Database Migration tool for MySQL.

Amursoft.DbMigrator

Package Description

DbMigrator.MySQL

Database migration tool for MySQL.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on dbup-mysql:

Repository Stars
newbe36524/Newbe.Claptrap
This is a frameworks with reactive, event sourcing and Actor pattern as basic theories. On top of this, developers can create "distributed", "scale out", and "easy to test" application more simply. Claptrap and it`s Minions is on the way.
Version Downloads Last updated
6.0.1-beta.25 40 3/20/2024
5.0.44 1,095 3/20/2024
5.0.43 134 3/20/2024
5.0.41 695 3/15/2024
5.0.40 10,663 1/31/2024
5.0.39 220 1/30/2024
5.0.38 676 1/24/2024
5.0.37 32,009 10/18/2023
5.0.10 351,114 11/26/2022
5.0.8 8,659 11/24/2022
4.6.0 258,643 5/5/2022
4.5.0 429,471 11/20/2020
4.4.0 91,413 6/17/2020
4.3.0 254,187 11/26/2019
4.2.0 272,366 11/15/2018
4.1.1 1,248 11/7/2018
4.1.0 44,513 4/26/2018
4.0.1 1,385 4/24/2018
4.0.0-beta0005 3,676 3/17/2018
4.0.0-beta0004 983 2/27/2018
4.0.0-beta0003 870 2/18/2018
4.0.0-beta0002 1,991 9/12/2017
3.3.5 29,870 8/5/2016
3.3.4 1,822 4/6/2016
3.3.3 1,059 4/4/2016
3.3.2 1,338 2/2/2016
3.3.1 1,030 2/1/2016
3.3.0 1,485 9/16/2015
3.2.1 2,229 11/23/2014

DbUp mySQL version 5.0.10
========================

Fixes / Changes:

- Update to support MySQL Data ^8 (PR #664 - https://github.com/DbUp/DbUp/pull/664)
  - This involved conditional dependency tracking for net standard 1.3 as MySQL has dropped that support for the ^8 series.



DbUp mySQL version 5.0
========================

Breaking Changes:

- Remove Unsupported Target Frameworks (PR #655 - https://github.com/DbUp/DbUp/pull/665)
  - Removed .NET Framework 3.5 and .NET Framework 4.5
  - Added .NET Framework 4.6.2

Fixes / Changes:

- NuGet packages were improved with Source Link and deterministic builds (PR #624 - https://github.com/DbUp/DbUp/pull/624)