Skip to content

Commit

Permalink
Prepare 1.3.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Apr 18, 2020
1 parent 8ee4c23 commit 6ea7ed0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
TestCentric Runner for NUnit 1.3.2 - March 15, 2020
TestCentric Runner for NUnit 1.3.3 - April 17, 2020

This release corrects a critical issue whereby engine extensions were no longer
being recognized by the GUI. Additional package testing, including use of
extensions, has been added to prevent regressions.

Issues Resolved

* 551 Automate Release Process
* 558 ReportPortal addins to TestCentric
* 560 Support the NUnit engine API
* 562 Expanded package testing prior to release

TestCentric Runner for NUnit 1.3.2 - March 15, 2020

This release corrects a new bug found in the 1.3.0 release and makes a
number of improvements in the automation of the release process.
Expand Down
2 changes: 1 addition & 1 deletion src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3")]
[assembly: AssemblyInformationalVersion("1.3.3-ci00021-issue-562")]
[assembly: AssemblyInformationalVersion("1.3.3-rc1")]
2 changes: 1 addition & 1 deletion src/TestEngine/CommonEngineAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3")]
[assembly: AssemblyInformationalVersion("1.3.3-ci00021-issue-562")]
[assembly: AssemblyInformationalVersion("1.3.3-rc1")]

0 comments on commit 6ea7ed0

Please sign in to comment.