From 406931a475192d2c192b80a4b07fbe7e254e7950 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 3 Dec 2025 18:20:48 +0100 Subject: [PATCH] Update catena aggiornamento (da riprovare) --- LiMan.Api/LiMan.APi.csproj | 2 +- LiMan.Api/Resources/ChangeLog.html | 2 +- LiMan.Api/Resources/VersNum.txt | 2 +- LiMan.Api/Resources/manifest.xml | 2 +- LiMan.DB/Controllers/DbController.cs | 8 ++++---- LiMan.DbSync/LiMan.DbSync.csproj | 2 +- LiMan.Transfer/Resources/ChangeLog.html | 2 +- LiMan.Transfer/Resources/VersNum.txt | 2 +- LiMan.Transfer/Resources/manifest.xml | 2 +- LiMan.UI/LiMan.UI.csproj | 2 +- LiMan.UI/Resources/ChangeLog.html | 2 +- LiMan.UI/Resources/VersNum.txt | 2 +- LiMan.UI/Resources/manifest.xml | 2 +- Liman.CadCam/Liman.CadCam.csproj | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/LiMan.Api/LiMan.APi.csproj b/LiMan.Api/LiMan.APi.csproj index 1d38ad5..ebceadd 100644 --- a/LiMan.Api/LiMan.APi.csproj +++ b/LiMan.Api/LiMan.APi.csproj @@ -33,7 +33,7 @@ - + diff --git a/LiMan.Api/Resources/ChangeLog.html b/LiMan.Api/Resources/ChangeLog.html index 06e5f24..38eddc2 100644 --- a/LiMan.Api/Resources/ChangeLog.html +++ b/LiMan.Api/Resources/ChangeLog.html @@ -1,6 +1,6 @@ License Manager -

Versione: 2.1.2512.0317

+

Versione: 2.1.2512.0318


