For the complete documentation index, see llms.txt. This page is also available as Markdown.

.NET SDK Installation

You may add the LicenseSpring .NET SDK to your project via NuGet or download the SDK here: .NET/C# SDK

The supported versions are:

  • .NET: net5.0 - net10.0

  • .NET Standard 2.0 and 2.1

  • .NET Framework: 4.5 - 4.8

NuGet Package

dotnet add package LicenseSpring.NetSDK
NuGet\Install-Package LicenseSpring.NetSDK
<PackageReference Include="LicenseSpring.NetSDK" Version="8.2.0" />
paket add LicenseSpring.NetSDK
#r "nuget: LicenseSpring.NetSDK"
NuGet Package Manager

Package Content

.NET Package Contents

After downloading and unzipping the archive, you will find the following items in the LicenseSpring folder:

bin folder:

  • SDK: .NET versions 3.5; 4.0; 4.5; 4.5.1; 4.5.2; 4.6; 4.6.1; 4.6.2; 4.7; 4.7.1; 4.7.2; 4.8; 5.0; 6.0; 7.0; .NET Standard 2.0, .NET Standard 2.1, Xamarin.Forms

documentation folder:

  • A full reference of SDK classes through Doxygen.

samples folder:

  • Code samples for multiple scenarios, including: air-gapped, console, NetCore, WinForm, VB.Net and VBA, cross-platform, .NET MAUI for Android, iOS and Windows, Unity, Xamarin.Forms (legacy), single-sign-on, and web.

Release notes showing changelogs of all recent updates made to the SDK.

Last updated

Was this helpful?