From 4175e3c934d0bb264e6ce8ab41636d407bf3326c Mon Sep 17 00:00:00 2001 From: Steve Gilham Date: Thu, 30 Jun 2022 10:31:50 +0100 Subject: [PATCH] Ready for release --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 83cc57d0f..81467c630 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,7 +2,7 @@ A. Start with the Quick Start guide : https://github.com/SteveGilham/altcover/wiki/QuickStart-Guide -# 8.3.8xx (Habu series release 14) +# 8.3.838 (Habu series release 14) * [VISUALIZER] Fix off-by-one error in markup for the very last line of the file * [BUGFIX] -- Out-of-process APIs generating `dotnet test`: fix to allow activating ZipFile, MethodPoint, SingleVisit and SourceLink * [BUGFIX] -- Issue #156: Out-of-process APIs generating `dotnet test`: fix `/p:AltCoverDependencyList` to work around the behaviour of `dotnet test` with an argument ending `.dll` or `.exe`. Users rolling their own command lines, note that the assembly list is separated _and terminated_ with `'|'` characters. The `--dependency` command line argument for the tool is not affected.