From 782ae3138ef1dbdaee96e110a7ac56a3a2e4d13f Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Mon, 26 Jan 2026 13:46:51 +0100 Subject: [PATCH] Increased version to 7.2.14 --- 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 2beedc3b..8fc4257d 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -36,8 +36,8 @@ 5.4.0.0 true publish.html - 2 - 7.2.13.2 + 0 + 7.2.14.0 false true true diff --git a/bsmd.database/Properties/AssemblyProductInfo.cs b/bsmd.database/Properties/AssemblyProductInfo.cs index 19b3f3d5..c1cb50b2 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.13")] +[assembly: AssemblyInformationalVersion("7.2.14")] [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 9a544667..16239876 100644 --- a/bsmd.database/Properties/AssemblyProjectInfo.cs +++ b/bsmd.database/Properties/AssemblyProjectInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("7.2.13.*")] +[assembly: AssemblyVersion("7.2.14.*")]