Skip to content

Commit 2057d5d

Browse files
authored
Release 4.9.0 (#1356)
1 parent a0afb8f commit 2057d5d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-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.9.0] - 2024-01-10
11+
1012
### Added
1113

1214
- Add support for Unity ([PR](https://github.com/dotnet/roslynator/pull/1349))

src/VisualStudioCode/package/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.9.0] - 2024-01-10
11+
12+
### Added
13+
14+
- Add support for Unity ([PR](https://github.com/dotnet/roslynator/pull/1349))
15+
- [Unity uses Roslyn 3.8](https://docs.unity3d.com/Manual/roslyn-analyzers.html) and this version is now supported by Roslynator NuGet packages with analyzers (Roslynator.Analyzers etc.)
16+
17+
### Fixed
18+
19+
- Fix analyzer [RCS0034](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0034) ([PR](https://github.com/dotnet/roslynator/pull/1351))
20+
- Fix analyzer [RCS0023](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0023) ([PR](https://github.com/dotnet/roslynator/pull/1352))
21+
- Fix analyzer [RCS1014](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1014) ([PR](https://github.com/dotnet/roslynator/pull/1350))
22+
1023
## [4.8.0] - 2024-01-02
1124

1225
### Added

0 commit comments

Comments
 (0)