Inizio update MON

This commit is contained in:
Samuele Locatelli
2025-03-11 17:39:29 +01:00
parent a77d77fcfa
commit 6ca217d76e
11 changed files with 83 additions and 22 deletions
+2 -2
View File
@@ -386,10 +386,10 @@ namespace MP.Stats.Components
private string CssBtn(PeriodoSel reqMode)
{
string answ = "btn-outline-dark";
string answ = "btn-outline-primary";
if (reqMode == pSel)
{
answ = "btn-dark text-light";
answ = "btn-primary text-light";
}
return answ;
}
+2 -2
View File
@@ -4,8 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>MP.Stats</RootNamespace>
<UserSecretsId>826e877c-ba70-4253-84cb-d0b1cafd4440</UserSecretsId>
<Version>6.16.2503.1019</Version>
<Version>6.16.2503.1019</Version>
<Version>6.16.2503.1116</Version>
<Version>6.16.2503.1116</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo statistiche MAPO</i>
<h4>Versione: 6.16.2503.1019</h4>
<h4>Versione: 6.16.2503.1116</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
6.16.2503.1019
6.16.2503.1116
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2503.1019</version>
<version>6.16.2503.1116</version>
<url>https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/MP.Stats.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>