From e6d35e517864a03f8d112e773c9fe0211f01e2e6 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Fri, 1 Oct 2021 10:08:09 +0200 Subject: [PATCH] FelxFlow : Changes related to Config.Entities.Enums --> Common.Enums, ver. 2.26.1764 --- TBF/BenchControl/Output/FlexFlow/FlexFlow.cs | 2 +- TBF/BenchControl/Output/FlexFlow/FlexFlowCfg.cs | 1 + TBF/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) 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")]