File tree 2 files changed +12
-1
lines changed
src/VisualStudioCode/package
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 4.13.1] - 2025-02-23
11
+
10
12
### Added
11
13
12
14
- Support custom path of a test file ([ PR] ( https://github.com/dotnet/roslynator/pull/1609 ) )
13
- - It's possible to specify a directory path and/or a file name.
15
+ - It's possible to specify a directory path and/or a file name of a test file.
16
+ - Applies to testing library (Roslynator.Testing.* ).
14
17
15
18
## [ 4.13.0] - 2025-02-09
16
19
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 4.13.1] - 2025-02-23
11
+
12
+ ### Added
13
+
14
+ - Support custom path of a test file ([ PR] ( https://github.com/dotnet/roslynator/pull/1609 ) )
15
+ - It's possible to specify a directory path and/or a file name of a test file.
16
+ - Applies to testing library (Roslynator.Testing.* ).
17
+
10
18
## [ 4.13.0] - 2025-02-09
11
19
12
20
### Fixed
You can’t perform that action at this time.
0 commit comments