From 114b9db663ccbaea18b6e508bf93ec35e6a76f22 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Thu, 26 Jan 2023 07:49:19 +0100 Subject: [PATCH] version bump --- 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 732b0f1b..6b5c5246 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -37,7 +37,7 @@ true publish.html 0 - 7.8.1.%2a + 7.9.0.%2a false true true diff --git a/bsmd.database/Properties/AssemblyProductInfo.cs b/bsmd.database/Properties/AssemblyProductInfo.cs index 229436f1..2dc6a129 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.8.1")] +[assembly: AssemblyInformationalVersion("7.9.0")] [assembly: AssemblyCopyright("Copyright © 2014-2022 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 eaba9da0..3d2ff33a 100644 --- a/bsmd.database/Properties/AssemblyProjectInfo.cs +++ b/bsmd.database/Properties/AssemblyProjectInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("7.8.1.*")] +[assembly: AssemblyVersion("7.9.0.*")]