checkpoint
This commit is contained in:
@@ -44,15 +44,15 @@ namespace Foodsoft.Alpm
|
||||
public long Size { get; }
|
||||
public long InstalledSize { get; }
|
||||
public InstallReason InstallReason { get; }
|
||||
public IEnumerable<string> Licenses { get; }
|
||||
public IReadOnlyCollection<string> Groups { get; }
|
||||
public IReadOnlyCollection<Depend> Depends { get; }
|
||||
public IReadOnlyCollection<Depend> OptDepends { get; }
|
||||
public IReadOnlyCollection<Depend> CheckDepends { get; }
|
||||
public IReadOnlyCollection<Depend> MakeDepends { get; }
|
||||
public IReadOnlyCollection<Depend> Conflicts { get; }
|
||||
public IReadOnlyCollection<Depend> Provides { get; }
|
||||
public IReadOnlyCollection<Depend> Replaces { get; }
|
||||
public ICollection<string> Licenses { get; }
|
||||
public ICollection<string> Groups { get; }
|
||||
public ICollection<Depend> Depends { get; }
|
||||
public ICollection<Depend> OptDepends { get; }
|
||||
public ICollection<Depend> CheckDepends { get; }
|
||||
public ICollection<Depend> MakeDepends { get; }
|
||||
public ICollection<Depend> Conflicts { get; }
|
||||
public ICollection<Depend> Provides { get; }
|
||||
public ICollection<Depend> Replaces { get; }
|
||||
public IReadOnlyList<File> FileList { get; }
|
||||
public IReadOnlyList<Backup> Backup { get; }
|
||||
public string Base64Signature { get; }
|
||||
|
||||
Reference in New Issue
Block a user