Skip to content

Commit

Permalink
Update version numbers for 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Jun 30, 2016
1 parent 9c81509 commit 672c846
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.cake
Expand Up @@ -16,7 +16,7 @@ var ErrorDetail = new List<string>();
// SET PACKAGE VERSION
//////////////////////////////////////////////////////////////////////

var version = "3.4.0";
var version = "3.4.1";
var modifier = "";

//For now, set teamcity extension verson and modifier separately
Expand Down
4 changes: 2 additions & 2 deletions src/NUnitConsole/ConsoleVersion.cs
Expand Up @@ -26,5 +26,5 @@
//
// Current version for the NUnit Console
//
[assembly: AssemblyVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyVersion("3.4.1.0")]
[assembly: AssemblyFileVersion("3.4.1.0")]
2 changes: 1 addition & 1 deletion src/NUnitEngine/EngineApiVersion.cs
Expand Up @@ -29,4 +29,4 @@
// as new releases of the engine itself are created.
//
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.1.0")]
4 changes: 2 additions & 2 deletions src/NUnitEngine/EngineVersion.cs
Expand Up @@ -27,5 +27,5 @@
// Versioning for the NUnit Engine assemblies, with the exception
// of nunit.engine.api, which uses a separate version file.
//
[assembly: AssemblyVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyVersion("3.4.1.0")]
[assembly: AssemblyFileVersion("3.4.1.0")]
4 changes: 2 additions & 2 deletions src/NUnitFramework/FrameworkVersion.cs
Expand Up @@ -26,7 +26,7 @@
//
// Current version for the NUnit Framework
//
[assembly: AssemblyVersion("3.4.0.0")]
[assembly: AssemblyVersion("3.4.1.0")]
#if !NETCF
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.1.0")]
#endif

0 comments on commit 672c846

Please sign in to comment.