Skip to content

Commit b88a0e0

Browse files
bkoelmanBart Koelman
authored andcommitted
Updated docs for next release
1 parent edc6075 commit b88a0e0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@ See [Overview](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/
1313

1414
## Get started
1515

16-
* At the minimum, you need [Visual Studio 2015 with Update 2](https://www.visualstudio.com/). If you are using Update 3 (or Visual Studio 2017), it is recommended to [activate Full Solution Analysis](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/docs/Full%20Solution%20Analysis.md).
16+
The latest stable version requires [Visual Studio 2017 with Update 3](https://www.visualstudio.com/). To get instant feedback on all files in your solution, activate [Full Solution Analysis](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/docs/Full%20Solution%20Analysis.md).
1717

1818
* From the NuGet package manager console:
1919

20-
`Install-Package CSharpGuidelinesAnalyzer`
20+
`Install-Package CSharpGuidelinesAnalyzer`
21+
22+
or, if you are using Visual Studio 2015 with Update 2 or higher:
23+
24+
`Install-Package CSharpGuidelinesAnalyzer -version 1.0.1`
2125

2226
* Rebuild your solution
2327

24-
* Recommended: [Reference CSharpGuidelines.Layer.DotSettings in your existing Resharper preferences](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/docs/Resharper%20Settings.md)
28+
* Optional: [Reference CSharpGuidelines.Layer.DotSettings in your existing Resharper preferences](https://github.com/bkoelman/CSharpGuidelinesAnalyzer/blob/master/docs/Resharper%20Settings.md)
2529

2630
## Suppressing rules
2731
Rule warnings can be suppressed at various scopes, ranging from per line to at the project or solution level.

0 commit comments

Comments
 (0)