From c6ca0a333a9d3283265a649002eb8a3336f88ba4 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Tue, 28 Feb 2023 14:43:56 +0100 Subject: [PATCH 1/2] Bump Roslyn to 4.5.0 --- .../CommandLine.DocumentationGenerator.csproj | 4 ++-- src/CommandLine/CommandLine.csproj | 6 +++--- src/Documentation/Documentation.csproj | 2 +- src/VisualBasic.Workspaces/VisualBasic.Workspaces.csproj | 2 +- src/VisualBasic/VisualBasic.csproj | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/CommandLine.DocumentationGenerator/CommandLine.DocumentationGenerator.csproj b/src/CommandLine.DocumentationGenerator/CommandLine.DocumentationGenerator.csproj index 0029c63af0..5e822bf135 100644 --- a/src/CommandLine.DocumentationGenerator/CommandLine.DocumentationGenerator.csproj +++ b/src/CommandLine.DocumentationGenerator/CommandLine.DocumentationGenerator.csproj @@ -26,8 +26,8 @@ - - + + \ No newline at end of file diff --git a/src/CommandLine/CommandLine.csproj b/src/CommandLine/CommandLine.csproj index 789df5e20a..94a439308f 100644 --- a/src/CommandLine/CommandLine.csproj +++ b/src/CommandLine/CommandLine.csproj @@ -47,9 +47,9 @@ - - - + + + diff --git a/src/Documentation/Documentation.csproj b/src/Documentation/Documentation.csproj index 04f57a91ee..1e9b56bc88 100644 --- a/src/Documentation/Documentation.csproj +++ b/src/Documentation/Documentation.csproj @@ -39,7 +39,7 @@ Roslynator.Documentation.DocumentationGenerator - + diff --git a/src/VisualBasic.Workspaces/VisualBasic.Workspaces.csproj b/src/VisualBasic.Workspaces/VisualBasic.Workspaces.csproj index 7fb2cb212c..1114e03992 100644 --- a/src/VisualBasic.Workspaces/VisualBasic.Workspaces.csproj +++ b/src/VisualBasic.Workspaces/VisualBasic.Workspaces.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/VisualBasic/VisualBasic.csproj b/src/VisualBasic/VisualBasic.csproj index d747ce0238..948e61840a 100644 --- a/src/VisualBasic/VisualBasic.csproj +++ b/src/VisualBasic/VisualBasic.csproj @@ -18,7 +18,7 @@ - + From 0fb6a70fb8c6df314024b2ee03469135ece068a8 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Wed, 1 Mar 2023 09:43:49 +0100 Subject: [PATCH 2/2] changelog --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index a7812328d1..af5cb0d931 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- [CLI] Bump Roslyn to 4.5.0 ([#1043](https://github.com/josefpihrt/roslynator/pull/1043)). + ### Fixed - Fix [RCS1084](https://github.com/JosefPihrt/Roslynator/blob/main/docs/analyzers/RCS1084.md) ([#1006](https://github.com/josefpihrt/roslynator/pull/1006)).