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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 4.12.11] - 2025-01-28
11
+
10
12
### Added
11
13
12
14
- [ 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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
25
## [ 4.12.10] - 2024-12-17
11
26
12
27
### Fixed
You can’t perform that action at this time.
0 commit comments