Installer is now 'fully' working

This commit is contained in:
Shannon
2016-06-14 14:12:10 +02:00
parent a8c71e52ec
commit 3fcb2a7840
14 changed files with 340 additions and 160 deletions

View File

@@ -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>