The SLASCONE API can be used with any programming language and operating system, using https requests. However, several of our .NET customers wished for a NuGet package in order to make the integration into their code more comfortable, e.g., eliminating the need for proxies and using code completion in Visual Studio.

We are happy to announce the general availability of our official NuGet package.

WORKING WITH THE NuGet PACKAGE

Please visit our new GitHub repository for code examples using the NuGet package.

WHAT TO DO IN EXISTING .NET INTEGRATIONS

If you have an existing .NET implementation, you do not have to migrate to the NuGet package. It is up to you whether and when to migrate.

ABOUT NuGet

NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.