Trying and find a package from API
This commit is contained in:
@ -71,11 +71,6 @@ namespace isnd.Data.Catalog
|
||||
}
|
||||
Upper = upper.ToFullString();
|
||||
Lower = lower.ToFullString();
|
||||
if (latest != null && latest.LatestCommit !=null)
|
||||
{
|
||||
CommitId = latest.CommitId;
|
||||
CommitTimeStamp = latest.LatestCommit.CommitTimeStamp;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -100,7 +95,5 @@ namespace isnd.Data.Catalog
|
||||
|
||||
[JsonProperty("count")]
|
||||
public int Count { get => items.Count; }
|
||||
public string CommitId { get; internal set; }
|
||||
public DateTimeOffset CommitTimeStamp { get; internal set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user