dbup-mysql 5.0.10

.NET Standard 1.3 .NET Framework 4.6.2
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 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 netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
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

Amursoft.DbMigrator

Package Description

DbEx.MySql

DbEX Database Migration tool for MySQL.

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
5.0.10 50,296 11/26/2022
5.0.8 466 11/24/2022
4.6.0 140,180 5/5/2022
4.5.0 324,183 11/20/2020
4.4.0 81,372 6/17/2020
4.3.0 221,083 11/26/2019
4.2.0 255,610 11/15/2018
4.1.1 1,136 11/7/2018
4.1.0 44,254 4/26/2018
4.0.1 1,275 4/24/2018
4.0.0-beta0005 3,614 3/17/2018
4.0.0-beta0004 927 2/27/2018
4.0.0-beta0003 804 2/18/2018
4.0.0-beta0002 1,893 9/12/2017
3.3.5 28,623 8/5/2016
3.3.4 1,713 4/6/2016
3.3.3 941 4/4/2016
3.3.2 1,232 2/2/2016
3.3.1 945 2/1/2016
3.3.0 1,377 9/16/2015
3.2.1 2,065 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)