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 11# MySQL Connector for .NET and .NET Core
22
3+ [ ![ NuGet] ( https://img.shields.io/nuget/vpre/MySqlConnector.svg )] ( https://www.nuget.org/packages/MySqlConnector/ )
4+
35This is an [ ADO.NET] ( https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/ ) data
46provider for [ MySQL] ( https://www.mysql.com/ ) . It provides implementations of
57` DbConnection ` , ` DbCommand ` , ` DbDataReader ` , ` DbTransaction ` —the classes
@@ -56,13 +58,12 @@ For Entity Framework support, use:
5658
5759## Build Status
5860
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 )
6263
6364## Building
6465
65- Install the latest [ .NET Core ] ( https://www .microsoft.com/net/core ) .
66+ Install the latest [ .NET] ( https://dotnet .microsoft.com/en-us/download ) .
6667
6768To build and run the tests, clone the repo and execute:
6869
You can’t perform that action at this time.
0 commit comments