Skip to content

Installation

Setup Overview

Required components:

Setting up the GitHub NuGet source

Create a Personal access token (classic) at GitHub Apps and grant it the read:packages scope. Replace YOUR_GITHUB_USERNAME and YOUR_CLASSIC_TOKEN with the PAT you just created.

If you want to update the NuGet packages:

  • Grant your PAT the scope write:packages instead
  • Build the NuGet with dotnet pack
  • Upload the package:
    dotnet nuget push scan-sdk-android-maui/bin/Release/ScanSdk.Android.Maui.1.0.0.nupkg --source https://nuget.pkg.github.com/OVD-Kinegram-AG/index.json --api-key <YOUR_CLASSIC_TOKEN>