Note di rilascio:
  • diff --git a/LiMan.Api/Resources/VersNum.txt b/LiMan.Api/Resources/VersNum.txt index df42a90..39301c2 100644 --- a/LiMan.Api/Resources/VersNum.txt +++ b/LiMan.Api/Resources/VersNum.txt @@ -1 +1 @@ -2.1.2512.0317 +2.1.2512.0318 diff --git a/LiMan.Api/Resources/manifest.xml b/LiMan.Api/Resources/manifest.xml index 7f20c0e..03389bf 100644 --- a/LiMan.Api/Resources/manifest.xml +++ b/LiMan.Api/Resources/manifest.xml @@ -1,6 +1,6 @@ - 2.1.2512.0317 + 2.1.2512.0318 https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/LiMan.UI.zip https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/ChangeLog.html false diff --git a/LiMan.DB/Controllers/DbController.cs b/LiMan.DB/Controllers/DbController.cs index 8afd7b0..2d7e90e 100644 --- a/LiMan.DB/Controllers/DbController.cs +++ b/LiMan.DB/Controllers/DbController.cs @@ -747,7 +747,7 @@ namespace LiMan.DB.Controllers /// /// /// - public async Task CheckCleanOldSubLic(InstalledReleasesModel upRec) + public bool CheckCleanOldSubLic(InstalledReleasesModel upRec) { bool fatto = false; @@ -789,12 +789,11 @@ namespace LiMan.DB.Controllers { // loggo i record che vado ad eliminare var sb = new StringBuilder(); - sb.AppendLine("---------- Eliminazione SubLic scadute ----------"); + sb.AppendLine("---------- Eliminazione SubLic scaduta ----------"); foreach (var item in list2rem) { sb.AppendLine($"Eliminazione SubLic scaduta | IdxInstall: {item.IdxInstall} | CodImp: {item.CodImp} | Vers: {item.VersNum} | NumImp: {item.NumImp} | LastCheck: {item.DtCheck}"); } - sb.AppendLine("---------- Fine Elenco ----------"); Log.Info(sb.ToString()); // elimino @@ -810,7 +809,7 @@ namespace LiMan.DB.Controllers try { // salvo - var res = await localDbCtx.SaveChangesAsync(); + var res = localDbCtx.SaveChanges(); fatto = res != 0; } catch (Exception ex) @@ -1757,6 +1756,7 @@ namespace LiMan.DB.Controllers currRec.MastKey = upRec.MastKey; currRec.NumImp = upRec.NumImp; currRec.VersNum = upRec.VersNum; + changed = true; localDbCtx.Entry(currRec).State = EntityState.Modified; } else diff --git a/LiMan.DbSync/LiMan.DbSync.csproj b/LiMan.DbSync/LiMan.DbSync.csproj index 3e7434d..04aafdd 100644 --- a/LiMan.DbSync/LiMan.DbSync.csproj +++ b/LiMan.DbSync/LiMan.DbSync.csproj @@ -21,7 +21,7 @@ - + diff --git a/LiMan.Transfer/Resources/ChangeLog.html b/LiMan.Transfer/Resources/ChangeLog.html index b2aaa59..783c866 100644 --- a/LiMan.Transfer/Resources/ChangeLog.html +++ b/LiMan.Transfer/Resources/ChangeLog.html @@ -1,6 +1,6 @@ License Manager -

    Versione: 2.1.2512.0317

    +

    Versione: 2.1.2512.0318


    Note di rilascio:
      diff --git a/LiMan.Transfer/Resources/VersNum.txt b/LiMan.Transfer/Resources/VersNum.txt index df42a90..39301c2 100644 --- a/LiMan.Transfer/Resources/VersNum.txt +++ b/LiMan.Transfer/Resources/VersNum.txt @@ -1 +1 @@ -2.1.2512.0317 +2.1.2512.0318 diff --git a/LiMan.Transfer/Resources/manifest.xml b/LiMan.Transfer/Resources/manifest.xml index 99f546e..3ec5f15 100644 --- a/LiMan.Transfer/Resources/manifest.xml +++ b/LiMan.Transfer/Resources/manifest.xml @@ -1,6 +1,6 @@ - 2.1.2512.0317 + 2.1.2512.0318 https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/LiMan.Transfer.zip https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/ChangeLog.html false diff --git a/LiMan.UI/LiMan.UI.csproj b/LiMan.UI/LiMan.UI.csproj index 8b1499a..81e05bf 100644 --- a/LiMan.UI/LiMan.UI.csproj +++ b/LiMan.UI/LiMan.UI.csproj @@ -2,7 +2,7 @@ net6.0 - 2.1.2512.0317 + 2.1.2512.0318 LiMan.UI LiMan.UI diff --git a/LiMan.UI/Resources/ChangeLog.html b/LiMan.UI/Resources/ChangeLog.html index 06e5f24..38eddc2 100644 --- a/LiMan.UI/Resources/ChangeLog.html +++ b/LiMan.UI/Resources/ChangeLog.html @@ -1,6 +1,6 @@ License Manager -

      Versione: 2.1.2512.0317

      +

      Versione: 2.1.2512.0318


      Note di rilascio:
      • diff --git a/LiMan.UI/Resources/VersNum.txt b/LiMan.UI/Resources/VersNum.txt index df42a90..39301c2 100644 --- a/LiMan.UI/Resources/VersNum.txt +++ b/LiMan.UI/Resources/VersNum.txt @@ -1 +1 @@ -2.1.2512.0317 +2.1.2512.0318 diff --git a/LiMan.UI/Resources/manifest.xml b/LiMan.UI/Resources/manifest.xml index 7f20c0e..03389bf 100644 --- a/LiMan.UI/Resources/manifest.xml +++ b/LiMan.UI/Resources/manifest.xml @@ -1,6 +1,6 @@ - 2.1.2512.0317 + 2.1.2512.0318 https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/LiMan.UI.zip https://nexus.steamware.net/repository/SWS/LiMan/stable/LAST/ChangeLog.html false diff --git a/Liman.CadCam/Liman.CadCam.csproj b/Liman.CadCam/Liman.CadCam.csproj index 7cacfa8..e935c28 100644 --- a/Liman.CadCam/Liman.CadCam.csproj +++ b/Liman.CadCam/Liman.CadCam.csproj @@ -25,7 +25,7 @@ - +