File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
src/VisualStudioCode/package Expand file tree Collapse file tree 2 files changed +14
-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.1] - 2024-04-15
11
+
10
12
### Changed
11
13
12
14
- [ CLI] Bump Roslyn to 4.9.2 ([ PR] ( https://github.com/dotnet/roslynator/pull/1441 ) )
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 4.12.1] - 2024-04-15
11
+
12
+ ### Changed
13
+
14
+ - [ CLI] Bump Roslyn to 4.9.2 ([ PR] ( https://github.com/dotnet/roslynator/pull/1441 ) )
15
+ - Convert ` Last() ` to ` [] ` ([ RCS1246] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1246 ) ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1436 ) )
16
+
17
+ ### Fixed
18
+
19
+ - Fix analyzer [ RCS1077] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1428 ) )
20
+ - Fix export of ` ILanguageService ` ([ PR] ( https://github.com/dotnet/roslynator/pull/1442 ) )
21
+
10
22
## [ 4.12.0] - 2024-03-19
11
23
12
24
### Added
You can’t perform that action at this time.
0 commit comments