Release Notes
Below, you will find a list of SDK releases. You can download the zip file with source code and compiled version, or use our package registry.
2.0.0
July 21, 2025
Enhanced Concurrency Management
Added native support for system-wide locking through the new
ISharedActivation
interfaceRemoved
UseActivationOperationLock
from activation options (custom lock implementations are no longer needed; useISharedActivation
for cross-process scenarios)
Simplified API Design
Moved all feature-related operations (
CheckoutFeature
,ReturnFeature
,TrackFeatureUsage
) fromIActivation.Features
to theIActivation
interface for more intuitive usageAll feature operations now use the
IActivationFeature
interface as input for more reliable accessWhen a feature action succeeds,
IActivationFeature
represents the current state of the feature, including recent changes from other activations
Download: licensing-client-v2.0.0.zip
1.1.0
Option to use the SDK without the Core library.
Download: licensing-client-v1.1.0.zip
1.0.0
The initial version of licensing-client
SDK.
Download: licensing-client-v1.0.0.zip
Last updated
Was this helpful?