Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Sep 16, 2021
1 parent bac6761 commit 8dda99b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
25 changes: 23 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
## NUnit V2 Result Writer Extension 3.6 - August 1, 2017
## NUnit V2 Result Writer Extension 3.7.0 - September 16, 2021

This release consists primarily of improvements to the build process but also
corrects several problems in the content of the V2 result file.

### Bugs

* 9 NUnit3 result format output as nunit2 reports test dll as ignored if one or more child tests marked as ignored
* 11 Wrong version information of NUnit 3 in NUnit 2 export format
* 13 Results xml-file in nunit2 format does not confirm to xsd

### Build

* 16 Automate the GitHub release process
* 17 Change default branch from master to main
* 21 Add functional package tests to build
* 25 Upgrade to latest Cake Release
* 27 Publish dev builds on MyGet
* 28 Publish production builds on NuGet and Chocolatey
* 30 Standardize build scripts for extensions

## NUnit V2 Result Writer Extension 3.6.0 - August 1, 2017

This release fixes an error in the build and adds a chocolatey package.

Expand All @@ -7,6 +28,6 @@
* 3 No license file in NuGet package
* 4 Integrate chocolatey package in build script

## NUnit V2 Result Writer Extension 3.5 - October 6, 2016
## NUnit V2 Result Writer Extension 3.5.0 - October 6, 2016

The first independent release of the nunit-v2-result-writer extension.
3 changes: 0 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,6 @@ Task("CreateDraftRelease")
Error("");
throw;
}

GitReleaseManagerExport(parameters.GitHubAccessToken, GITHUB_OWNER, GITHUB_REPO, "DraftRelease.md",
new GitReleaseManagerExportSettings() { TagName = milestone });
}
else
{
Expand Down

0 comments on commit 8dda99b

Please sign in to comment.