Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 7a522e7

Browse files
committed
Switch to using a badge for the NuGet package link
Installation instructions for package managers are available on the NuGet page.
1 parent 09b21d7 commit 7a522e7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Async Usage Analyzers for the .NET Compiler Platform
22

3+
[![NuGet package](https://img.shields.io/nuget/v/AsyncUsageAnalyzers.svg)](https://nuget.org/packages/AsyncUsageAnalyzers)
4+
35
[![Join the chat at https://gitter.im/DotNetAnalyzers/AsyncUsageAnalyzers](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DotNetAnalyzers/AsyncUsageAnalyzers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
46

57
[![Build status](https://ci.appveyor.com/api/projects/status/0f0w76hunsj3es8p/branch/master?svg=true)](https://ci.appveyor.com/project/sharwell/asyncusageanalyzers/branch/master)
68

79
[![codecov.io](https://codecov.io/github/DotNetAnalyzers/AsyncUsageAnalyzers/coverage.svg?branch=master)](https://codecov.io/github/DotNetAnalyzers/AsyncUsageAnalyzers?branch=master)
810

911
This repository contains analyzers for best practices related to asynchronous programming. Where possible, code fixes are also provided to simplify the process of correcting violations.
10-
11-
[Available on NuGet](https://www.nuget.org/packages/AsyncUsageAnalyzers/1.0.0-alpha003)
12-
13-
```
14-
Install-Package AsyncUsageAnalyzers -Pre
15-
```

0 commit comments

Comments
 (0)