Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Fetching packages from the NuGet feed

You may fetch the packaged .NET DeviceAPI from a NuGet feed by means of client tools.

To that end, please pick the feed address of the company you would like to be a customer at.

Companyaddressaddress without TLS
StepOver GmbHhttps://stepoverinforelease.net:44331/nugethttp://stepoverinfo.net:44330nuget.stepover.de/nuget
StepOver International GmbHhttps://stepoverinfointernational.net:44341/nugethttp://stepoverinfo.net:44340nuget.stepover.de/nuget

.NET-Framework projects
Anchor
StrongName
StrongName

...

has a package manager that can do this.

It needs to be told the feed address.

Feed sources can be edited under Tools->Options->NuGet Package Manager.

...

Code Block
languagebash
dotnet nuget add source https://stepoverinfo.net:44331release.nuget.stepover.de/nuget --name StepOverFeed

...