diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj
index bc04c32..91b5a9c 100644
--- a/WebWindowConfigurator/WebWindowConfigurator.csproj
+++ b/WebWindowConfigurator/WebWindowConfigurator.csproj
@@ -4,7 +4,7 @@
net8.0
enable
enable
- 2.7.8.0719
+ 2.7.8.809
Annamaria Sassi
Egalware
Componente gestione JWD per LUX
@@ -41,3 +41,4 @@
+
diff --git a/WebWindowConfigurator/post-build.ps1 b/WebWindowConfigurator/post-build.ps1
index bc77ab7..0015dbe 100644
--- a/WebWindowConfigurator/post-build.ps1
+++ b/WebWindowConfigurator/post-build.ps1
@@ -10,7 +10,7 @@ $vers = if ($fileContent -match $pattern) { $matches[1] } else { $null }
echo "Versione corrente: $vers"
# calcolo Rel e Build...
$Release = (Get-Date).Month;
-$Build = get-date -format ddHH;
+$Build = get-date -format dHH;
$parts = $vers -split '\.'
#$newVers = "$parts[0].$parts[1].$Release.$Build"
$newParts = @($parts[0], $parts[1], $Release, $Build)