From 04228655e174e23dd997ebbe0d21f1a80384430e Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Fri, 29 Apr 2022 07:52:22 +0200 Subject: [PATCH] increased version for test deploy --- 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 e746eb89..6cfaab14 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -37,7 +37,7 @@ true publish.html 0 - 7.0.3.0 + 7.0.4.0 false true true diff --git a/bsmd.database/Properties/AssemblyProductInfo.cs b/bsmd.database/Properties/AssemblyProductInfo.cs index 510fabfd..31465940 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.0.2")] +[assembly: AssemblyInformationalVersion("7.0.4")] [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 98fdcad6..c9d04243 100644 --- a/bsmd.database/Properties/AssemblyProjectInfo.cs +++ b/bsmd.database/Properties/AssemblyProjectInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("7.0.2.*")] +[assembly: AssemblyVersion("7.0.4.*")]