diff --git a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs index 7743c6eb3b9..3c5e8fe767d 100644 --- a/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs +++ b/src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs @@ -45,7 +45,7 @@ // to distinguish one build from another. AssemblyFileVersion is specified // in AssemblyVersionInfo.cs so that it can be easily incremented by the // automated build process. -[assembly: AssemblyVersion("2.7.0.8085")] +[assembly: AssemblyVersion("2.7.0.8367")] // By default, the "Product version" shown in the file properties window is @@ -64,4 +64,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyFileVersion("2.7.0.8085")] +[assembly: AssemblyFileVersion("2.7.0.8367")] diff --git a/test/DynamoCoreTests/Updates/BinaryVersionTests.cs b/test/DynamoCoreTests/Updates/BinaryVersionTests.cs index ec1477134b7..f55b514b31b 100644 --- a/test/DynamoCoreTests/Updates/BinaryVersionTests.cs +++ b/test/DynamoCoreTests/Updates/BinaryVersionTests.cs @@ -1,8 +1,7 @@ -using System; -using Dynamo.Updates; +using Dynamo.Updates; using NUnit.Framework; -namespace Dynamo.Tests.Updates +namespace Dynamo.Tests { /// /// Test class to test the BinaryVersion class