isntallation steps
This commit is contained in:
parent
476d35ae8a
commit
709e1433bb
10 changed files with 83 additions and 42 deletions
|
|
@ -30,5 +30,10 @@ namespace isn.Data
|
|||
[JsonIgnore]
|
||||
public virtual Package Package { get; set; }
|
||||
|
||||
public string GetParmaLink()
|
||||
{
|
||||
return $"/package/{PackageId}/{FullString}/{PackageId}{FullString}.nupkg";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue