SyntaxCircus.Cmsify.Contracts 0.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SyntaxCircus.Cmsify.Contracts --version 0.4.0
                    
NuGet\Install-Package SyntaxCircus.Cmsify.Contracts -Version 0.4.0
                    
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="SyntaxCircus.Cmsify.Contracts" Version="0.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SyntaxCircus.Cmsify.Contracts" Version="0.4.0" />
                    
Directory.Packages.props
<PackageReference Include="SyntaxCircus.Cmsify.Contracts" />
                    
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 SyntaxCircus.Cmsify.Contracts --version 0.4.0
                    
#r "nuget: SyntaxCircus.Cmsify.Contracts, 0.4.0"
                    
#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 SyntaxCircus.Cmsify.Contracts@0.4.0
                    
#: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=SyntaxCircus.Cmsify.Contracts&version=0.4.0
                    
Install as a Cake Addin
#tool nuget:?package=SyntaxCircus.Cmsify.Contracts&version=0.4.0
                    
Install as a Cake Tool

SyntaxCircus.Cmsify.Contracts

Shared wire contracts for the Cmsify API and first-party .NET clients. Install this package when an application needs the public request, response, pagination, enum, or ProblemDetails models without the HTTP client implementation.

List responses use PagedResponse<T> with items, totalCount, page, pageSize, and totalPages. List queries use one-based page and pageSize from 1 through 100; invalid values are rejected with RFC 7807 ProblemDetails rather than normalized.

The package targets .NET 10 and is licensed under MIT. See the repository documentation for API and client usage.

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 (2)

Showing the top 2 NuGet packages that depend on SyntaxCircus.Cmsify.Contracts:

Package Downloads
SyntaxCircus.Cmsify.Client

Typed .NET client for connecting to and managing the Cmsify headless CMS API.

SyntaxCircus.Cmsify.Components

Reusable, restylable Blazor components for editing and managing Cmsify content: field editors, a composed content edit form, and a content list view, with optional SDK-backed smart wrappers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.4.2 0 9/10/2026
0.4.0 82 9/7/2026
0.3.2 107 9/6/2026
0.3.1 83 9/6/2026
0.3.0 78 9/5/2026
0.2.4 72 9/4/2026
0.2.1 98 9/2/2026
0.2.0 97 9/1/2026
0.1.3 131 8/22/2026
0.1.2 124 8/21/2026
0.1.1 124 8/21/2026
0.1.0 126 8/21/2026