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

  1. Open Visual Studio.

  2. In Windows, select File > Options. On macOS, select Visual Studio > Preferences.

  3. In the NuGet section, select Sources to view a list of all your NuGet sources.

  4. Select Add.

  5. 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

Zentitle2

Service terms

© Copyright - Nalpeiron, all rights reserved Website use subject to Terms and Conditions. See our Privacy Policy Use of Zentitle is subject to our Service Terms and Conditions