Skip to content

How to Add This Library into Your Project

adriancs edited this page Jan 27, 2022 · 15 revisions

Method 1: Nuget

For .NET 4.5.2 and above, or .NET Standard 2.0 compatible projects, you may use the Nuget Version:

PM> Install-Package MySqlBackup.NET
https://www.nuget.org/packages/MySqlBackup.NET/

PM> Install-Package MySqlBackup.Net.DevartExpress
https://www.nuget.org/packages/MySqlBackup.Net.DevartExpress/

PM> Install-Package MySqlBackup.NET.MySqlConnector
https://www.nuget.org/packages/MySqlBackup.NET.MysqlConnector/

Method 2: Download Pre-compiled Binary Release

Released version can be downloaded at:
https://github.com/MySqlBackupNET/MySqlBackup.Net/releases

Supports: .NET Framework 4.5.2 and above, .NET Standard 2.0

Method 3: Merging Source Code

Include the source code of MySqlBackup.NET directly into your project. This method can overcome any build errors or dependencies related issues that might be arising, such as:

  • Your project is built on lower .NET Framework version (below .NET Framework 4.5.2),
  • Your project requires to use older/newer version of the dependency DLLs.

Running on CentOS / Ubuntu / Linux

Please read: https://github.com/MySqlBackupNET/MySqlBackup.Net/wiki/Running-in-CentOS-(Linux)