forx semver stringa
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user