diff --git a/Jenkinsfile b/Jenkinsfile index e50ded7..ba95b32 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { steps { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=653']) { + withEnv(['NEXT_BUILD_NUMBER=654']) { // env.versionNumber = VersionNumber(versionNumberString : '3.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '3.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'SteamWareLib' diff --git a/SteamWareLib/SteamWare.csproj b/SteamWareLib/SteamWare.csproj index 41b4525..de2ffc3 100644 --- a/SteamWareLib/SteamWare.csproj +++ b/SteamWareLib/SteamWare.csproj @@ -79,10 +79,10 @@ ..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll - ..\..\GMW\packages\Pipelines.Sockets.Unofficial.1.0.9\lib\net461\Pipelines.Sockets.Unofficial.dll + ..\packages\Pipelines.Sockets.Unofficial.1.0.9\lib\net461\Pipelines.Sockets.Unofficial.dll - ..\..\GMW\packages\StackExchange.Redis.2.0.519\lib\net461\StackExchange.Redis.dll + ..\packages\StackExchange.Redis.2.0.519\lib\net461\StackExchange.Redis.dll ..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2\System.dll @@ -101,12 +101,12 @@ - - ..\packages\System.IO.Pipelines.4.5.1\lib\netstandard2.0\System.IO.Pipelines.dll + + ..\packages\System.IO.Pipelines.4.5.2\lib\netstandard2.0\System.IO.Pipelines.dll - ..\..\GMW\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll + ..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll diff --git a/SteamWareLib/packages.config b/SteamWareLib/packages.config index 831e927..751f7d9 100644 --- a/SteamWareLib/packages.config +++ b/SteamWareLib/packages.config @@ -8,7 +8,7 @@ - +