Skip to content

Commit

Permalink
Merge pull request #539 from TestCentric/release-1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
CharliePoole authored Mar 7, 2020
2 parents 0c758d2 + 27ca043 commit 1cc3610
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 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.0 - February 23, 2019
TestCentric Runner for NUnit 1.3.1 - March 6, 2020

This release corrects a critical problem in the 1.3.0 release. None of the
1.3.0 packages included agents for use under .NET 4.0 and higher. This
release adds those agents.

Issues Resolved

* 535 FIXED: Cannot load test assembly after 1.3 update
* 536 Restructuring the build.cake script
* 537 FIXED: Missing files in Release 1.3.0
* 538 Add package checking tasks to build

TestCentric Runner for NUnit 1.3.0 - February 23, 2020

General

Expand Down
4 changes: 2 additions & 2 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyInformationalVersion("1.3.0")]
[assembly: AssemblyVersion("1.3.1")]
[assembly: AssemblyInformationalVersion("1.3.1")]
4 changes: 2 additions & 2 deletions src/Experimental/experimental-exe/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
// Common version information for local developer builds.
// Should be set to the NEXT planned version between releases.
// For CI builds, this info will be updated by GitVersion.
[assembly: AssemblyVersion("0.17.0.0")]
[assembly: AssemblyFileVersion("0.17.0.0")]
[assembly: AssemblyVersion("0.18.1.0")]
[assembly: AssemblyFileVersion("0.18.1.0")]
5 changes: 2 additions & 3 deletions src/Experimental/experimental-gui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
Expand All @@ -30,5 +29,5 @@
// Common version information for local developer builds.
// Should be set to the NEXT planned version between releases.
// For CI builds, this info will be updated by GitVersion.
[assembly: AssemblyVersion("0.18.0.0")]
[assembly: AssemblyFileVersion("0.18.0.0")]
[assembly: AssemblyVersion("0.18.1.0")]
[assembly: AssemblyFileVersion("0.18.1.0")]
4 changes: 2 additions & 2 deletions src/TestEngine/EngineVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
using System.Reflection;

[assembly: AssemblyProduct("TestCentric Engine")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyInformationalVersion("0.2.0")]
[assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyInformationalVersion("0.2.1")]

0 comments on commit 1cc3610

Please sign in to comment.