Skip to content

Commit dbccb33

Browse files
committed
Move NuGet badge to top of README.
1 parent 5aa36b2 commit dbccb33

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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+
35
This is an [ADO.NET](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/) data
46
provider 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

6768
To build and run the tests, clone the repo and execute:
6869

0 commit comments

Comments
 (0)