diff --git a/Egw.Window.Data/Egw.Window.Data.csproj b/Egw.Window.Data/Egw.Window.Data.csproj index 658d035..16a0ad0 100644 --- a/Egw.Window.Data/Egw.Window.Data.csproj +++ b/Egw.Window.Data/Egw.Window.Data.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 2.7.10.0212 + 2.7.10.212 Annamaria Sassi Egalware Classi di base per gestione sistemi Window x Egw.* diff --git a/Egw.Window.Data/post-build.ps1 b/Egw.Window.Data/post-build.ps1 index 9eee7f5..2fbb9b7 100644 --- a/Egw.Window.Data/post-build.ps1 +++ b/Egw.Window.Data/post-build.ps1 @@ -3,7 +3,7 @@ $MajMin="2.7." $currentDate = get-date -format MM; -$currentTime = get-date -format ddHH; +$currentTime = get-date -format dHH; $find = "(.|\n)*?"; $currRelNum=$MajMin + $currentDate + "." + $currentTime $replace = "" + $currRelNum + "";