Configure NuGet Source
If you want to use a nuget package to add Zentitle Licensing Client to your application you will have to add our GitLab Package Registry as a nuget source in your IDE.
Add new NuGet source
Please remember to provide your username and token in the following commands
.NET CLI
NuGet CLI
Install NuGet CLI 5.1 or later
Visual Studio
Open Visual Studio.
In Windows, select File > Options. On macOS, select Visual Studio > Preferences.
In the NuGet section, select Sources to view a list of all your NuGet sources.
Select Add.
Complete the following fields:
Name: Nalpeiron.
Location: https://gitlab.com/api/v4/projects/44137879/packages/nuget/index.json
Username: Your GitLab username or deploy token username.
Password: Your personal access token or deploy token.
More information
Last updated