From d306650bbbe993f140be72e6f46e4988fa7a215b Mon Sep 17 00:00:00 2001 From: DarioS Date: Thu, 12 Jan 2023 17:37:12 +0100 Subject: [PATCH] Integration 2.5a1 : - ricompilazione con cambio versione. --- IntegrationEgaltech/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IntegrationEgaltech/Properties/AssemblyInfo.cs b/IntegrationEgaltech/Properties/AssemblyInfo.cs index d49564e..a8e1631 100644 --- a/IntegrationEgaltech/Properties/AssemblyInfo.cs +++ b/IntegrationEgaltech/Properties/AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("EgalTech s.r.l.")] [assembly: AssemblyProduct("IntegrationEgaltech")] -[assembly: AssemblyCopyright("Copyright © 2018-2021 by EgalTech s.r.l.")] +[assembly: AssemblyCopyright("Copyright © 2018-2023 by EgalTech s.r.l.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -36,5 +36,5 @@ using System.Runtime.InteropServices; // È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build // usando l'asterisco '*' come illustrato di seguito: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.4.7.1")] -[assembly: AssemblyFileVersion("2.4.7.1")] +[assembly: AssemblyVersion("2.5.1.1")] +[assembly: AssemblyFileVersion("2.5.1.1")]