Skip to content

How to Add This Library into Your Project

Adrian Voo edited this page Sep 24, 2021 · 15 revisions

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/

Pre-compiled Binary Release

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

Merging Source Code

You can also merge the source code of MySqlBackup.NET directly into your project. This method can also overcome any build errors or dependencies compatibility related issues that might be arising. This issue occurs due to the official release of MySqlBackup.NET is not catching up the new releases of the dependencies.

If your project is built on lower .NET Framework version (below v4.5.2), then merging source code allows you to use any version of it's dependency's DLL.

Clone this wiki locally