forx semver stringa

This commit is contained in:
Samuele Locatelli
2025-10-02 12:47:41 +02:00
parent da5da40ce1
commit 03bb4ecc36
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.7.10.0212</Version>
<Version>2.7.10.212</Version>
<Authors>Annamaria Sassi</Authors>
<Company>Egalware</Company>
<Description>Classi di base per gestione sistemi Window x Egw.*</Description>
+1 -1
View File
@@ -3,7 +3,7 @@
$MajMin="2.7."
$currentDate = get-date -format MM;
$currentTime = get-date -format ddHH;
$currentTime = get-date -format dHH;
$find = "<Version>(.|\n)*?</Version>";
$currRelNum=$MajMin + $currentDate + "." + $currentTime
$replace = "<Version>" + $currRelNum + "</Version>";