diff --git a/IntegrationEgaltech/Constants.cs b/IntegrationEgaltech/Constants.cs index a1e8940..764215c 100644 --- a/IntegrationEgaltech/Constants.cs +++ b/IntegrationEgaltech/Constants.cs @@ -37,7 +37,7 @@ namespace ib.essetre.integration.egaltech public const int scaleUnit = 2 ; // Allungamento della barra per pezzi singoli da Vista - public const double BarMaxLenForAdd = 2000 ; + public const double BarMaxLenForAdd = 4000 ; public const double BarAddLen = 2000 ; // Sovramateriale di testa per travi singole di Vista diff --git a/IntegrationEgaltech/Properties/AssemblyInfo.cs b/IntegrationEgaltech/Properties/AssemblyInfo.cs index a131565..e89d3f7 100644 --- a/IntegrationEgaltech/Properties/AssemblyInfo.cs +++ b/IntegrationEgaltech/Properties/AssemblyInfo.cs @@ -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.3.6.4")] -[assembly: AssemblyFileVersion("2.3.6.4")] +[assembly: AssemblyVersion("2.3.7.1")] +[assembly: AssemblyFileVersion("2.3.7.1")]