Skip to content

Commit

Permalink
Changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Jul 26, 2017
1 parent 47b7751 commit 0312b59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
8 changes: 4 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
NUnit 3.5 - October 6, 2016

The first independent release of the nunit-project-loader extension.

NUnit 3.6 - July 28, 2017

Fixes several packaging errors and adds a new chocolatey package. Runners and engines
Expand All @@ -13,3 +9,7 @@ NUnit 3.6 - July 28, 2017
* 4 Create file of constants for XML element and attribute names
* 7 No license file in NuGet package
* 8 Integrate chocolatey package in release build script

NUnit 3.5 - October 6, 2016

The first independent release of the nunit-project-loader extension.
12 changes: 1 addition & 11 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,7 @@ var OWNERS = new [] { "Charlie Poole" };
var DESCRIPTION = "This extension allows NUnit to recognize and load NUnit projects, file type .nunit.";
var SUMMARY = "NUnit Engine extension for loading NUnit projects.";
var COPYRIGHT = "Copyright (c) 2016 Charlie Poole";
var RELEASE_NOTES = new [] {
"Fixes several packaging errors and adds a new chocolatey package. Runners and engines",
"installed under chocolatey will see and make use of this package.",
"",
"Issues Resolved",
"",
" * 2 Change API reference to released version",
" * 4 Create file of constants for XML element and attribute names",
" * 7 No license file in NuGet package",
" * 8 Integrate chocolatey package in release build script"
};
var RELEASE_NOTES = new [] { "See https://raw.githubusercontent.com/nunit/nunit-project-loader/master/CHANGES.txt" };
var TAGS = new [] { "nunit", "test", "testing", "tdd", "runner" };

//////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 0312b59

Please sign in to comment.