File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and adheres to a project-specific [Versioning](/README.md).
1414### Changed
1515
1616- Updated ` SonarAnalyzer.CSharp ` to latest minor version (8.56.0.67649)
17- - Updated ` StyleCop.Analyzers ` to latest available version (1.2.0-beta.507 )
17+ - Changed from ` StyleCop.Analyzers ` package to ` StyleCop.Analyzers.Unstable ` and update to latest available version (1.2.0.556 )
1818- Changed ` .globalconfig ` file names to match NuGet package names as recommended by Microsoft
1919- Currently active ` .globalconfig ` is now linked in the solution explorer and therefore quickly accessible from within the IDE
2020
Original file line number Diff line number Diff line change 1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <developmentDependency >true</developmentDependency >
1414 <dependencies >
15- <dependency id =" StyleCop.Analyzers" version =" 1.2.0-beta.507 " />
15+ <dependency id =" StyleCop.Analyzers.Unstable " version =" 1.2.0.556 " />
1616 <dependency id =" SonarAnalyzer.CSharp" version =" 8.56.0.67649" />
1717 </dependencies >
1818 </metadata >
Original file line number Diff line number Diff line change 1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <developmentDependency >true</developmentDependency >
1414 <dependencies >
15- <dependency id =" StyleCop.Analyzers" version =" 1.2.0-beta.507 " />
15+ <dependency id =" StyleCop.Analyzers.Unstable " version =" 1.2.0.556 " />
1616 <dependency id =" SonarAnalyzer.CSharp" version =" 8.56.0.67649" />
1717 </dependencies >
1818 </metadata >
You can’t perform that action at this time.
0 commit comments