Nexudus.Sdk.Framework 5.0.23

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

Nexudus Coworking CLI

A command-line interface for the Nexudus coworking management platform, built with .NET 10 and Spectre.Console.

Quick Start

# Build
dotnet build

# Run
dotnet run --project src/Nexudus.Cli -- --help

# Test
dotnet test

# Publish CLI + SDK (bumps patch version, packs, pushes to NuGet)
./scripts/Publish-NuGet.ps1

# Or bump minor/major
./scripts/Publish-NuGet.ps1 -BumpPart minor

# Dry run (bump + pack only, no push)
./scripts/Publish-NuGet.ps1 -DryRun

# Users installation

dotnet tool install --global Nexudus.Cli

# Update entities from source source/entities
node scripts/generate-entities.js

# Generate report
node scripts/entity-report.js

SKILLS public repo

git remote add skills-public https://github.com/Nexudus-Ltd/nexudus-coworking-skills.git

Project Structure

Project Description
Nexudus.Cli CLI application (Spectre.Console.Cli)
Nexudus.Sdk Reusable SDK library for the Nexudus API
Nexudus.Sdk.Tests SDK unit tests
Nexudus.Cli.Tests CLI integration tests

Output Modes

Flag Description
(none) Human-friendly Spectre tables
--json Raw JSON envelope for scripting
--md Markdown-formatted output
--agent JSON envelope with summary for AI agents

Agent Skills Installation

This repository already contains an Agent Skill at skills/nexudus/SKILL.md, so it is compatible with the skills installer.

The public skills repository is:

https://github.com/Nexudus-Ltd/nexudus-coworking-skills

Install with:

npx skills add Nexudus-Ltd/nexudus-coworking-skills

Or with the full URL:

npx skills add https://github.com/Nexudus-Ltd/nexudus-coworking-skills.git

The installer resolves owner/repo from GitHub first, then discovers skills under locations such as skills/.

See install.md for a install flow.

Public Skills Repo Sync

This repository can keep the CLI private while publishing only the skills/ directory to a separate public repository.

The configured public remote is:

git remote add skills-public https://github.com/Nexudus-Ltd/nexudus-coworking-skills.git

To sync the public repository contents from this private repository, run:

./scripts/Publish-SkillsRepo.ps1

That script publishes:

  • skills/
  • install.md
  • a public README.md generated for the skills repository

It does not publish the CLI source code or tests.

Publishing is local-only. Run the script from this repository when you want to sync changes to the public skills repository.

License

Private — all rights reserved.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.23 46 6/10/2026
5.0.22 95 5/28/2026
5.0.20 96 5/28/2026
5.0.19 102 5/27/2026
5.0.18 94 5/27/2026
5.0.17 92 5/14/2026
5.0.16 96 5/14/2026
5.0.15 97 5/8/2026
5.0.14 87 5/7/2026
5.0.13 93 4/29/2026
5.0.12 93 4/22/2026
5.0.11 92 4/21/2026
5.0.10 110 4/13/2026
5.0.9 103 4/13/2026
5.0.8 102 4/6/2026
5.0.7 98 4/6/2026
5.0.6 99 4/5/2026
5.0.5 97 4/4/2026
5.0.4 98 4/4/2026
5.0.3 101 4/3/2026