Skip to content

Commit

Permalink
Update version in nuspec (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt authored Dec 2, 2023
1 parent cca3a0d commit d61ee1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Analyzers.CodeFixes/Roslynator.Analyzers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of 200+ analyzers for C#, powered by Roslyn.

- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 4.4.0.</description>
- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 4.6.0.</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,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of analyzers for Roslyn API.

- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 4.4.0.
- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 4.6.0.
- 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
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<PropertyGroup>
<Version Condition="'$(Version)' == ''">1.0.0</Version>
<!-- Update version in nuspec description when updating 'RoslynatorRoslynVersion' -->
<RoslynatorRoslynVersion>4.6.0</RoslynatorRoslynVersion>
<RoslynatorRoslynAnalyzersVersion>3.3.4</RoslynatorRoslynAnalyzersVersion>
<RoslynatorCliRoslynVersion>4.8.0</RoslynatorCliRoslynVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of formatting analyzers, powered by Roslyn.

- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 4.4.0.
- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 4.6.0.
- 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 d61ee1b

Please sign in to comment.