Installation and Upgrade
Learn how to install and upgrade our C# libraries
Last updated
Learn how to install and upgrade our C# libraries
The most reliable way to use our libraries in your .NET application or library is to use NuGet.org as the only official source. Each and every single library, application that provides extension support, or an application-library hybrid, can be installed as a NuGet package.
To install our library to your .NET project, click on the below page to get started.
InstallationTo upgrade our library in your .NET project to a newer version, click on the below page.
UpgradeIt's a good practice to verify that your download is not corrupt using the methods outlined in the below page.
AttestationsThis requires an active Internet connection to proceed. If you'd like to use your local NuGet feed, upload the appropriate packages to your feed first so that all machines that use your feed will be able to download packages from that feed. Consult this page for more information on how to host our libraries in your feed.
Last updated