From 03bb4ecc36e7a28495428a0ad71d98a5ef16bad0 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 2 Oct 2025 12:47:41 +0200 Subject: [PATCH] forx semver stringa --- Egw.Window.Data/Egw.Window.Data.csproj | 2 +- Egw.Window.Data/post-build.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 + "";