From f2fcbb2f753fc2e702a649875ffb5bbdbca09b46 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 4 Sep 2024 17:59:17 +0200 Subject: [PATCH] Fix ps1 x compilazione versione csproj --- GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj | 1 + GPW.CORE.WRKLOG/post-build.ps1 | 4 +++- Resources/ChangeLog.html | 2 +- Resources/VersNum.txt | 2 +- Resources/manifest.xml | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj index cd9bb97..5965fed 100644 --- a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj +++ b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj @@ -4,6 +4,7 @@ net8.0 enable enable + 4.1.2409.0417 diff --git a/GPW.CORE.WRKLOG/post-build.ps1 b/GPW.CORE.WRKLOG/post-build.ps1 index 820809e..bcc9e13 100644 --- a/GPW.CORE.WRKLOG/post-build.ps1 +++ b/GPW.CORE.WRKLOG/post-build.ps1 @@ -5,7 +5,7 @@ $FileManIn="..\Resources\manifest-original.xml" $FileManOut="..\Resources\manifest.xml" $FileCLogIn="..\Resources\ChangeLog-original.html" $FileCLogOut="..\Resources\ChangeLog.html" -$MajMin="3.0." +$MajMin="4.1." $currentDate = get-date -format yyMM; $currentTime = get-date -format ddHH; $find = "(.|\n)*?"; @@ -14,6 +14,8 @@ $replace = "" + $MajMin + $currentDate +"." + $currentTime + " GPW - Gestione Presenze Web -

Versione: 3.0.2409.0417

+

Versione: 4.1.2409.0417


Note di rilascio: