Skip to content

Commit

Permalink
Change version to 1.0.6
Browse files Browse the repository at this point in the history
Update CHANGES.txt
  • Loading branch information
NikolayPianikov authored and NikolayPianikov committed Mar 20, 2019
1 parent 58b1b7f commit e3a48c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
teamcity-event-listener 1.0.6 - Dec 13, 2018
teamcity-event-listener 1.0.6 - Mar 20, 2019

New Features

* Support [test metadata](https://confluence.jetbrains.com/display/TCD18/Reporting+Test+Metadata), TeamCity 2018.2+.
* 0063 Support [test metadata](https://confluence.jetbrains.com/display/TCD18/Reporting+Test+Metadata), TeamCity 2018.2+.
* 0067 Support suite patterns

Issues Resolved

* 0065 The suite name is different for the test in two different builds for NUnit tests
* 0066 Use process ID as a root flow id if the root flow id environment variable (TEAMCITY_PROCESS_FLOW_ID) was not specified

teamcity-event-listener 1.0.5 - Nov 19, 2018

Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var binaries = Argument("binaries", (string)null);
// SET PACKAGE VERSION
//////////////////////////////////////////////////////////////////////

var version = "1.0.6-beta2";
var version = "1.0.6";
var modifier = "";

// Tuple(NUnit.Console version, NUnit version)
Expand Down

0 comments on commit e3a48c7

Please sign in to comment.