This commit is contained in:
Samuele Locatelli
2026-05-27 19:39:10 +02:00
parent 2fce840ed9
commit 47a952c204
5 changed files with 9 additions and 7 deletions
+5 -3
View File
@@ -1354,10 +1354,12 @@ namespace MP.IOC.Data
return Task.FromResult(result);
}
public Task<List<LinkMenuModel>> ElencoLink()
#if false
public Task<List<LinkMenuModel>> ElencoLinkAsync()
{
return Task.FromResult(SpecDbController.ElencoLink());
}
return SpecDbController.ElencoLinkAsync();
}
#endif
/// <summary>
/// Aggiunta record EventList
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>8.16.2605.2716</Version>
<Version>8.16.2605.2719</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MP-IOC </i>
<h4>Versione: 8.16.2605.2716</h4>
<h4>Versione: 8.16.2605.2719</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
8.16.2605.2716
8.16.2605.2719
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>8.16.2605.2716</version>
<version>8.16.2605.2719</version>
<url>https://nexus.steamware.net/repository/SWS/MP-IOC/stable/LAST/MP.IOC.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-IOC/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>