From dde217cf1135f7200995f464cead6d3effd21c11 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Sat, 11 Jan 2025 11:32:15 +0100 Subject: [PATCH] Correzione struttura DB x registrazione licenze --- LiMan.Api/Controllers/ReleaseController.cs | 2 +- LiMan.Api/Resources/ChangeLog.html | 2 +- LiMan.Api/Resources/VersNum.txt | 2 +- LiMan.Api/Resources/manifest.xml | 2 +- LiMan.DB/DBModels/InstalledReleasesModel.cs | 3 - ...102950_AddInstalledRelTrack_02.Designer.cs | 636 ++++++++++++++++++ .../20250111102950_AddInstalledRelTrack_02.cs | 36 + .../Migrations/LMDbContextModelSnapshot.cs | 10 - 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 +- 15 files changed, 683 insertions(+), 24 deletions(-) create mode 100644 LiMan.DB/Migrations/20250111102950_AddInstalledRelTrack_02.Designer.cs create mode 100644 LiMan.DB/Migrations/20250111102950_AddInstalledRelTrack_02.cs diff --git a/LiMan.Api/Controllers/ReleaseController.cs b/LiMan.Api/Controllers/ReleaseController.cs index 576a46d..88a2db7 100644 --- a/LiMan.Api/Controllers/ReleaseController.cs +++ b/LiMan.Api/Controllers/ReleaseController.cs @@ -141,7 +141,7 @@ namespace LiMan.APi.Controllers NumImp = 1,// cablato x ora VersNum = CurrRequest.VersMin }; - dataService.InstallRelUpsert(checkRec); + dataService.InstallRelUpsert(checkRec); // registro infine chiamata await dataService.recordCall(CurrRequest.CodApp, CurrRequest.CodApp, $"POST:api/release/getfilt/ | {CurrRequest.MastKey} | {CurrRequest.CodImp} | {CurrRequest.CodApp}"); } diff --git a/LiMan.Api/Resources/ChangeLog.html b/LiMan.Api/Resources/ChangeLog.html index 08637d0..8669331 100644 --- a/LiMan.Api/Resources/ChangeLog.html +++ b/LiMan.Api/Resources/ChangeLog.html @@ -1,6 +1,6 @@ License Manager -

Versione: 2.1.2501.1110

+

Versione: 2.1.2501.1111


Note di rilascio: