diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index bbb9b945..072e1256 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -1,10 +1,10 @@ - + net8.0 enable enable - 0.0.0.0 + 0.9.2507.2216 diff --git a/Lux.Data/Lux.Data.csproj b/Lux.Data/Lux.Data.csproj index 3c9c82f3..245fab06 100644 --- a/Lux.Data/Lux.Data.csproj +++ b/Lux.Data/Lux.Data.csproj @@ -1,42 +1,46 @@ - + - - net8.0 - enable - enable - + + net8.0 + enable + enable + 0.9.2507.2216 + - - - - + + + + - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + - - - + + + - - - + + + + + + diff --git a/Lux.Data/post-build.ps1 b/Lux.Data/post-build.ps1 new file mode 100644 index 00000000..62f2e970 --- /dev/null +++ b/Lux.Data/post-build.ps1 @@ -0,0 +1,33 @@ +param([string]$ProjectDir, [string]$ProjectPath); + +$FileVers="..\Resources\VersNum.txt" +$FileManIn="..\Resources\manifest-original.xml" +$FileManOut="..\Resources\manifest.xml" +$FileCLogIn="..\Resources\ChangeLog-original.html" +$FileCLogOut="..\Resources\ChangeLog.html" +$MajMin="0.9." +$currentDate = get-date -format yyMM; +$currentTime = get-date -format ddHH; +$find = "(.|\n)*?"; +$currRelNum=$MajMin + $currentDate +"." + $currentTime +$replace = "" + $MajMin + $currentDate +"." + $currentTime + ""; +$csproj = Get-Content $ProjectPath +$csprojUpdated = $csproj -replace $find, $replace + +Write-Output "Update csproj | $currRelNum" + +Set-Content -Path $ProjectPath -Value $csprojUpdated +Set-Content -Path $FileVers -Value $currRelNum + +# replace x manifest +$manData = Get-Content $FileManIn +$manData = $manData -replace "1.0.0.0", $currRelNum +$manData = $manData -replace "{{DIRNAME}}", "GPW" +$manData = $manData -replace "{{BRANCHNAME}}", "stable" +$manData = $manData -replace "{{PACKNAME}}", "GPW.UI" +Set-Content -Path $FileManOut -Value $manData + +# replace x ChangeLog +$clogData = Get-Content $FileCLogIn +$clogData = $clogData -replace "{{CURRENT-REL}}", $currRelNum +Set-Content -Path $FileCLogOut -Value $clogData diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index 1964c67d..c3a353ed 100644 --- a/Lux.UI/Lux.UI.csproj +++ b/Lux.UI/Lux.UI.csproj @@ -5,7 +5,7 @@ enable enable aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50 - 0.9.2507.2215 + 0.9.2507.2216 diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index ba0919cc..6a96e106 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ LUX - Web Windows MES -

Versione: 0.9.2507.2215

+

Versione: 0.9.2507.2216


Note di rilascio:
  • diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt index f3b7111f..6ddd0777 100644 --- a/Resources/VersNum.txt +++ b/Resources/VersNum.txt @@ -1 +1 @@ -0.9.2507.2215 +0.9.2507.2216 diff --git a/Resources/manifest.xml b/Resources/manifest.xml index a15b2e6d..2fb23863 100644 --- a/Resources/manifest.xml +++ b/Resources/manifest.xml @@ -1,6 +1,6 @@ - 0.9.2507.2215 + 0.9.2507.2216 http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html false