FIx conf launcher (7212 --> 7213)

This commit is contained in:
Samuele Locatelli
2022-11-28 10:17:44 +01:00
parent b8161cbd4d
commit dd90bb298c
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.INVE</RootNamespace>
<Version>6.16.2211.2513</Version>
<Version>6.16.2211.2810</Version>
</PropertyGroup>
<ItemGroup>
+2 -2
View File
@@ -3,7 +3,7 @@
"windowsAuthentication": true,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:46815",
"applicationUrl": "http://localhost:46816",
"sslPort": 44370
}
},
@@ -12,7 +12,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7212;http://localhost:5212",
"applicationUrl": "https://localhost:7213;http://localhost:5213",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOINVE </i>
<h4>Versione: 6.16.2211.2513</h4>
<h4>Versione: 6.16.2211.2810</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2211.2513
6.16.2211.2810
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2211.2513</version>
<version>6.16.2211.2810</version>
<url>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/MP.INVE.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>
+1 -1
View File
@@ -20,6 +20,6 @@
"MpIoBaseUrl": "http://localhost:20967/",
"BaseUrl": "https://iis01.egalware.com/mp/inve/Acquisizione?",
"BaseUrlJumper": "https://iis01.egalware.com/mp/inve/jumper?",
"BaseUrlJumperTest": "https://Localhost:7212/jumper?"
"BaseUrlJumperTest": "https://localhost:7213/jumper?"
}
}