Package installing is working

This commit is contained in:
Shannon
2019-01-15 22:08:08 +11:00
parent b3585b0083
commit 44ab0991ce
52 changed files with 669 additions and 795 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Xml.Linq;
@@ -10,7 +11,7 @@ namespace Umbraco.Core.Models.Packaging
/// </summary>
public class CompiledPackage : IPackageInfo
{
public string PackageFileName { get; set; }
public FileInfo PackageFile { get; set; }
public string Name { get; set; }
public string Version { get; set; }