Clientus.Core 1.0.0-beta.4

This is a prerelease version of Clientus.Core.
dotnet add package Clientus.Core --version 1.0.0-beta.4
                    
NuGet\Install-Package Clientus.Core -Version 1.0.0-beta.4
                    
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="Clientus.Core" Version="1.0.0-beta.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Clientus.Core" Version="1.0.0-beta.4" />
                    
Directory.Packages.props
<PackageReference Include="Clientus.Core" />
                    
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 Clientus.Core --version 1.0.0-beta.4
                    
#r "nuget: Clientus.Core, 1.0.0-beta.4"
                    
#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 Clientus.Core@1.0.0-beta.4
                    
#: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=Clientus.Core&version=1.0.0-beta.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Clientus.Core&version=1.0.0-beta.4&prerelease
                    
Install as a Cake Tool

Clientus Core

Clientus.Core contains the shared contracts, models, results and exceptions used by the official Clientus .NET SDK.

Most developers should install Clientus.ApiClient, which references this package automatically.

dotnet add package Clientus.ApiClient --prerelease

Clientus Developer Platform

Clientus provides a public Developer Platform for building authenticated integrations and applications using:

  • Clientus Public API v1
  • scoped developer credentials
  • sandbox and live environments
  • Lumi AI
  • signed webhooks
  • API Packs, quotas and usage controls
  • Marketplace publishing foundations

Start here:

https://clientus.app/developer

When should I reference Clientus.Core directly?

Reference Clientus.Core directly only when your project specifically needs shared SDK contracts without the full API client.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Clientus.Core:

Package Downloads
Clientus.ApiClient

Official .NET 8 SDK for the Clientus Developer Platform. Build authenticated integrations with Clientus Public API v1, Lumi AI, webhooks, sandbox/live environments and developer credentials.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-beta.4 28 9/13/2026
1.0.0-beta.3 39 9/12/2026

Improved NuGet discovery and public Developer Platform metadata for the shared Clientus SDK contracts.