diff --git a/MP-MON/MP-MON.Client/MP-MON.Client.csproj b/MP-MON/MP-MON.Client/MP-MON.Client.csproj
index 9b68b90a..05e22d5f 100644
--- a/MP-MON/MP-MON.Client/MP-MON.Client.csproj
+++ b/MP-MON/MP-MON.Client/MP-MON.Client.csproj
@@ -8,7 +8,6 @@
Default
MP.MON.Client
$(AssemblyName.Replace(' ', '_'))
- 6.16.2503.1418
@@ -32,8 +31,5 @@
-
-
-
diff --git a/MP-MON/MP-MON.Client/Resources/ChangeLog-original.html b/MP-MON/MP-MON.Client/Resources/ChangeLog-original.html
deleted file mode 100644
index a2420fb9..00000000
--- a/MP-MON/MP-MON.Client/Resources/ChangeLog-original.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
- Modulo MAPOSPEC
- Versione: {{CURRENT-REL}}
-
Note di rilascio:
-
- -
- Ultime modifiche:
-
-
- -
- v.6.15.* →
-
- - Prima release dotnet6
-
-
-
-
-
-

-
-
-
-
\ No newline at end of file
diff --git a/MP-MON/MP-MON.Client/Resources/ChangeLog.html b/MP-MON/MP-MON.Client/Resources/ChangeLog.html
deleted file mode 100644
index 1664133a..00000000
--- a/MP-MON/MP-MON.Client/Resources/ChangeLog.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
- Modulo MAPOSPEC
- Versione: 6.16.2503.1418
-
Note di rilascio:
-
- -
- Ultime modifiche:
-
-
- -
- v.6.15.* →
-
- - Prima release dotnet6
-
-
-
-
-
-

-
-
-
-
diff --git a/MP-MON/MP-MON.Client/Resources/VersNum.txt b/MP-MON/MP-MON.Client/Resources/VersNum.txt
deleted file mode 100644
index 7d5437b1..00000000
--- a/MP-MON/MP-MON.Client/Resources/VersNum.txt
+++ /dev/null
@@ -1 +0,0 @@
-6.16.2503.1418
diff --git a/MP-MON/MP-MON.Client/Resources/logoSteamware.png b/MP-MON/MP-MON.Client/Resources/logoSteamware.png
deleted file mode 100644
index 0958b50a..00000000
Binary files a/MP-MON/MP-MON.Client/Resources/logoSteamware.png and /dev/null differ
diff --git a/MP-MON/MP-MON.Client/Resources/manifest-original.xml b/MP-MON/MP-MON.Client/Resources/manifest-original.xml
deleted file mode 100644
index f95e0763..00000000
--- a/MP-MON/MP-MON.Client/Resources/manifest-original.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
--
- 1.0.0.0
- https://nexus.steamware.net/repository/SWS/{{DIRNAME}}/{{BRANCHNAME}}/{{PACKNAME}}.zip
- https://nexus.steamware.net/repository/SWS/{{DIRNAME}}/{{BRANCHNAME}}/ChangeLog.html
- false
-
diff --git a/MP-MON/MP-MON.Client/Resources/manifest.xml b/MP-MON/MP-MON.Client/Resources/manifest.xml
deleted file mode 100644
index b59b180d..00000000
--- a/MP-MON/MP-MON.Client/Resources/manifest.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
--
- 6.16.2503.1418
- 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-MON/MP-MON.Client/post-build.ps1 b/MP-MON/MP-MON.Client/post-build.ps1
deleted file mode 100644
index 547caf3c..00000000
--- a/MP-MON/MP-MON.Client/post-build.ps1
+++ /dev/null
@@ -1,32 +0,0 @@
-param([string]$ProjectDir, [string]$ProjectPath);
-
-$FileMajMin = "..\..\MajMin.vers"
-$FileVers = "Resources\VersNum.txt"
-$FileManIn = "Resources\manifest-original.xml"
-$FileManOut = "Resources\manifest.xml"
-$FileCLogIn = "Resources\ChangeLog-original.html"
-$FileCLogOut = "Resources\ChangeLog.html"
-$MajMin = Get-Content $FileMajMin
-$currentDate = get-date -format yyMM;
-$currentTime = get-date -format dHH;
-$find = "(.|\n)*?";
-$currRelNum = $MajMin + $currentDate +"." + $currentTime
-$replace = "" + $MajMin + $currentDate +"." + $currentTime + "";
-$csproj = Get-Content $ProjectPath
-$csprojUpdated = $csproj -replace $find, $replace
-
-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}}", "MP-TAB3"
-$manData = $manData -replace "{{BRANCHNAME}}", "stable/LAST"
-$manData = $manData -replace "{{PACKNAME}}", "MP-TAB3"
-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/MP-MON/MP-MON/MP-MON.csproj b/MP-MON/MP-MON/MP-MON.csproj
index 279b7f55..9f0ee846 100644
--- a/MP-MON/MP-MON/MP-MON.csproj
+++ b/MP-MON/MP-MON/MP-MON.csproj
@@ -6,7 +6,7 @@
enable
MP.MON
$(AssemblyName.Replace(' ', '_'))
- 6.16.2503.1409
+ 6.16.2503.1418
@@ -39,5 +39,8 @@
true
+
+
+
diff --git a/MP-MON/MP-MON/Resources/ChangeLog.html b/MP-MON/MP-MON/Resources/ChangeLog.html
index 407fcaf8..1664133a 100644
--- a/MP-MON/MP-MON/Resources/ChangeLog.html
+++ b/MP-MON/MP-MON/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
- Versione: 6.16.2503.1410
+ Versione: 6.16.2503.1418
Note di rilascio:
-
diff --git a/MP-MON/MP-MON/Resources/VersNum.txt b/MP-MON/MP-MON/Resources/VersNum.txt
index 8ede05b5..7d5437b1 100644
--- a/MP-MON/MP-MON/Resources/VersNum.txt
+++ b/MP-MON/MP-MON/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2503.1410
+6.16.2503.1418
diff --git a/MP-MON/MP-MON/Resources/manifest.xml b/MP-MON/MP-MON/Resources/manifest.xml
index 470888b7..b59b180d 100644
--- a/MP-MON/MP-MON/Resources/manifest.xml
+++ b/MP-MON/MP-MON/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2503.1410
+ 6.16.2503.1418
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