diff --git a/MP.Land/Data/LicenseService.cs b/MP.Land/Data/LicenseService.cs
index 9a103d9f..f802a34b 100644
--- a/MP.Land/Data/LicenseService.cs
+++ b/MP.Land/Data/LicenseService.cs
@@ -291,6 +291,7 @@ namespace MP.Land.Data
public bool InitAkv()
{
bool fatto = false;
+ Applicazione = "MAPO";
Installazione = getAVKStr("Installazione");
MasterKey = getAVKStr(Applicazione);
fatto = !string.IsNullOrEmpty($"{Installazione}{MasterKey}");
diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj
index 60f8defa..6da224cd 100644
--- a/MP.Land/MP.Land.csproj
+++ b/MP.Land/MP.Land.csproj
@@ -3,7 +3,7 @@
net6.0
MP.Land
- 6.15.2202.2715
+ 6.15.2203.2910
diff --git a/MP.Land/Resources/ChangeLog.html b/MP.Land/Resources/ChangeLog.html
index d2421896..5e9dc850 100644
--- a/MP.Land/Resources/ChangeLog.html
+++ b/MP.Land/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo gestione Programmi MAPO
- Versione: 6.15.2202.2715
+ Versione: 6.15.2203.2910
Note di rilascio:
diff --git a/MP.Land/Resources/VersNum.txt b/MP.Land/Resources/VersNum.txt
index 4a27e4c5..02182174 100644
--- a/MP.Land/Resources/VersNum.txt
+++ b/MP.Land/Resources/VersNum.txt
@@ -1 +1 @@
-6.15.2202.2715
+6.15.2203.2910
diff --git a/MP.Land/Resources/manifest.xml b/MP.Land/Resources/manifest.xml
index cfb0a4e7..ec24c311 100644
--- a/MP.Land/Resources/manifest.xml
+++ b/MP.Land/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.15.2202.2715
+ 6.15.2203.2910
https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/MP.Land.zip
https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/ChangeLog.html
false
diff --git a/MP.Land/appsettings.json b/MP.Land/appsettings.json
index 0aaa8898..9bc2485d 100644
--- a/MP.Land/appsettings.json
+++ b/MP.Land/appsettings.json
@@ -1,20 +1,25 @@
{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "BaseUrl": "https://localhost:44309/",
- "QrJumpPath": "MP/TAB/jumper?",
- "Environment": "Steam DEV",
- "downloadPath": "C:\\Steamware\\installers\\MP",
- "appVers": "stable",
- "ConnectionStrings": {
- "DefaultConnection": "Server=SQL2016DEV;Database=MoonPro;Trusted_Connection=True;MultipleActiveResultSets=true",
- "MP.Land": "Server=SQL2016DEV;Database=MoonPro;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.Land;",
- "Redis": "localhost:6379,defaultDatabase=1,keepAlive=180,asyncTimeout=5000"
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft": "Warning",
+ "Microsoft.Hosting.Lifetime": "Information"
}
+ },
+ "AllowedHosts": "*",
+ "BaseUrl": "https://localhost:44309/",
+ "QrJumpPath": "MP/TAB/jumper?",
+ "Environment": "Steam DEV",
+ "downloadPath": "C:\\Steamware\\installers\\MP",
+ "appVers": "stable",
+ "ConnectionStrings": {
+ "DefaultConnection": "Server=SQL2016DEV;Database=MoonPro;Trusted_Connection=True;MultipleActiveResultSets=true",
+ "MP.Land": "Server=SQL2016DEV;Database=MoonPro;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.Land;",
+ "Redis": "localhost:6379,defaultDatabase=1,keepAlive=180,asyncTimeout=5000"
+ }
+ //"ConnectionStrings": {
+ // "DefaultConnection": "Server=SQL2016PROD;Database=Valvital_MoonPro_Prod;Trusted_Connection=True;MultipleActiveResultSets=true",
+ // "MP.Land": "Server=SQL2016PROD;Database=Valvital_MoonPro_Prod;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.Land;",
+ // "Redis": "localhost:6379,defaultDatabase=11,keepAlive=180,asyncTimeout=5000"
+ //}
}
\ No newline at end of file
diff --git a/MP.Stats/MP.Stats.csproj b/MP.Stats/MP.Stats.csproj
index af5e8aa2..aad60aea 100644
--- a/MP.Stats/MP.Stats.csproj
+++ b/MP.Stats/MP.Stats.csproj
@@ -4,7 +4,7 @@
net6.0
MP.Stats
826e877c-ba70-4253-84cb-d0b1cafd4440
- 6.15.2202.2715
+ 6.15.2203.0116
diff --git a/MP.Stats/Pages/Test.razor b/MP.Stats/Pages/Test.razor
index 14b1b131..fc344409 100644
--- a/MP.Stats/Pages/Test.razor
+++ b/MP.Stats/Pages/Test.razor
@@ -50,5 +50,11 @@
+
+
+
+
+
+
diff --git a/MP.Stats/Resources/ChangeLog.html b/MP.Stats/Resources/ChangeLog.html
index 41c8be6f..d69d01ca 100644
--- a/MP.Stats/Resources/ChangeLog.html
+++ b/MP.Stats/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo statistiche MAPO
- Versione: 6.15.2202.2715
+ Versione: 6.15.2203.0116
Note di rilascio:
diff --git a/MP.Stats/Resources/VersNum.txt b/MP.Stats/Resources/VersNum.txt
index 4a27e4c5..d92b3f7d 100644
--- a/MP.Stats/Resources/VersNum.txt
+++ b/MP.Stats/Resources/VersNum.txt
@@ -1 +1 @@
-6.15.2202.2715
+6.15.2203.0116
diff --git a/MP.Stats/Resources/manifest.xml b/MP.Stats/Resources/manifest.xml
index 4ca29e74..adaefddb 100644
--- a/MP.Stats/Resources/manifest.xml
+++ b/MP.Stats/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.15.2202.2715
+ 6.15.2203.0116
https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/MP.Stats.zip
https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/ChangeLog.html
false