Skip to content

Commit

Permalink
Move NuGet badge to top of README.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Dec 16, 2023
1 parent 5aa36b2 commit dbccb33
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MySQL Connector for .NET and .NET Core

[![NuGet](https://img.shields.io/nuget/vpre/MySqlConnector.svg)](https://www.nuget.org/packages/MySqlConnector/)

This is an [ADO.NET](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/) data
provider for [MySQL](https://www.mysql.com/). It provides implementations of
`DbConnection`, `DbCommand`, `DbDataReader`, `DbTransaction`—the classes
Expand Down Expand Up @@ -56,13 +58,12 @@ For Entity Framework support, use:

## Build Status

Appveyor | Azure Pipelines | NuGet
--- | --- | ---
[![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/)
[![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)

## Building

Install the latest [.NET Core](https://www.microsoft.com/net/core).
Install the latest [.NET](https://dotnet.microsoft.com/en-us/download).

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

Expand Down

0 comments on commit dbccb33

Please sign in to comment.