File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
src/VisualStudioCode/package Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.12.11] - 2025-01-28
11+
1012### Added
1113
1214- [ CLI] Add support for .NET 9 ([ PR] ( https://github.com/dotnet/roslynator/pull/1605 ) )
Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.12.11] - 2025-01-28
11+
12+ ### Added
13+
14+ - [ CLI] Add support for .NET 9 ([ PR] ( https://github.com/dotnet/roslynator/pull/1605 ) )
15+
16+ ### Fixed
17+
18+ - Fix refactoring 'Change accessibility' ([ RR0186] ( https://josefpihrt.github.io/docs/roslynator/refactorings/RR0186 ) ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1599 ) )
19+ - Fix analyzer [ RCS1264] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1264 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1604 ) )
20+
21+ ### Changed
22+
23+ - Move ` DiagnosticRules ` and ` DiagnosticIdentifiers ` to ` Roslynator.Common ` ([ PR] ( https://github.com/dotnet/roslynator/pull/1597 ) )
24+
1025## [ 4.12.10] - 2024-12-17
1126
1227### Fixed
You can’t perform that action at this time.
0 commit comments