Update NLog
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<HintPath>..\packages\Autoupdater.NET.Official.1.4.9\lib\net452\AutoUpdater.NET.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\NLog.4.5.2\lib\net45\NLog.dll</HintPath>
|
||||
<HintPath>..\packages\NLog.4.5.3\lib\net45\NLog.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="S7.Net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d5812d469e84c693, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\S7netplus.0.1.8\lib\net45\S7.Net.dll</HintPath>
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
<packages>
|
||||
<package id="Autoupdater.NET.Official" version="1.4.9" targetFramework="net461" />
|
||||
<package id="Microsoft.VisualStudio.SlowCheetah" version="3.0.61" targetFramework="net461" />
|
||||
<package id="NLog" version="4.5.2" targetFramework="net461" />
|
||||
<package id="NLog.Config" version="4.5.2" targetFramework="net461" />
|
||||
<package id="NLog.Schema" version="4.5.2" targetFramework="net461" />
|
||||
<package id="NLog" version="4.5.3" targetFramework="net461" />
|
||||
<package id="NLog.Config" version="4.5.3" targetFramework="net461" />
|
||||
<package id="NLog.Schema" version="4.5.3" targetFramework="net461" />
|
||||
<package id="PrettyBin" version="1.1.0" targetFramework="net461" />
|
||||
<package id="S7netplus" version="0.1.8" targetFramework="net461" />
|
||||
</packages>
|
||||
Vendored
+1
-1
@@ -14,7 +14,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=256']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=257']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '1.18.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '1.18.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'MAPO-IOB-WIN'
|
||||
|
||||
Reference in New Issue
Block a user