Skip to content

Commit

Permalink
Move project badges to the top
Browse files Browse the repository at this point in the history
Make layout more compact
  • Loading branch information
marcind authored May 15, 2018
1 parent de3b232 commit dbbabcd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![Build Status](https://ci.appveyor.com/api/projects/status/qvurc9j02j8a8qy4/branch/master?svg=true)](https://ci.appveyor.com/project/xunit/xunit-analyzers)
[![Nuget Package](https://img.shields.io/nuget/v/xunit.analyzers.svg?style=flat)](https://www.nuget.org/packages/xunit.analyzers/)
[![NuGet Downloads](https://img.shields.io/nuget/dt/xunit.analyzers.svg)](https://www.nuget.org/packages/xunit.analyzers/)
[![MyGet Preview Package](https://img.shields.io/myget/xunit/vpre/xunit.analyzers.svg?style=flat&label=myget)](https://www.myget.org/feed/xunit/package/nuget/xunit.analyzers)

## About the project

This project contains source code analysis and cleanup rules for xUnit.net.
Expand All @@ -24,14 +29,6 @@ If you installed xUnit.net 2.3.0 or higher and do not wish to use the analyzers

![Analyzer in action animation](https://cloud.githubusercontent.com/assets/607223/25752060/fb4af444-316b-11e7-9e7c-fc69ade132fb.gif)

## Build Status

Channel | Status
-------- | :-------:
CI | <a href="https://ci.appveyor.com/project/xunit/xunit-analyzers"><img src="https://ci.appveyor.com/api/projects/status/qvurc9j02j8a8qy4/branch/master?svg=true" /></a>
NuGet | <a href="https://www.nuget.org/packages/xunit.analyzers/"><img src="https://img.shields.io/nuget/v/xunit.analyzers.svg?style=flat)" /></a>
MyGet<br>([gallery](https://www.myget.org/gallery/xunit/)) | <a href="https://www.myget.org/feed/xunit/package/nuget/xunit.analyzers"><img src="https://img.shields.io/myget/xunit/vpre/xunit.analyzers.svg?style=flat)"/></a>

## About xUnit.net

[<img align="right" src="https://xunit.github.io/images/dotnet-fdn-logo.png" width="100" />](https://www.dotnetfoundation.org/)
Expand Down

0 comments on commit dbbabcd

Please sign in to comment.