Skip to content

Use GitHub Packages with Visual Studio

Victor Lee edited this page Feb 2, 2021 · 11 revisions

IEXSharp pre-releases are on GitHub Packages. This is to prevent confusion on NuGet, so that all packages on NuGet are full releases.

To use GitHub Packages with Visual Studio, first, click the gear icon to open the NuGet Package Sources.

nuget settings

Then, click the green + to add another source. You can name it as you wish, but for the source, put. Then click Update and then OK.

For some reason, GitHub does not allow unauthenticated access to the package repository. (There is a discussion asking them to change this.) In the meantime, I have created a token for anyone to use to access the IEXSharp packages:

Username: vslee

Password: f2761da6e654f058ed543b00d015fcfdcdfe32c6

nuget auth login

After entering these, you will be able to see and install the pre-release packages.

viewing pre-releases

Clone this wiki locally