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
dotnet nuget add `
source "https://gitlab.com/api/v4/projects/44137879/packages/nuget/index.json" `
--name Zentitle `
--username <gitlab_username or deploy_token_username> `
--password <gitlab_personal_access_token or deploy_token>
NuGet CLI
Install NuGet CLI 5.1 or later
nuget source Add `
-Name <source_name> `
-Source "https://gitlab.com/api/v4/projects/44137879/packages/nuget/index.json" `
-UserName <gitlab_username or deploy_token_username> `
-Password <gitlab_personal_access_token or deploy_token>
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
Was this helpful?