diff --git a/Jenkinsfile b/Jenkinsfile index e95c477b..a6cb55d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=1252']) { + withEnv(['NEXT_BUILD_NUMBER=1253']) { // env.versionNumber = VersionNumber(versionNumberString : '6.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '6.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO' diff --git a/MapoSDK/Objects.cs b/MapoSDK/Objects.cs index c8620773..3cad726e 100644 --- a/MapoSDK/Objects.cs +++ b/MapoSDK/Objects.cs @@ -89,6 +89,10 @@ namespace MapoSDK /// public string name { get; set; } = "none"; /// + /// DESCRIZIONE parametro + /// + public string description { get; set; } = ""; + /// /// Tipo di dato /// [JsonConverter(typeof(StringEnumConverter))]