typo recupero file conf vers

This commit is contained in:
Samuele Locatelli
2022-04-09 10:41:30 +02:00
parent fc963226e3
commit f725049565
+1 -1
View File
@@ -25,7 +25,7 @@ variables:
.version-fix: &version-fix
- |
# Esecuzione fix numero versione x pack nuget
$fileNameAss = 'SteamWareLib\SteamWare.cb';
$fileNameAss = 'SteamWareLib\SteamWare.cs';
$env:NUM_REL = $env:VERS_MAIN+"."+(get-date format yyMM)+"."+(get-date format dHH)
$env:NUM_DEB = $env:VERS_MAIN+"."+(get-date format yyMM)+"-beta."+(get-date format dHH)
$env:NEW_COPYRIGHT = "EgalWare @ 2006-" + (get-date -format yyyy)