diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d203ba99..347cdf03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -421,8 +421,8 @@ TAB3:IIS01:deploy:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-# ----- Start DEPLOY master (IIS02/IIS04) -----
-LAND:IIS02:deploy:
+# ----- Start DEPLOY master (IIS03/IIS04) -----
+LAND:IIS03:deploy:
stage: deploy
tags:
- win
@@ -437,10 +437,10 @@ LAND:IIS02:deploy:
needs: ["LAND:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-PROG:IIS02:deploy:
+PROG:IIS03:deploy:
stage: deploy
tags:
- win
@@ -455,10 +455,10 @@ PROG:IIS02:deploy:
needs: ["PROG:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-STAT:IIS02:deploy:
+STAT:IIS03:deploy:
stage: deploy
tags:
- win
@@ -473,10 +473,10 @@ STAT:IIS02:deploy:
needs: ["STAT:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-MON:IIS02:deploy:
+MON:IIS03:deploy:
stage: deploy
tags:
- win
@@ -491,10 +491,10 @@ MON:IIS02:deploy:
needs: ["MON:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-SPEC:IIS02:deploy:
+SPEC:IIS03:deploy:
stage: deploy
tags:
- win
@@ -509,10 +509,10 @@ SPEC:IIS02:deploy:
needs: ["SPEC:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-INVE:IIS02:deploy:
+INVE:IIS03:deploy:
stage: deploy
tags:
- win
@@ -527,10 +527,10 @@ INVE:IIS02:deploy:
needs: ["INVE:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-CONF:IIS02:deploy:
+CONF:IIS03:deploy:
stage: deploy
tags:
- win
@@ -545,10 +545,10 @@ CONF:IIS02:deploy:
needs: ["CONF:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-IOC:IIS02:deploy:
+IOC:IIS03:deploy:
stage: deploy
tags:
- win
@@ -563,10 +563,10 @@ IOC:IIS02:deploy:
needs: ["IOC:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
-TAB3:IIS02:deploy:
+TAB3:IIS03:deploy:
stage: deploy
tags:
- win
@@ -581,7 +581,7 @@ TAB3:IIS02:deploy:
needs: ["IOC:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
- dotnet publish -p:PublishProfile=IIS04.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
# ----- Start INSTALLER (develop/master) -----
diff --git a/IobConf.UI/IobConf.UI.csproj b/IobConf.UI/IobConf.UI.csproj
index e47e885a..e62007f2 100644
--- a/IobConf.UI/IobConf.UI.csproj
+++ b/IobConf.UI/IobConf.UI.csproj
@@ -8,7 +8,7 @@
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
diff --git a/IobConf.UI/Properties/PublishProfiles/IIS02.pubxml b/IobConf.UI/Properties/PublishProfiles/IIS03.pubxml
similarity index 89%
rename from IobConf.UI/Properties/PublishProfiles/IIS02.pubxml
rename to IobConf.UI/Properties/PublishProfiles/IIS03.pubxml
index 5639ba63..4b0aa4d5 100644
--- a/IobConf.UI/Properties/PublishProfiles/IIS02.pubxml
+++ b/IobConf.UI/Properties/PublishProfiles/IIS03.pubxml
@@ -8,11 +8,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
true
Release
Any CPU
- https://iis02.egalware.com/MP/CONF
+ https://iis03.egalware.com/MP/CONF
false
c2109e71-4eae-4167-9052-175123ccc2bc
false
- https://iis02.egalware.com:8172/MsDeploy.axd
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/CONF
false
diff --git a/MP.IOC/Properties/PublishProfiles/IIS02.pubxml b/IobConf.UI/Properties/PublishProfiles/IIS04.pubxml
similarity index 75%
rename from MP.IOC/Properties/PublishProfiles/IIS02.pubxml
rename to IobConf.UI/Properties/PublishProfiles/IIS04.pubxml
index 73019efa..4b0aa4d5 100644
--- a/MP.IOC/Properties/PublishProfiles/IIS02.pubxml
+++ b/IobConf.UI/Properties/PublishProfiles/IIS04.pubxml
@@ -8,12 +8,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
true
Release
Any CPU
- https://iis02.egalware.com/MP/IOC/
+ https://iis03.egalware.com/MP/CONF
false
- b9f508bf-8503-4c25-b9ba-0fac411c44c5
+ c2109e71-4eae-4167-9052-175123ccc2bc
false
- https://iis02.egalware.com:8172/MsDeploy.axd
- Default Web Site/MP/IOC
+ https://iis03.egalware.com:8172/MsDeploy.axd
+ Default Web Site/MP/CONF
false
WMSVC
diff --git a/MP-TAB3/Components/OdlMan.razor b/MP-TAB3/Components/OdlMan.razor
index 142feac7..9f588487 100644
--- a/MP-TAB3/Components/OdlMan.razor
+++ b/MP-TAB3/Components/OdlMan.razor
@@ -82,9 +82,7 @@
}
- @*
- Check articolo in revisione
-
*@
+
@if (cancelSetupEnabled && RecMSE != null && RecMSE.PezziConf == 0)
{
diff --git a/MP-TAB3/Components/OdlMan.razor.cs b/MP-TAB3/Components/OdlMan.razor.cs
index 53717fb2..1a8965e4 100644
--- a/MP-TAB3/Components/OdlMan.razor.cs
+++ b/MP-TAB3/Components/OdlMan.razor.cs
@@ -195,6 +195,8 @@ namespace MP_TAB3.Components
protected async Task CheckAttr()
{
+ // rileggo ODL
+ await updateIdxOdl();
// verifico attrezzaggio su macchina corrente o se multi su parent
string idxMacc2check = isMulti ? IdxMaccParent : IdxMaccSel;
StatoMacchineModel rigaStato = TabDServ.StatoMacchina(idxMacc2check);
@@ -1096,7 +1098,6 @@ namespace MP_TAB3.Components
private int gPeriodReopenOdlTav = 1;
private string IdxMaccSel = "";
private int idxPOdlSel = 0;
- private bool inAttr = false;
private bool isMaster = false;
private bool isMulti = false;
private bool isProcessing = false;
@@ -1178,6 +1179,7 @@ namespace MP_TAB3.Components
///
private int IdxOdlAltra { get; set; } = 0;
+ private bool inAttr { get; set; } = false;
private bool isLoading { get; set; } = false;
private MappaStatoExpl? lastRecMSE { get; set; } = null;
diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj
index d9436e35..c6ef0db7 100644
--- a/MP-TAB3/MP-TAB3.csproj
+++ b/MP-TAB3/MP-TAB3.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- 6.16.2403.711
+ 6.16.2403.1816
enable
MP_TAB3
diff --git a/MP-TAB3/Properties/PublishProfiles/IIS02.pubxml b/MP-TAB3/Properties/PublishProfiles/IIS03.pubxml
similarity index 88%
rename from MP-TAB3/Properties/PublishProfiles/IIS02.pubxml
rename to MP-TAB3/Properties/PublishProfiles/IIS03.pubxml
index 7590d6fc..5a56aa49 100644
--- a/MP-TAB3/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP-TAB3/Properties/PublishProfiles/IIS03.pubxml
@@ -8,11 +8,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
true
Release
Any CPU
-
https://iis02.egalware.com/MP/TAB3
+
https://iis03.egalware.com/MP/TAB3
false
e7a7c262-7807-4503-949d-5a6fe3df4400
false
-
https://iis02.egalware.com:8172/MsDeploy.axd
+
https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/TAB3
true
diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html
index 2a50f2b5..c5f0e3df 100644
--- a/MP-TAB3/Resources/ChangeLog.html
+++ b/MP-TAB3/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
-
Versione: 6.16.2403.711
+
Versione: 6.16.2403.1816
Note di rilascio:
-
diff --git a/MP-TAB3/Resources/VersNum.txt b/MP-TAB3/Resources/VersNum.txt
index 04d63ea2..a259f729 100644
--- a/MP-TAB3/Resources/VersNum.txt
+++ b/MP-TAB3/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2403.711
+6.16.2403.1816
diff --git a/MP-TAB3/Resources/manifest.xml b/MP-TAB3/Resources/manifest.xml
index e3116d90..6bd11c34 100644
--- a/MP-TAB3/Resources/manifest.xml
+++ b/MP-TAB3/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2403.711
+ 6.16.2403.1816
https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip
https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html
false
diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj
index 43bd8985..13ee92b2 100644
--- a/MP.INVE/MP.INVE.csproj
+++ b/MP.INVE/MP.INVE.csproj
@@ -12,6 +12,10 @@
+
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
+
+
diff --git a/MP.INVE/Properties/PublishProfiles/IIS02.pubxml b/MP.INVE/Properties/PublishProfiles/IIS03.pubxml
similarity index 89%
rename from MP.INVE/Properties/PublishProfiles/IIS02.pubxml
rename to MP.INVE/Properties/PublishProfiles/IIS03.pubxml
index d373af53..60fd32a8 100644
--- a/MP.INVE/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP.INVE/Properties/PublishProfiles/IIS03.pubxml
@@ -8,11 +8,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
true
Release
Any CPU
- https://iis02.egalware.com/MP/INVE
+ https://iis03.egalware.com/MP/INVE
false
fd5b477e-96a4-42f6-b2e8-7fc221c9971c
false
- iis02.egalware.com
+ iis03.egalware.com
Default Web Site/MP/INVE
false
diff --git a/MP.IOC/MP.IOC.csproj b/MP.IOC/MP.IOC.csproj
index c1196beb..2d6759b0 100644
--- a/MP.IOC/MP.IOC.csproj
+++ b/MP.IOC/MP.IOC.csproj
@@ -8,14 +8,14 @@
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfile.pubxml" />
-
+
diff --git a/MP.IOC/Properties/PublishProfiles/IIS02.pubxml.user b/MP.IOC/Properties/PublishProfiles/IIS02.pubxml.user
deleted file mode 100644
index f8a334ca..00000000
--- a/MP.IOC/Properties/PublishProfiles/IIS02.pubxml.user
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
- True|2023-02-14T16:32:07.9453073Z;False|2023-02-14T17:31:50.9060110+01:00;
-
-
- AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAdCoESbxryUqXde3FfEOCTwAAAAACAAAAAAADZgAAwAAAABAAAAC6FuNtbpZUzsFZLQReZJOfAAAAAASAAACgAAAAEAAAAHXUJEN7BcEz0Rbf/AytTOEYAAAAEYjs8Vh5bxNPfuHf+Z3aOlB5DMeiO3/ZFAAAAAexhcaoQB8esVVx8ce07foEZ9w8
-
-
\ No newline at end of file
diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj
index c185b7c3..c462ddf4 100644
--- a/MP.Land/MP.Land.csproj
+++ b/MP.Land/MP.Land.csproj
@@ -25,13 +25,14 @@
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
-
+
diff --git a/MP.Land/Properties/PublishProfiles/IIS02.pubxml b/MP.Land/Properties/PublishProfiles/IIS03.pubxml
similarity index 95%
rename from MP.Land/Properties/PublishProfiles/IIS02.pubxml
rename to MP.Land/Properties/PublishProfiles/IIS03.pubxml
index 4991ed12..9524a06f 100644
--- a/MP.Land/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP.Land/Properties/PublishProfiles/IIS03.pubxml
@@ -14,7 +14,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
False
d9901b50-e61c-400c-b62c-fa060cf72c29
false
- https://iis02.egalware.com:8172/MsDeploy.axd
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/LAND
False
diff --git a/MP.Mon/MP.Mon.csproj b/MP.Mon/MP.Mon.csproj
index 6cc02ee2..1218efa6 100644
--- a/MP.Mon/MP.Mon.csproj
+++ b/MP.Mon/MP.Mon.csproj
@@ -21,7 +21,7 @@
<_WebToolingArtifacts Remove="Properties\PublishProfiles\FolderProfile.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfile.pubxml" />
@@ -30,7 +30,7 @@
-
+
diff --git a/MP.Mon/Properties/PublishProfiles/IIS02.pubxml b/MP.Mon/Properties/PublishProfiles/IIS03.pubxml
similarity index 95%
rename from MP.Mon/Properties/PublishProfiles/IIS02.pubxml
rename to MP.Mon/Properties/PublishProfiles/IIS03.pubxml
index 679f87f6..4eda79b9 100644
--- a/MP.Mon/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP.Mon/Properties/PublishProfiles/IIS03.pubxml
@@ -14,7 +14,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
False
d9901b50-e61c-400c-b62c-fa060cf72c29
false
- https://iis02.egalware.com:8172/MsDeploy.axd
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/MON
False
diff --git a/MP.Mon/Properties/PublishProfiles/IIS02.pubxml.user b/MP.Mon/Properties/PublishProfiles/IIS03.pubxml.user
similarity index 100%
rename from MP.Mon/Properties/PublishProfiles/IIS02.pubxml.user
rename to MP.Mon/Properties/PublishProfiles/IIS03.pubxml.user
diff --git a/MP.Prog/MP.Prog.csproj b/MP.Prog/MP.Prog.csproj
index 7ecf204b..57016ff1 100644
--- a/MP.Prog/MP.Prog.csproj
+++ b/MP.Prog/MP.Prog.csproj
@@ -11,6 +11,7 @@
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS03.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS04.pubxml" />
diff --git a/MP.Prog/Properties/PublishProfiles/IIS02.pubxml b/MP.Prog/Properties/PublishProfiles/IIS03.pubxml
similarity index 95%
rename from MP.Prog/Properties/PublishProfiles/IIS02.pubxml
rename to MP.Prog/Properties/PublishProfiles/IIS03.pubxml
index 93927fb1..a5a89087 100644
--- a/MP.Prog/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP.Prog/Properties/PublishProfiles/IIS03.pubxml
@@ -14,7 +14,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
False
d9901b50-e61c-400c-b62c-fa060cf72c29
false
- https://iis02.egalware.com:8172/MsDeploy.axd
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/PROG
False
diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj
index b5716809..10c74524 100644
--- a/MP.SPEC/MP.SPEC.csproj
+++ b/MP.SPEC/MP.SPEC.csproj
@@ -5,7 +5,7 @@
enable
enable
MP.SPEC
- 6.16.2402.1919
+ 6.16.2403.1115
diff --git a/MP.SPEC/Properties/PublishProfiles/IIS02.pubxml b/MP.SPEC/Properties/PublishProfiles/IIS03.pubxml
similarity index 95%
rename from MP.SPEC/Properties/PublishProfiles/IIS02.pubxml
rename to MP.SPEC/Properties/PublishProfiles/IIS03.pubxml
index efb6537e..98138083 100644
--- a/MP.SPEC/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP.SPEC/Properties/PublishProfiles/IIS03.pubxml
@@ -14,7 +14,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
False
d9901b50-e61c-400c-b62c-fa060cf72c29
false
- https://iis02.egalware.com:8172/MsDeploy.axd
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/SPEC
False
diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html
index 970a5e81..28847e21 100644
--- a/MP.SPEC/Resources/ChangeLog.html
+++ b/MP.SPEC/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
-
Versione: 6.16.2402.1919
+ Versione: 6.16.2403.1115
Note di rilascio:
-
diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt
index dad8f7b3..06071cc0 100644
--- a/MP.SPEC/Resources/VersNum.txt
+++ b/MP.SPEC/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2402.1919
+6.16.2403.1115
diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml
index 8f22131d..1ebb4952 100644
--- a/MP.SPEC/Resources/manifest.xml
+++ b/MP.SPEC/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2402.1919
+ 6.16.2403.1115
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html
false
diff --git a/MP.Stats/Properties/PublishProfiles/IIS02.pubxml b/MP.Stats/Properties/PublishProfiles/IIS03.pubxml
similarity index 95%
rename from MP.Stats/Properties/PublishProfiles/IIS02.pubxml
rename to MP.Stats/Properties/PublishProfiles/IIS03.pubxml
index bfb09418..0ef183bf 100644
--- a/MP.Stats/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP.Stats/Properties/PublishProfiles/IIS03.pubxml
@@ -14,7 +14,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
False
d9901b50-e61c-400c-b62c-fa060cf72c29
false
- https://iis02.egalware.com:8172/MsDeploy.axd
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/STATS
False
diff --git a/MP.Stats/Properties/PublishProfiles/IIS02.pubxml.user b/MP.Stats/Properties/PublishProfiles/IIS03.pubxml.user
similarity index 100%
rename from MP.Stats/Properties/PublishProfiles/IIS02.pubxml.user
rename to MP.Stats/Properties/PublishProfiles/IIS03.pubxml.user