From f6fa2fc50c07a43942d759979bd7ec0c6d7404f8 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sun, 20 Nov 2022 19:20:03 +0100 Subject: [PATCH 1/2] [CLI] Bump Roslyn to 4.4.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 0d6c4bce45..842c6d1571 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 24ed359315..1ec06f9705 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 ecbf031c55..04f57a91ee 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 e6c2ed24a5..7fb2cb212c 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 6c2dbf2d6e..d747ce0238 100644 --- a/src/VisualBasic/VisualBasic.csproj +++ b/src/VisualBasic/VisualBasic.csproj @@ -18,7 +18,7 @@ - + From 7383357199d79c4555e52ad5ce0aac475f68fc33 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sun, 20 Nov 2022 19:21:11 +0100 Subject: [PATCH 2/2] changelog --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 4a4ec72186..eb8c246285 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Disable [RCS1080](https://github.com/JosefPihrt/Roslynator/blob/main/docs/analyzers/RCS1080.md) by default ([#980](https://github.com/josefpihrt/roslynator/pull/980)). +- [CLI] Bump Roslyn to 4.4.0 ([#998](https://github.com/josefpihrt/roslynator/pull/998)). ### Fixed