From db50210e0646be42bff6be1d2c58c53ec7bbeba2 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 22 Nov 2017 17:38:19 +0100 Subject: [PATCH] Messo SOLO button x fare update --- IOB-WIN/App.config | 4 ++-- IOB-WIN/MainForm.cs | 2 ++ Jenkinsfile | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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'