diff --git a/MP.AppAuth/Controllers/AppAuthController.cs b/MP.AppAuth/Controllers/AppAuthController.cs
index 69f0fd1f..26d54e80 100644
--- a/MP.AppAuth/Controllers/AppAuthController.cs
+++ b/MP.AppAuth/Controllers/AppAuthController.cs
@@ -99,6 +99,7 @@ namespace MP.AppAuth.Controllers
{
dbResult = localDbCtx
.DbSetUpdMan
+ .OrderBy(x => x.Ordinal)
.ToList();
}
return dbResult;
diff --git a/MP.AppAuth/Models/UpdMan.cs b/MP.AppAuth/Models/UpdMan.cs
index d1496155..f73ab33c 100644
--- a/MP.AppAuth/Models/UpdMan.cs
+++ b/MP.AppAuth/Models/UpdMan.cs
@@ -20,6 +20,7 @@ namespace MP.AppAuth.Models
public string LicenseKey { get; set; }
public string LocalRepo { get; set; }
public string ManifestUrl { get; set; }
+ public int Ordinal { get; set; } = 1;
public string PackName { get; set; }
#endregion Public Properties
diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj
index 019654f0..105d235b 100644
--- a/MP.Land/MP.Land.csproj
+++ b/MP.Land/MP.Land.csproj
@@ -3,7 +3,7 @@
net5.0
MP.Land
- 6.14.2109.2215
+ 6.14.2110.1310
diff --git a/MP.Land/Resources/ChangeLog.html b/MP.Land/Resources/ChangeLog.html
index f85b95c8..32173984 100644
--- a/MP.Land/Resources/ChangeLog.html
+++ b/MP.Land/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo gestione Programmi MAPO
- Versione: 6.14.2109.2215
+ Versione: 6.14.2110.1310
Note di rilascio:
diff --git a/MP.Land/Resources/VersNum.txt b/MP.Land/Resources/VersNum.txt
index e605e43d..9aebd03b 100644
--- a/MP.Land/Resources/VersNum.txt
+++ b/MP.Land/Resources/VersNum.txt
@@ -1 +1 @@
-6.14.2109.2215
+6.14.2110.1310
diff --git a/MP.Land/Resources/manifest.xml b/MP.Land/Resources/manifest.xml
index 4a2fe54f..e2a3b8c9 100644
--- a/MP.Land/Resources/manifest.xml
+++ b/MP.Land/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.14.2109.2215
+ 6.14.2110.1310
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