From f74473a09bfa93d8ee3badab2d712d1283d5401b Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sun, 29 May 2022 23:36:54 +0200 Subject: [PATCH] Update nuget description --- .../Roslynator.CodeAnalysis.Analyzers.nuspec | 2 +- src/CodeAnalysis.Analyzers.CodeFixes/docs/NuGetReadme.md | 2 +- src/Tests/Testing.CSharp.Xunit/docs/NuGetReadme.md | 4 ++-- src/Tests/Testing.CSharp/docs/NuGetReadme.md | 3 +-- src/Tests/Testing.Common/docs/NuGetReadme.md | 3 +-- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/CodeAnalysis.Analyzers.CodeFixes/Roslynator.CodeAnalysis.Analyzers.nuspec b/src/CodeAnalysis.Analyzers.CodeFixes/Roslynator.CodeAnalysis.Analyzers.nuspec index b8be8b764a..fd18f29442 100644 --- a/src/CodeAnalysis.Analyzers.CodeFixes/Roslynator.CodeAnalysis.Analyzers.nuspec +++ b/src/CodeAnalysis.Analyzers.CodeFixes/Roslynator.CodeAnalysis.Analyzers.nuspec @@ -12,7 +12,7 @@ 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. + - This package is applicable for projects that reference Roslyn packages (Microsoft.CodeAnalysis*). A collection of analyzers for Roslyn API. Copyright (c) 2016-2022 Josef Pihrt Roslyn Analyzer CodeAnalysis C# CSharp diff --git a/src/CodeAnalysis.Analyzers.CodeFixes/docs/NuGetReadme.md b/src/CodeAnalysis.Analyzers.CodeFixes/docs/NuGetReadme.md index ed589d403b..095e2b68d5 100644 --- a/src/CodeAnalysis.Analyzers.CodeFixes/docs/NuGetReadme.md +++ b/src/CodeAnalysis.Analyzers.CodeFixes/docs/NuGetReadme.md @@ -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 diff --git a/src/Tests/Testing.CSharp.Xunit/docs/NuGetReadme.md b/src/Tests/Testing.CSharp.Xunit/docs/NuGetReadme.md index 02a4892a4c..ce15637492 100644 --- a/src/Tests/Testing.CSharp.Xunit/docs/NuGetReadme.md +++ b/src/Tests/Testing.CSharp.Xunit/docs/NuGetReadme.md @@ -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). diff --git a/src/Tests/Testing.CSharp/docs/NuGetReadme.md b/src/Tests/Testing.CSharp/docs/NuGetReadme.md index 2ea8e5abcb..0f9450605f 100644 --- a/src/Tests/Testing.CSharp/docs/NuGetReadme.md +++ b/src/Tests/Testing.CSharp/docs/NuGetReadme.md @@ -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 diff --git a/src/Tests/Testing.Common/docs/NuGetReadme.md b/src/Tests/Testing.Common/docs/NuGetReadme.md index 25f347c221..9768ebb016 100644 --- a/src/Tests/Testing.Common/docs/NuGetReadme.md +++ b/src/Tests/Testing.Common/docs/NuGetReadme.md @@ -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