Skip to content

Commit

Permalink
Update FxCop analyzers version to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
genlu authored Mar 29, 2019
1 parent 307c891 commit 7221a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/code-quality/install-fxcop-analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Use the following guidelines to determine which version of the FxCop analyzers p

| Visual Studio version | FxCop analyzer package version |
| - | - |
| Visual Studio 2017 version 15.8 and later | [2.9.0](https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers/2.9.0) |
| Visual Studio 2017 version 15.8 and later | [2.9.1](https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers/2.9.1) |
| Visual Studio 2017 version 15.5 to 15.7 | [2.6.3](https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers/2.6.3) |
| Visual Studio 2017 version 15.3 to 15.4 | [2.3.0-beta1](https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers/2.3.0-beta1) |
| Visual Studio 2017 version 15.0 to 15.2 | [2.0.0-beta2](https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers/2.0.0-beta2) |
Expand Down Expand Up @@ -109,4 +109,4 @@ If you want to check whether the extension is installed, select **Extensions** >

- [Overview of Roslyn analyzers in Visual Studio](../code-quality/roslyn-analyzers-overview.md)
- [Use Roslyn analyzers in Visual Studio](../code-quality/use-roslyn-analyzers.md)
- [Migrate from FxCop to Roslyn analyzers](../code-quality/fxcop-analyzers.yml)
- [Migrate from FxCop to Roslyn analyzers](../code-quality/fxcop-analyzers.yml)

0 comments on commit 7221a36

Please sign in to comment.