diff --git a/IOB-WIN/App.config b/IOB-WIN/App.config index 0c9d08af..5c757d3d 100644 --- a/IOB-WIN/App.config +++ b/IOB-WIN/App.config @@ -5,13 +5,13 @@ - + - + diff --git a/IOB-WIN/MainForm.cs b/IOB-WIN/MainForm.cs index f40c4766..2d111773 100644 --- a/IOB-WIN/MainForm.cs +++ b/IOB-WIN/MainForm.cs @@ -1029,6 +1029,8 @@ namespace IOB_WIN private void mCheckUpdates_Click(object sender, EventArgs e) { + AutoUpdater.ShowSkipButton = false; + AutoUpdater.ShowRemindLaterButton = false; AutoUpdater.Start(updateUrl); } } diff --git a/Jenkinsfile b/Jenkinsfile index 146367df..6ce036c7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=191']) { + withEnv(['NEXT_BUILD_NUMBER=192']) { // env.versionNumber = VersionNumber(versionNumberString : '1.16.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.16.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO-IOB-WIN'