Skip to content

Commit 2dcd783

Browse files
authored
Update RELEASE_NOTES.md for 1.1.1 release (#135)
1 parent 56ef6fc commit 2dcd783

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 1.1.1 April 21 2022 ####
2+
3+
* [Updated Akka.NET to 1.4.37](https://github.com/akkadotnet/akka.net/releases/tag/1.4.37)
4+
* [Enabled the built-in TRX reporter](https://github.com/akkadotnet/Akka.MultiNodeTestRunner/pull/134) that is compatible with AzDo test error reporting.
5+
To enable this TRX reporter, add `"useBuiltInTrxReporter": true` inside the `xunit.multinode.runner.json` settings file.
6+
17
#### 1.1.0 January 6 2022 ####
28

39
Version 1.1.0 release.

src/Akka.MultiNode.TestAdapter/xunit.multinode.runner.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"failedSpecsDirectory": "FAILED_SPECS_LOGS",
44
"listenAddress": "127.0.0.1",
55
"listenPort": 0,
6-
"clearOutputDirectory": false
6+
"clearOutputDirectory": false,
7+
"useBuiltInTrxReporter": false
78
}

0 commit comments

Comments
 (0)