Skip to content

Commit

Permalink
Update nuget description
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed May 29, 2022
1 parent 9f13ab5 commit f74473a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>A collection of analyzers for Roslyn API.

- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 4.0.1.
- This package is applicable for projects that reference Roslyn packages (Microsoft.CodeAnalysis*), otherwise it has no effect.</description>
- This package is applicable for projects that reference Roslyn packages (Microsoft.CodeAnalysis*).</description>
<summary>A collection of analyzers for Roslyn API.</summary>
<copyright>Copyright (c) 2016-2022 Josef Pihrt</copyright>
<tags>Roslyn Analyzer CodeAnalysis C# CSharp</tags>
Expand Down
2 changes: 1 addition & 1 deletion src/CodeAnalysis.Analyzers.CodeFixes/docs/NuGetReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A collection of analyzers for Roslyn API, powered by [Roslyn](https://github.com/dotnet/roslyn).

The package is applicable for projects that reference Roslyn packages (Microsoft.CodeAnalysis*), otherwise it has no effect.
The package is applicable for projects that reference Roslyn packages (Microsoft.CodeAnalysis*).

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions src/Tests/Testing.CSharp.Xunit/docs/NuGetReadme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Roslynator.Testing.CSharp.Xunit

Roslynator Testing Framework can be used for unit testing of [Roslyn](https://github.com/dotnet/roslyn) analyzers, refactorings and code fixes.
Test framework for unit testing of [Roslyn](https://github.com/dotnet/roslyn) analyzers, refactorings and code fixes.

## Usage

Learn how to use the framework from actual usages in Roslynator repo:
Learn how to use the framework from actual usages in Roslynator repository:

* Tests of analyzers are [here](https://github.com/josefpihrt/roslynator/tree/master/src/Tests/Analyzers.Tests), [here](https://github.com/josefpihrt/roslynator/tree/master/src/Tests/CodeAnalysis.Analyzers.Tests) and [here](https://github.com/josefpihrt/roslynator/tree/master/src/Tests/Formatting.Analyzers.Tests).
* Tests of refactorings are [here](https://github.com/josefpihrt/roslynator/tree/master/src/Tests/Refactorings.Tests).
Expand Down
3 changes: 1 addition & 2 deletions src/Tests/Testing.CSharp/docs/NuGetReadme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Roslynator.Testing.CSharp

A shared package used by the Roslynator Testing Framework.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
A shared package used by the Roslynator Testing Framework. Do not install this package manually, it will be added as a prerequisite by other packages that require it.

## Feedback

Expand Down
3 changes: 1 addition & 2 deletions src/Tests/Testing.Common/docs/NuGetReadme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Roslynator.Testing.Common

A shared package used by the Roslynator Testing Framework.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
A shared package used by the Roslynator Testing Framework. Do not install this package manually, it will be added as a prerequisite by other packages that require it.

## Feedback

Expand Down

0 comments on commit f74473a

Please sign in to comment.