Skip to content

Commit

Permalink
Removed using
Browse files Browse the repository at this point in the history
  • Loading branch information
byorda-glb committed Apr 16, 2020
1 parent fc0897d commit 022823d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")]
5 changes: 2 additions & 3 deletions test/DynamoCoreTests/Updates/BinaryVersionTests.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using System;
using Dynamo.Updates;
using Dynamo.Updates;
using NUnit.Framework;

namespace Dynamo.Tests.Updates
namespace Dynamo.Tests
{
/// <summary>
/// Test class to test the BinaryVersion class
Expand Down

0 comments on commit 022823d

Please sign in to comment.