Skip to content

Commit

Permalink
chore: upgrade testlogger to 3.0.31 with fix for #76. (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
codito authored Mar 10, 2021
1 parent b4ea4f2 commit e3bac10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased (v3.1.x)

## v3.0.xx - 2021/03/10

* Upgrade core testlogger to 3.0.31
* Fix: test results file must overwrite existing file. See
https://github.com/spekt/nunit.testlogger/issues/76

## v3.0.91 - 2021/01/31

* Refactored code to use [core testlogger][] for the testplatform logger events
Expand Down
2 changes: 1 addition & 1 deletion scripts/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<MSTestVersion>1.3.2</MSTestVersion>
<NETTestSdkVersion>15.7.2</NETTestSdkVersion>
<MoqVersion>4.9.0</MoqVersion>
<TestLoggerVersion>3.0.28</TestLoggerVersion>
<TestLoggerVersion>3.0.31</TestLoggerVersion>

<!-- Test Assets use the minimum supported versions -->
<NETTestSdkMinimumVersion>15.0.0</NETTestSdkMinimumVersion>
Expand Down

0 comments on commit e3bac10

Please sign in to comment.