Cleanup package lisiting on README.md

This commit is contained in:
Pranav K 2016-08-09 16:29:52 -07:00 коммит произвёл GitHub
Родитель 7a78b3612f
Коммит 9b141bbff1
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,8 +4,8 @@ Microsoft.Data.Sqlite
[![Travis build status](https://img.shields.io/travis/aspnet/Microsoft.Data.Sqlite.svg?label=travis-ci&branch=dev&style=flat-square)](https://travis-ci.org/aspnet/Microsoft.Data.Sqlite/branches)
[![AppVeyor build status](https://img.shields.io/appveyor/ci/aspnetci/microsoft-data-sqlite/dev.svg?label=appveyor&style=flat-square)](https://ci.appveyor.com/project/aspnetci/microsoft-data-sqlite/branch/dev)
[![master branch](https://img.shields.io/nuget/v/Microsoft.Data.Sqlite.svg?style=flat-square&label=stable)](https://www.nuget.org/packages/Microsoft.Data.Sqlite/)
[![dev branch](https://img.shields.io/myget/aspnetvnext/vpre/Microsoft.Data.Sqlite.svg?style=flat-square&label=nightly)](https://www.myget.org/feed/aspnetvnext/package/nuget/Microsoft.Data.Sqlite)
[![nuget](https://img.shields.io/nuget/v/Microsoft.Data.Sqlite.svg?style=flat-square&label=stable)](https://www.nuget.org/packages/Microsoft.Data.Sqlite/)
[![aspnetcore](https://img.shields.io/dotnet.myget/aspnetcore-dev/vpre/Microsoft.Data.Sqlite.svg?style=flat-square&label=nightly)](https://dotnet.myget.org/feed/aspnetcore-dev/package/nuget/Microsoft.Data.Sqlite)
Contains SQLite implementations of the System.Data.Common interfaces.