The packages are published to GitHub Packages:
Osdu.Client- the core OSDU API client.Osdu.Client.Extensions- optional extensions (e.g. caching, querying helpers) built on top ofOsdu.Client.
Add the Equinor NuGet feed (once per machine), then install the package(s) you need:
dotnet nuget add source "https://nuget.pkg.github.com/equinor/index.json" \
--name equinor-github \
--username <your-github-username> \
--password <your-github-personal-access-token>
dotnet add package Osdu.Client
dotnet add package Osdu.Client.ExtensionsThe personal access token needs the
read:packagesscope. Generate one at github.com/settings/tokens.
See CONTRIBUTING.md for guidelines on how to contribute to this project.