Skip to content

Commit

Permalink
Update nuget readme (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt authored Jan 9, 2024
1 parent 8f338db commit d668bd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Analyzers.CodeFixes/docs/NuGetReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ A collection of 200+ [analyzers](https://josefpihrt.github.io/docs/roslynator/an
## Requirements

* Visual Studio 2022
* VS Code with [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) 1.21.13 or higher
* Roslyn 4.4.0 (when used directly, not as a part of IDE)
* VS Code with [C#](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) extension 1.21.13 or higher
* Roslyn 3.8.0 or higher (when used directly, not as a part of IDE)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions src/CodeAnalysis.Analyzers.CodeFixes/docs/NuGetReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The package is applicable for projects that reference Roslyn packages (Microsoft
## Requirements

* Visual Studio 2022
* VS Code with [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) 1.21.13 or higher
* Roslyn 4.4.0 (when used directly, not as a part of IDE)
* VS Code with [C#](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) extension 1.21.13 or higher
* Roslyn 3.8.0 or higher (when used directly, not as a part of IDE)

## Usage

Expand Down
4 changes: 2 additions & 2 deletions src/Formatting.Analyzers.CodeFixes/docs/NuGetReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ A collection of formatting [analyzers](https://josefpihrt.github.io/docs/roslyna
## Requirements

* Visual Studio 2022
* VS Code with [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) 1.21.13 or higher
* Roslyn 4.4.0 (when used directly, not as a part of IDE)
* VS Code with [C#](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) extension 1.21.13 or higher
* Roslyn 3.8.0 or higher (when used directly, not as a part of IDE)

## Usage

Expand Down

0 comments on commit d668bd0

Please sign in to comment.