diff --git a/nUpdate/Updating/UpdateConfiguration.cs b/nUpdate/Updating/UpdateConfiguration.cs index 78625f27..9b732ebb 100644 --- a/nUpdate/Updating/UpdateConfiguration.cs +++ b/nUpdate/Updating/UpdateConfiguration.cs @@ -65,10 +65,15 @@ public class UpdateConfiguration : IDeepCopy public List Operations { get; set; } /// - /// Sets if this update must be installed. + /// Gets or sets a value indicating whether the update package must be installed, or not. /// public bool MustUpdate { get; set; } + /// + /// Gets or sets a value indicating whether the update package should be favored over other packages, even if they have a higher . + /// + /// public bool NecessaryUpdate { get; set; } + /// /// Performs a deep copy of the current -instance. ///