Installer is now 'fully' working
This commit is contained in:
@@ -21,6 +21,12 @@ namespace Umbraco.Web.Models
|
||||
[DataMember(Name = "notifications")]
|
||||
public List<Notification> Notifications { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// A flag to determine if this package is compatible to be installed
|
||||
/// </summary>
|
||||
[DataMember(Name = "isCompatible")]
|
||||
public bool IsCompatible { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The minimum umbraco version that this package is pinned to
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user