diff --git a/Jenkinsfile b/Jenkinsfile
index d50a80f..22e1533 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
steps {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
- withEnv(['NEXT_BUILD_NUMBER=658']) {
+ withEnv(['NEXT_BUILD_NUMBER=659']) {
// 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 970eb21..11959a6 100644
--- a/SteamWareLib/SteamWare.csproj
+++ b/SteamWareLib/SteamWare.csproj
@@ -79,7 +79,7 @@
..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll
- ..\..\MoonPro_dotnet\packages\NLog.4.6.2\lib\net45\NLog.dll
+ ..\packages\NLog.4.6.1\lib\net45\NLog.dll
..\packages\Pipelines.Sockets.Unofficial.2.0.22\lib\net461\Pipelines.Sockets.Unofficial.dll
diff --git a/SteamWareLib/packages.config b/SteamWareLib/packages.config
index 3182c1d..d135ff4 100644
--- a/SteamWareLib/packages.config
+++ b/SteamWareLib/packages.config
@@ -3,7 +3,7 @@
-
+