Skip to content

Commit 0623c30

Browse files
authored
Merge pull request #57 from danyhoron/main
chore: add GitHub urls to readme
2 parents 9fa334f + ad2ec77 commit 0623c30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
//* The extension injects {{packageName}} property automatically
6262
// NuGet Host "https://api.nuget.org/v3-flatcontainer/{{packageName}}/index.json"
6363
// BaGet Host "http://localhost/v3/package/{{packageName}}/index.json"
64+
// GitHub Host "https://nuget.pkg.github.com/username/download/{{packageName}}/index.json"
6465
// GitLab Host "https://gitlab.com/api/v4/projects/x/packages/nuget/download/{{packageName}}/index.json"
6566
// Nexus Host "http://localhost/repository/nuget-hosted/v3/content/{{packageName}}/index.json"
6667
// Azure Host "https://pkgs.dev.azure.com/username/guid/_packaging/guid/nuget/v3/flat2/{{packageName}}/index.json"
@@ -69,12 +70,14 @@
6970
// The package url in the host server
7071
// NuGet Host "https://www.nuget.org/packages/{{packageName}}"
7172
// Azure Host "https://dev.azure.com/user/project/_artifacts/feed/feed-name/NuGet/{{packageName}}/{{version}}/overview"
73+
// GitHub Host "https://nuget.pkg.github.com/username/{{packageName}}/index.json"
7274
// GitLab Host "https://gitlab.com/user/project/-/packages?type=&orderBy=name&sort=asc&search[]={{packageName}}"
7375
// ProGet Host: "http://localhost/feeds/Test-Feed/{{packageName}}/versions"
7476
"packageUrl": "https://www.nuget.org/packages/{{packageName}}",
7577
//The NuGet endpoint address for searching packages
7678
// NuGet Host "https://azuresearch-usnc.nuget.org/query"
7779
// BaGet Host "http://localhost/v3/search"
80+
// GitHub Host ""https://nuget.pkg.github.com/username/query""
7881
// GitLab Host "https://gitlab.com/api/v4/projects/x/packages/nuget/query"
7982
// Nexus Host "http://localhost/repository/nuget-hosted/v3/query/0"
8083
// Azure Host "https://pkgs.dev.azure.com/username/guid/_packaging/guid/nuget/v3/query2"

0 commit comments

Comments
 (0)