From dbbabcdfdd79b2f25c30ad10a7c0cadaf87b43f8 Mon Sep 17 00:00:00 2001 From: Marcin Dobosz Date: Tue, 15 May 2018 11:31:18 -0700 Subject: [PATCH] Move project badges to the top Make layout more compact --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cdb29966..ed732635 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 | -NuGet | -MyGet
([gallery](https://www.myget.org/gallery/xunit/)) | - ## About xUnit.net [](https://www.dotnetfoundation.org/)