Skip to content

Commit

Permalink
Added internal preparement
Browse files Browse the repository at this point in the history
  • Loading branch information
Trade-Programming.de committed Mar 3, 2015
1 parent c8492c0 commit 8611ef2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nUpdate/Updating/UpdateConfiguration.cs
Expand Up @@ -65,10 +65,15 @@ public class UpdateConfiguration : IDeepCopy<UpdateConfiguration>
public List<Operation> Operations { get; set; }

/// <summary>
/// Sets if this update must be installed.
/// Gets or sets a value indicating whether the update package must be installed, or not.
/// </summary>
public bool MustUpdate { get; set; }

/// <summary>
/// Gets or sets a value indicating whether the update package should be favored over other packages, even if they have a higher <see cref="UpdateVersion"/>.
/// </summary>
/// public bool NecessaryUpdate { get; set; }

/// <summary>
/// Performs a deep copy of the current <see cref="UpdateConfiguration" />-instance.
/// </summary>
Expand Down

0 comments on commit 8611ef2

Please sign in to comment.