diff --git a/TBF/BenchControl/Output/FlexFlow/FlexFlow.cs b/TBF/BenchControl/Output/FlexFlow/FlexFlow.cs index 51fb5052d..3b55b8f27 100644 --- a/TBF/BenchControl/Output/FlexFlow/FlexFlow.cs +++ b/TBF/BenchControl/Output/FlexFlow/FlexFlow.cs @@ -7,7 +7,7 @@ using System.IO; using System.Net; using System.Net.Http; using log4net; -using Config.Entities; +using Common; using System.Text; namespace TBF.BenchControl.Output.FlexFlow diff --git a/TBF/BenchControl/Output/FlexFlow/FlexFlowCfg.cs b/TBF/BenchControl/Output/FlexFlow/FlexFlowCfg.cs index 81fefe0e2..1975b553e 100644 --- a/TBF/BenchControl/Output/FlexFlow/FlexFlowCfg.cs +++ b/TBF/BenchControl/Output/FlexFlow/FlexFlowCfg.cs @@ -4,6 +4,7 @@ using System; using System.Collections.Generic; using System.Xml.Serialization; +using Common; using Config.Entities; using TBF.BenchControl.Generic; using TBF.Resources; diff --git a/TBF/Properties/AssemblyInfo.cs b/TBF/Properties/AssemblyInfo.cs index cd4860d8d..e911b0888 100644 --- a/TBF/Properties/AssemblyInfo.cs +++ b/TBF/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("2.26.1751.0")] -[assembly: AssemblyFileVersion("2.26.1751.0")] +[assembly: AssemblyVersion("2.26.1764.0")] +[assembly: AssemblyFileVersion("2.26.1764.0")]