net6.0
This commit is contained in:
parent
70f6e411e5
commit
4f040be236
18 changed files with 144 additions and 99 deletions
|
|
@ -47,7 +47,7 @@ namespace isnd.Data.Catalog
|
|||
NuGetVersion upper = new NuGetVersion(0,0,0);
|
||||
|
||||
// Assert.True(items.All(p=>p.Id == id));
|
||||
|
||||
long commitMax = 0;
|
||||
foreach (var p in items)
|
||||
{
|
||||
if (upper < p.NugetVersion) upper = p.NugetVersion;
|
||||
|
|
@ -57,8 +57,11 @@ namespace isnd.Data.Catalog
|
|||
foreach (var p in items)
|
||||
{
|
||||
if (lower > p.NugetVersion) lower = p.NugetVersion;
|
||||
if (p.CommitNId>commitMax) commitMax = p.CommitNId;
|
||||
}
|
||||
Lower = lower.ToFullString();
|
||||
Count = items.Count;
|
||||
CommitId = commitMax.ToString();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue