Skip to content

Commit

Permalink
Moved badges in readme.md to be on only two lines instead of four.
Browse files Browse the repository at this point in the history
  • Loading branch information
martincostello committed Mar 25, 2015
1 parent 1370e51 commit 5e8f2e1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# SQL LocalDB Wrapper

[![Build Status](https://ci.appveyor.com/api/projects/status/github/martincostello/sqllocaldb?branch=master&svg=true)](https://ci.appveyor.com/project/martincostello/sqllocaldb)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/martincostello/sqllocaldb?branch=master&svg=true)](https://ci.appveyor.com/project/martincostello/sqllocaldb) [![Coverity Scan Build Status](https://scan.coverity.com/projects/2424/badge.svg)](https://scan.coverity.com/projects/2424)

[![Coverity Scan Build Status](https://scan.coverity.com/projects/2424/badge.svg)](https://scan.coverity.com/projects/2424)

[![NuGet Downloads](https://img.shields.io/nuget/dt/System.Data.SqlLocalDb.svg)](http://www.nuget.org/packages/System.Data.SqlLocalDb/)

[![Latest NuGet Package Version](https://img.shields.io/nuget/v/System.Data.SqlLocalDb.svg)](http://www.nuget.org/packages/System.Data.SqlLocalDb/)
[![NuGet Downloads](https://img.shields.io/nuget/dt/System.Data.SqlLocalDb.svg)](http://www.nuget.org/packages/System.Data.SqlLocalDb/) [![Latest NuGet Package Version](https://img.shields.io/nuget/v/System.Data.SqlLocalDb.svg)](http://www.nuget.org/packages/System.Data.SqlLocalDb/)

SQL LocalDB Wrapper is a .NET 3.5 assembly providing interop with the [Microsoft SQL Server LocalDB](http://msdn.microsoft.com/en-us/library/hh510202.aspx) native API from managed code using .NET APIs.

Expand Down

0 comments on commit 5e8f2e1

Please sign in to comment.