Update LAND x usare ordinamento corretto in display

This commit is contained in:
Samuele Locatelli
2021-10-13 10:50:28 +02:00
parent 7d6bef1a32
commit e21b7b9eee
6 changed files with 6 additions and 4 deletions
@@ -99,6 +99,7 @@ namespace MP.AppAuth.Controllers
{
dbResult = localDbCtx
.DbSetUpdMan
.OrderBy(x => x.Ordinal)
.ToList();
}
return dbResult;
+1
View File
@@ -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
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>MP.Land</RootNamespace>
<Version>6.14.2109.2215</Version>
<Version>6.14.2110.1310</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo gestione Programmi MAPO</i>
<h4>Versione: 6.14.2109.2215</h4>
<h4>Versione: 6.14.2110.1310</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
6.14.2109.2215
6.14.2110.1310
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.14.2109.2215</version>
<version>6.14.2110.1310</version>
<url>https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/MP.Land.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>