From fa460ec8e422cfdd32c4d951eaa77190b8160ab9 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Thu, 11 Sep 2025 08:37:48 +0200 Subject: [PATCH] Version bump --- ENI2/ENI2.csproj | 4 ++-- bsmd.database/Properties/AssemblyProductInfo.cs | 2 +- bsmd.database/Properties/AssemblyProjectInfo.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index a2815794..46942996 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -36,8 +36,8 @@ 5.4.0.0 true publish.html - 3 - 7.2.11.3 + 8 + 7.2.12.0 false true true diff --git a/bsmd.database/Properties/AssemblyProductInfo.cs b/bsmd.database/Properties/AssemblyProductInfo.cs index ed222e86..0e0edb5b 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.11")] +[assembly: AssemblyInformationalVersion("7.2.12")] [assembly: AssemblyCopyright("Copyright © 2014-2025 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 a32a612b..e7e744ee 100644 --- a/bsmd.database/Properties/AssemblyProjectInfo.cs +++ b/bsmd.database/Properties/AssemblyProjectInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("7.2.11.*")] +[assembly: AssemblyVersion("7.2.12.*")]