Skip to content

Commit

Permalink
Update nuspec (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Jan 9, 2024
1 parent d668bd0 commit cfcc776
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/Analyzers.CodeFixes/Roslynator.Analyzers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<projectUrl>https://github.com/dotnet/roslynator</projectUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of 200+ analyzers for C#, powered by Roslyn.

- This package requires Roslyn 3.8 or higher.</description>
<description>A collection of 200+ analyzers for C#, powered by Roslyn.</description>
<summary>A collection of 200+ analyzers for C#, powered by Roslyn.</summary>
<copyright>Copyright (c) 2016-2023 Josef Pihrt</copyright>
<tags>Roslyn Analyzer Refactoring Productivity CodeAnalysis C# CSharp</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of analyzers for Roslyn API.

- This package requires Roslyn 3.8 or higher.
- 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-2023 Josef Pihrt</copyright>
Expand Down
5 changes: 1 addition & 4 deletions src/CodeFixes/Roslynator.CodeFixes.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
<projectUrl>https://github.com/dotnet/roslynator</projectUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of code fixes for C# compiler diagnostics (CS....), powered by Roslyn.

- This package cannot be used with Visual Studio 2015.
- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 2.3.0.</description>
<description>A collection of code fixes for C# compiler diagnostics (CS....), powered by Roslyn.</description>
<summary>A collection of code fixes for C# compiler diagnostics (CS....), powered by Roslyn.</summary>
<copyright>Copyright (c) 2016-2023 Josef Pihrt</copyright>
<tags>Roslyn Analyzer Refactoring Productivity CodeAnalysis C# CSharp</tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of formatting analyzers, powered by Roslyn.

- This package requires Roslyn 3.8 or higher.
- All analyzers are disabled by default.</description>
<summary>A collection of formatting analyzers, powered by Roslyn.</summary>
<copyright>Copyright (c) 2016-2023 Josef Pihrt</copyright>
Expand Down

0 comments on commit cfcc776

Please sign in to comment.