From 6f392378620d6498bf23a4a6516a280a2270953e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 16 Nov 2021 19:35:07 +0100 Subject: [PATCH 01/14] Update ulteriore classi API --- Core/SupportRequest.cs | 1 + LiMan.DB/Controllers/DbController.cs | 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 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Core/SupportRequest.cs b/Core/SupportRequest.cs index 1582ace..cab22a3 100644 --- a/Core/SupportRequest.cs +++ b/Core/SupportRequest.cs @@ -14,6 +14,7 @@ namespace Core public string CodImp { get; set; } = ""; public string CodInst { get; set; } = ""; public string ContactEmail { get; set; } = ""; + public string ContactName { get; set; } = ""; public string ContactPhone { get; set; } = ""; public int idxSubLic { get; set; } = 0; diff --git a/LiMan.DB/Controllers/DbController.cs b/LiMan.DB/Controllers/DbController.cs index 63b7e2c..f4e902c 100644 --- a/LiMan.DB/Controllers/DbController.cs +++ b/LiMan.DB/Controllers/DbController.cs @@ -53,7 +53,7 @@ namespace LiMan.DB.Controllers // calcolo DTO Attivazione var itemsTgt = localDbCtx .DbSetSubLicenze - .Where(x => x.CodImpiego == item.Key && x.Chiave == item.Value && x.LicenzaNav.Chiave == MasterKey && x.VetoUnlock < oggi) + .Where(x => x.CodImpiego == item.Key && x.Chiave == item.Value && x.LicenzaNav.Chiave == MasterKey && x.VetoUnlock <= oggi) .ToList(); // se trovate aggiungo ad elenco... if (itemsTgt != null && itemsTgt.Count > 0) diff --git a/LiMan.UI/LiMan.UI.csproj b/LiMan.UI/LiMan.UI.csproj index 61fb80c..7311663 100644 --- a/LiMan.UI/LiMan.UI.csproj +++ b/LiMan.UI/LiMan.UI.csproj @@ -2,7 +2,7 @@ net6.0 - 1.1.2111.1618 + 1.1.2111.1619 LiMan.UI LiMan.UI diff --git a/LiMan.UI/Resources/ChangeLog.html b/LiMan.UI/Resources/ChangeLog.html index 89f81a8..e5366ec 100644 --- a/LiMan.UI/Resources/ChangeLog.html +++ b/LiMan.UI/Resources/ChangeLog.html @@ -1,6 +1,6 @@ License Manager -

Versione: 1.1.2111.1618

+

Versione: 1.1.2111.1619


Note di rilascio: