Valour.Shared 0.8.1

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

Shared contracts and utilities

Valour.Shared contains code used by the SDK, client, database, and server. Shared model interfaces define common fields and routes. Permission definitions describe the available operations, and shared request/response types carry data across API and real-time boundaries.

The project also contains reusable utilities such as HybridEvent, federation contracts, and village scene and tileset types. It targets net11.0; build with the SDK pinned in the repository's global.json.

Keep shared contracts independent of a particular UI or server service. A change to a serialized field, enum, or route needs corresponding handling in its producers and consumers. See the reactive model guide for event semantics and the federation architecture for origin and protocol requirements.

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

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Valour.Shared:

Package Downloads
Valour.Net

An unofficial C# wrapper for the Valour API

Valour.Api

The Valour API contains the tools needed to run a client or bot on the Valour platform.

Valour.Sdk

The Valour SDK contains the tools needed to run a client or bot on the Valour platform.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.1 121 9/7/2026
0.8.0 108 9/7/2026
0.7.21 198 8/2/2026
0.7.20 115 8/2/2026
0.7.19 112 7/28/2026
0.7.18 116 7/28/2026
0.7.17 109 7/27/2026
0.7.16 117 7/26/2026
0.7.15 116 7/26/2026
0.7.14 122 7/24/2026
0.7.13 120 7/24/2026
0.7.12 114 7/23/2026
0.7.11 131 7/22/2026
0.7.10 112 7/21/2026
0.7.9 112 7/21/2026
0.7.8 110 7/21/2026
0.7.7 117 7/21/2026
0.7.6 123 7/21/2026
0.7.3 108 7/20/2026
0.7.2 105 7/20/2026
Loading failed