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

Commit 09b21d7

Browse files
authored
Added link to Nuget package
1 parent 1e9fb71 commit 09b21d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@
77
[![codecov.io](https://codecov.io/github/DotNetAnalyzers/AsyncUsageAnalyzers/coverage.svg?branch=master)](https://codecov.io/github/DotNetAnalyzers/AsyncUsageAnalyzers?branch=master)
88

99
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)