Skip to content

Commit ff22777

Browse files
authored
Release 4.12.1 (#1443)
1 parent 429fddf commit ff22777

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.1] - 2024-04-15
11+
1012
### Changed
1113

1214
- [CLI] Bump Roslyn to 4.9.2 ([PR](https://github.com/dotnet/roslynator/pull/1441))

src/VisualStudioCode/package/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1022
## [4.12.0] - 2024-03-19
1123

1224
### Added

0 commit comments

Comments
 (0)