gpr icon indicating copy to clipboard operation
gpr copied to clipboard

Show index if no version specified

Open jcansdale opened this issue 5 years ago • 0 comments

Like this:

var client = new RestClient($"https://nuget.pkg.github.com/{Owner}/{Name}/{Version ?? "index"}.json");

jcansdale avatar Jan 26 '20 01:01 jcansdale