From 28878447b8207b3e5859c993294612aca2cc7bc6 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Sun, 11 Aug 2024 09:34:55 +0200 Subject: [PATCH] Increased version to 7.2.4 --- ENI2/ENI2.csproj | 2 +- bsmd.database/Properties/AssemblyProductInfo.cs | 2 +- bsmd.database/Properties/AssemblyProjectInfo.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index bebd4c7c..84f13e3b 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -37,7 +37,7 @@ true publish.html 3 - 7.2.3.3 + 7.2.4.0 false true true diff --git a/bsmd.database/Properties/AssemblyProductInfo.cs b/bsmd.database/Properties/AssemblyProductInfo.cs index 8d1ecf47..a8f7978c 100644 --- a/bsmd.database/Properties/AssemblyProductInfo.cs +++ b/bsmd.database/Properties/AssemblyProductInfo.cs @@ -2,6 +2,6 @@ [assembly: AssemblyCompany("schick Informatik")] [assembly: AssemblyProduct("BSMD NSW interface")] -[assembly: AssemblyInformationalVersion("7.2.3")] +[assembly: AssemblyInformationalVersion("7.2.4")] [assembly: AssemblyCopyright("Copyright © 2014-2024 schick Informatik")] [assembly: AssemblyTrademark("")] \ No newline at end of file diff --git a/bsmd.database/Properties/AssemblyProjectInfo.cs b/bsmd.database/Properties/AssemblyProjectInfo.cs index 39003ef1..f580fc67 100644 --- a/bsmd.database/Properties/AssemblyProjectInfo.cs +++ b/bsmd.database/Properties/AssemblyProjectInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("7.2.3.*")] +[assembly: AssemblyVersion("7.2.4.*")]