From 5f1fabf1d287e74cd69d436b688cc625e7abdfb2 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Thu, 19 Jan 2023 13:53:04 +0100 Subject: [PATCH] removed empty line - rebuilt --- LifeCycle.cs | 1 - Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/LifeCycle.cs b/LifeCycle.cs index 2cb05b5..f04e520 100644 --- a/LifeCycle.cs +++ b/LifeCycle.cs @@ -39,6 +39,5 @@ namespace FCS.Lib.Common /// /// public TimeFrame TimeFrame { get; set; } = new (); - } } \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 99ce3d4..8445754 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -17,5 +17,5 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] [assembly: Guid("8D850197-78DB-4D16-A91F-E5BB6E8880A7")] -[assembly: AssemblyVersion("1.0.22346.0710")] -[assembly: AssemblyFileVersion("1.0.22346.0710")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.23019.1248")] +[assembly: AssemblyFileVersion("1.0.23019.1248")] \ No newline at end of file