File tree 2 files changed +8
-2
lines changed 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased (v3.1.x)
4
4
5
+ ## v3.0.xx - 2021/03/10
6
+
7
+ - Upgrade testlogger to 3.0.31
8
+ - Fix: overwrite test result file if it already exists. See
9
+ https://github.com/spekt/nunit.testlogger/issues/76
10
+
5
11
## v3.0.62 - 2021/02/03
6
12
7
13
- Remove unused code from refactoring. See #31
8
- - Ensure Traits for Tests are available in the report. Use ` TestResultInfo.TestCase.Traits `
14
+ - Ensure Traits for Tests are available in the report. Use ` TestResultInfo.TestCase.Traits `
9
15
instead of ` TestResultInfo.Traits ` . See #32
10
16
11
17
## v3.0.56 - 2021/01/31
Original file line number Diff line number Diff line change 4
4
<MSTestVersion >1.3.2</MSTestVersion >
5
5
<NETTestSdkVersion >15.7.2</NETTestSdkVersion >
6
6
<MoqVersion >4.9.0</MoqVersion >
7
- <TestLoggerVersion >3.0.28 </TestLoggerVersion >
7
+ <TestLoggerVersion >3.0.31 </TestLoggerVersion >
8
8
9
9
<!-- Test Assets use the minimum supported versions -->
10
10
<NETTestSdkMinimumVersion >15.5.0</NETTestSdkMinimumVersion >
You can’t perform that action at this time.
0 commit comments