diff --git a/MP.MONO.ADAPTER/MP.MONO.ADAPTER.csproj b/MP.MONO.ADAPTER/MP.MONO.ADAPTER.csproj
index c00ab90..818687a 100644
--- a/MP.MONO.ADAPTER/MP.MONO.ADAPTER.csproj
+++ b/MP.MONO.ADAPTER/MP.MONO.ADAPTER.csproj
@@ -5,6 +5,7 @@
net6.0
enable
enable
+ 0.9.0.0
diff --git a/MP.MONO.ANALYZER/MP.MONO.ANALYZER.csproj b/MP.MONO.ANALYZER/MP.MONO.ANALYZER.csproj
index 2da2a3e..33d6a15 100644
--- a/MP.MONO.ANALYZER/MP.MONO.ANALYZER.csproj
+++ b/MP.MONO.ANALYZER/MP.MONO.ANALYZER.csproj
@@ -6,6 +6,7 @@
enable
enable
AnyCPU;x86;x64
+ 0.9.0.0
@@ -43,5 +44,7 @@
Always
-
+
+
+
diff --git a/MP.MONO.ANALYZER/Resources/ChangeLog-original.html b/MP.MONO.ANALYZER/Resources/ChangeLog-original.html
new file mode 100644
index 0000000..3cf89dd
--- /dev/null
+++ b/MP.MONO.ANALYZER/Resources/ChangeLog-original.html
@@ -0,0 +1,26 @@
+
+ MAPO-MONO
+ Version: {{CURRENT-REL}}
+
Release Note:
+
+ -
+ Last changes:
+
+
+ -
+ v.1.0.* →
+
+ - Current CORE version
+ - Release dotnet6
+
+
+
+
+
+

+
+
+
+
\ No newline at end of file
diff --git a/MP.MONO.ANALYZER/Resources/ChangeLog.html b/MP.MONO.ANALYZER/Resources/ChangeLog.html
new file mode 100644
index 0000000..e64278e
--- /dev/null
+++ b/MP.MONO.ANALYZER/Resources/ChangeLog.html
@@ -0,0 +1,27 @@
+
+ GPW - Gestione Presenze Web
+ Versione: 3.0.2201.2614
+
Note di rilascio:
+
+ -
+ Ultime modifiche:
+
+
+ -
+ v.3.* →
+
+ - Versione CORE per UI commesse
+ - Release dotnet6
+ - Integrazione EFCore
+
+
+
+
+
+

+
+
+
+
diff --git a/MP.MONO.ANALYZER/Resources/VersNum.txt b/MP.MONO.ANALYZER/Resources/VersNum.txt
new file mode 100644
index 0000000..95b5616
--- /dev/null
+++ b/MP.MONO.ANALYZER/Resources/VersNum.txt
@@ -0,0 +1 @@
+3.0.2201.2614
diff --git a/MP.MONO.ANALYZER/Resources/logoSteamware.png b/MP.MONO.ANALYZER/Resources/logoSteamware.png
new file mode 100644
index 0000000..0958b50
Binary files /dev/null and b/MP.MONO.ANALYZER/Resources/logoSteamware.png differ
diff --git a/MP.MONO.ANALYZER/Resources/manifest-original.xml b/MP.MONO.ANALYZER/Resources/manifest-original.xml
new file mode 100644
index 0000000..a9269ca
--- /dev/null
+++ b/MP.MONO.ANALYZER/Resources/manifest-original.xml
@@ -0,0 +1,7 @@
+
+-
+ 1.0.0.0
+ http://nexus.steamware.net/repository/SWS/{{DIRNAME}}/{{BRANCHNAME}}/{{PACKNAME}}.zip
+ http://nexus.steamware.net/repository/SWS/{{DIRNAME}}/{{BRANCHNAME}}/ChangeLog.html
+ false
+
diff --git a/MP.MONO.ANALYZER/Resources/manifest.xml b/MP.MONO.ANALYZER/Resources/manifest.xml
new file mode 100644
index 0000000..81edf87
--- /dev/null
+++ b/MP.MONO.ANALYZER/Resources/manifest.xml
@@ -0,0 +1,7 @@
+
+-
+ 3.0.2201.2614
+ http://nexus.steamware.net/repository/SWS/MAPO-MONO/stable/0/MAPO-MONO.UI.zip
+ http://nexus.steamware.net/repository/SWS/MAPO-MONO/stable/0/ChangeLog.html
+ false
+
diff --git a/MP.MONO.ANALYZER/post-build.ps1 b/MP.MONO.ANALYZER/post-build.ps1
new file mode 100644
index 0000000..8f38435
--- /dev/null
+++ b/MP.MONO.ANALYZER/post-build.ps1
@@ -0,0 +1,32 @@
+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.MONO.ANALYZER"
+$manData = $manData -replace "{{BRANCHNAME}}", "stable/LAST"
+$manData = $manData -replace "{{PACKNAME}}", "MP.Mon"
+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.MONO.DECODER/MP.MONO.DECODER.csproj b/MP.MONO.DECODER/MP.MONO.DECODER.csproj
index 5fd5c84..6a93ae1 100644
--- a/MP.MONO.DECODER/MP.MONO.DECODER.csproj
+++ b/MP.MONO.DECODER/MP.MONO.DECODER.csproj
@@ -6,6 +6,7 @@
enable
enable
AnyCPU;x86;x64
+ 0.9.0.0
diff --git a/MP.MONO.SIM/MP.MONO.SIM.csproj b/MP.MONO.SIM/MP.MONO.SIM.csproj
index 2cfabeb..550c148 100644
--- a/MP.MONO.SIM/MP.MONO.SIM.csproj
+++ b/MP.MONO.SIM/MP.MONO.SIM.csproj
@@ -6,6 +6,7 @@
enable
enable
AnyCPU;x86;x64
+ 0.9.0.0
diff --git a/MP.MONO.UI/MP.MONO.UI.csproj b/MP.MONO.UI/MP.MONO.UI.csproj
index 91891a0..931cbc8 100644
--- a/MP.MONO.UI/MP.MONO.UI.csproj
+++ b/MP.MONO.UI/MP.MONO.UI.csproj
@@ -5,6 +5,7 @@
enable
enable
AnyCPU;x86;x64
+ 0.9.0.0