LicenseServer.Abstractions 1.1.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package LicenseServer.Abstractions --version 1.1.9
                    
NuGet\Install-Package LicenseServer.Abstractions -Version 1.1.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LicenseServer.Abstractions" Version="1.1.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LicenseServer.Abstractions" Version="1.1.9" />
                    
Directory.Packages.props
<PackageReference Include="LicenseServer.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LicenseServer.Abstractions --version 1.1.9
                    
#r "nuget: LicenseServer.Abstractions, 1.1.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LicenseServer.Abstractions@1.1.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LicenseServer.Abstractions&version=1.1.9
                    
Install as a Cake Addin
#tool nuget:?package=LicenseServer.Abstractions&version=1.1.9
                    
Install as a Cake Tool

LicenseServer.Abstractions

Shared types for the LicenseServer ecosystem. This package contains enums, DTOs, request/response records, JSON:API envelope types, and response code constants used by both the license server and client SDK.

What's Included

  • Enums: LicenseType, DeviceMode
  • Models: ParsedLicense, LicenseCustomer, PublicKeyInfo
  • Requests: ActivateRequest, SyncRequest, SessionStartRequest, HeartbeatRequest, EndSessionRequest
  • Responses: ActivateResponse, SyncResponse, SessionStartResponse, PublicKeyResponse
  • JSON:API: JsonApiEnvelope<T>, JsonApiError, JsonApiErrorSource
  • Constants: ResponseCodes (all success and error codes)

When to Use This Package

Reference this package directly when you only need the shared types — for example, if you're building a custom HTTP client or a server plugin that needs to understand the license wire format without pulling in the full client SDK.

using LicenseServer.Abstractions;
using LicenseServer.Abstractions.Enums;
using LicenseServer.Abstractions.Models;
using LicenseServer.Abstractions.Requests;

// Use ResponseCodes for type-safe response code checks
if (responseCode == ResponseCodes.LicenseActivated)
{
    // ...
}

Zero Dependencies

This package has no external dependencies — only .NET 10 base class libraries.

Package Description
LicenseServer.Client.Abstractions Interfaces, options, and event types
LicenseServer.Client Full client SDK implementation
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LicenseServer.Abstractions:

Package Downloads
LicenseServer.Client.Abstractions

Interfaces, options, and event types for the LicenseServer Client SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.12 151 6/27/2026
1.1.11 179 6/26/2026
1.1.10 222 5/24/2026
1.1.9 159 5/22/2026
1.1.8 142 5/16/2026
1.1.7 141 5/16/2026
1.1.6 140 5/15/2026
1.1.0 133 5/14/2026