correzione dati publicazione

This commit is contained in:
Samuele Locatelli
2026-05-09 07:01:04 +02:00
parent 1f3f2632cd
commit 5cecdaed9e
5 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.RIOC</RootNamespace>
<Version>8.16.2605.812</Version>
<Version>8.16.2605.906</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -10,7 +10,7 @@
<!DOCTYPE html>
<html>
<head>
<title>MP.RIOC Dashboard</title>
<title>MP-RIOC Dashboard</title>
<style>
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #f0f2f5; padding: 30px; color: #333; }
.card { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); max-width: 900px; margin: auto; }
-5
View File
@@ -4,10 +4,5 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServerConf": {
"useFactory": false,
"OldApiUrl": "http://localhost/MP/IO/IOB/",
"NewApiUrl": "http://localhost/MP/IOC/api/IOB/"
}
}
+2 -2
View File
@@ -61,8 +61,8 @@
"RoutePath": "/api/IOB",
"HttpVersion": "1.1",
"HttpVersionPolicy": "RequestVersionExact",
"OldApiUrl": "http://iis01.egalware.com/MP/IO/IOB/",
"NewApiUrl": "http://iis01.egalware.com/MP/IOC/api/IOB/",
"OldApiUrl": "https://iis01.egalware.com/MP/IO/IOB/",
"NewApiUrl": "https://iis01.egalware.com/MP/IOC/api/IOB/",
"BaseUrlIoc": "/MP/RIOC/",
"MpIoNS": "MoonPro:SQL2016DEV:MoonPro",
"RedisBaseKey": "MP-IOC",
+2 -2
View File
@@ -21,9 +21,9 @@ 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}}", "MP-IOC"
$manData = $manData -replace "{{DIRNAME}}", "MP-RIOC"
$manData = $manData -replace "{{BRANCHNAME}}", "stable/LAST"
$manData = $manData -replace "{{PACKNAME}}", "MP.IOC"
$manData = $manData -replace "{{PACKNAME}}", "MP.RIOC"
Set-Content -Path $FileManOut -Value $manData
# replace x ChangeLog