From 53ef92a1d43a527a0f0d3bd8a398acac57265e2a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 31 Jan 2025 11:10:12 +0100 Subject: [PATCH] Fix condizione uscita selezione ricette in PODL --- MP.AppAuth/UpdateMan.cs | 14 +++++++------- MP.Land/MP.Land.csproj | 2 +- MP.Land/Resources/ChangeLog.html | 2 +- MP.Land/Resources/VersNum.txt | 2 +- MP.Land/Resources/manifest.xml | 2 +- MP.SPEC/Components/ListPODL.razor.cs | 1 - MP.SPEC/Components/RecipeArchMan.razor | 18 +++++++++++------- MP.SPEC/MP.SPEC.csproj | 2 +- MP.SPEC/Pages/PODL.razor.cs | 5 ++++- MP.SPEC/Resources/ChangeLog.html | 2 +- MP.SPEC/Resources/VersNum.txt | 2 +- MP.SPEC/Resources/manifest.xml | 2 +- 12 files changed, 30 insertions(+), 24 deletions(-) diff --git a/MP.AppAuth/UpdateMan.cs b/MP.AppAuth/UpdateMan.cs index 06b39a98..b8be973f 100644 --- a/MP.AppAuth/UpdateMan.cs +++ b/MP.AppAuth/UpdateMan.cs @@ -12,39 +12,39 @@ using System.Xml; namespace MP.AppAuth { /// - /// Object of this class gives you all the details about the update useful in handling the update logic yourself. + /// Object of this class gives you all the details about the update useful in handling the update logic yourself. /// public class UpdateInfoEventArgs : EventArgs { #region Public Properties /// - /// URL of the webpage specifying changes in the new update. + /// URL of the webpage specifying changes in the new update. /// public string ChangelogURL { get; set; } /// - /// Returns newest version of the application available to download. + /// Returns newest version of the application available to download. /// public Version CurrentVersion { get; set; } /// - /// Download URL of the update file. + /// Download URL of the update file. /// public string DownloadURL { get; set; } /// - /// Returns version of the application currently installed on the user's PC. + /// Returns version of the application currently installed on the user's PC. /// public Version InstalledVersion { get; set; } /// - /// If new update is available then returns true otherwise false. + /// If new update is available then returns true otherwise false. /// public bool IsUpdateAvailable { get; set; } /// - /// Shows if the update is required or optional. + /// Shows if the update is required or optional. /// public bool Mandatory { get; set; } diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj index eab51de9..19d2693f 100644 --- a/MP.Land/MP.Land.csproj +++ b/MP.Land/MP.Land.csproj @@ -3,7 +3,7 @@ net6.0 MP.Land - 6.16.2411.0409 + 6.16.2412.2708 Debug;Release;Debug_LiManDebug en True diff --git a/MP.Land/Resources/ChangeLog.html b/MP.Land/Resources/ChangeLog.html index a7fe2d91..a4a72abd 100644 --- a/MP.Land/Resources/ChangeLog.html +++ b/MP.Land/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo Tablet MAPO - DotNet6 -

Versione: 6.16.2411.0409

+

Versione: 6.16.2412.2708


Note di rilascio: