From 27a9e23d0ba3c21e33aa68b04693bb4316e459b0 Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Tue, 23 Apr 2024 22:04:16 +0200 Subject: [PATCH] Release 4.12.2 (#1452) --- ChangeLog.md | 2 ++ src/VisualStudioCode/package/CHANGELOG.md | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 4a6088883f..0f8f0a1952 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.12.2] - 2024-04-23 + ### Fixed - [CLI] Fix loading of `slnf` files ([PR](https://github.com/dotnet/roslynator/pull/1447)) diff --git a/src/VisualStudioCode/package/CHANGELOG.md b/src/VisualStudioCode/package/CHANGELOG.md index 8955fa7f86..454b1b94aa 100644 --- a/src/VisualStudioCode/package/CHANGELOG.md +++ b/src/VisualStudioCode/package/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.12.2] - 2024-04-23 + +### Fixed + +- [CLI] Fix loading of `slnf` files ([PR](https://github.com/dotnet/roslynator/pull/1447)) +- [CLI] Fix `--severity-level` ([PR](https://github.com/dotnet/roslynator/pull/1449)) +- Fix analyzer [RCS1246](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1246) ([PR](https://github.com/dotnet/roslynator/pull/1451)) + ## [4.12.1] - 2024-04-15 ### Changed