File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# MySQL Connector for .NET and .NET Core
2
2
3
+ [ ![ NuGet] ( https://img.shields.io/nuget/vpre/MySqlConnector.svg )] ( https://www.nuget.org/packages/MySqlConnector/ )
4
+
3
5
This is an [ ADO.NET] ( https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/ ) data
4
6
provider for [ MySQL] ( https://www.mysql.com/ ) . It provides implementations of
5
7
` DbConnection ` , ` DbCommand ` , ` DbDataReader ` , ` DbTransaction ` —the classes
@@ -56,13 +58,12 @@ For Entity Framework support, use:
56
58
57
59
## Build Status
58
60
59
- Appveyor | Azure Pipelines | NuGet
60
- --- | --- | ---
61
- [ ![ AppVeyor] ( https://img.shields.io/appveyor/ci/mysqlnet/mysqlconnector/master.svg )] ( https://ci.appveyor.com/project/mysqlnet/mysqlconnector ) | [ ![ Azure Pipelines] ( https://dev.azure.com/mysqlnet/MySqlConnector/_apis/build/status/mysql-net.MySqlConnector?branchName=master )] ( https://dev.azure.com/mysqlnet/MySqlConnector/_build/latest?definitionId=2&branchName=master ) | [ ![ NuGet] ( https://img.shields.io/nuget/vpre/MySqlConnector.svg )] ( https://www.nuget.org/packages/MySqlConnector/ )
61
+ [ ![ AppVeyor] ( https://img.shields.io/appveyor/ci/mysqlnet/mysqlconnector/master.svg )] ( https://ci.appveyor.com/project/mysqlnet/mysqlconnector )
62
+ [ ![ Azure Pipelines] ( https://dev.azure.com/mysqlnet/MySqlConnector/_apis/build/status/mysql-net.MySqlConnector?branchName=master )] ( https://dev.azure.com/mysqlnet/MySqlConnector/_build/latest?definitionId=2&branchName=master )
62
63
63
64
## Building
64
65
65
- Install the latest [ .NET Core ] ( https://www .microsoft.com/net/core ) .
66
+ Install the latest [ .NET] ( https://dotnet .microsoft.com/en-us/download ) .
66
67
67
68
To build and run the tests, clone the repo and execute:
68
69
You can’t perform that action at this time.
0 commit comments