Nothing concrete .
This commit is contained in:
parent
95600facf4
commit
a7ea749d2c
5 changed files with 18 additions and 13 deletions
|
|
@ -29,7 +29,7 @@ namespace isnd.Data.Catalog
|
|||
public RegistrationPage (string bid, string pkgid, string dlBase, IEnumerable<PackageVersion> items)
|
||||
{
|
||||
Bid = bid;
|
||||
Parent = Bid + "/index.json";
|
||||
Parent = Bid + $"/{pkgid}/index.json";
|
||||
DlBase = dlBase;
|
||||
this.items = new List<PackageVersion>(items);
|
||||
this.Id = Bid + "/" + pkgid + "/index.json";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue