Stormancer.Server.Plugins.Models
4.1.0-pre
This is a prerelease version of Stormancer.Server.Plugins.Models.
dotnet add package Stormancer.Server.Plugins.Models --version 4.1.0-pre
NuGet\Install-Package Stormancer.Server.Plugins.Models -Version 4.1.0-pre
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="Stormancer.Server.Plugins.Models" Version="4.1.0-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Server.Plugins.Models" Version="4.1.0-pre" />
<PackageReference Include="Stormancer.Server.Plugins.Models" />
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 Stormancer.Server.Plugins.Models --version 4.1.0-pre
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Stormancer.Server.Plugins.Models, 4.1.0-pre"
#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 Stormancer.Server.Plugins.Models@4.1.0-pre
#: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=Stormancer.Server.Plugins.Models&version=4.1.0-pre&prerelease
#tool nuget:?package=Stormancer.Server.Plugins.Models&version=4.1.0-pre&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Shared models between Stormancer server plugins.
| Product | Versions 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
- Stormancer.Abstractions.Server (>= 10.1.1)
- Stormancer.NewtonsoftJson (>= 0.1.1.2-pre)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Stormancer.Server.Plugins.Models:
| Package | Downloads |
|---|---|
|
Stormancer.Server.Plugins.GameSession
Provides P2P and client/server gamesession features to a Stormancer server application. |
|
|
Stormancer.Server.Plugins.GameFinder
Provides Gamefinder features to a Stormancer server application. |
|
|
Stormancer.Server.Plugins.PartyMerging
Enables party merging according to customizable algorithms. |
|
|
Stormancer.Abstractions.Server.GameFinder
Game finding related abstractions. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.1.0-pre | 22 | 5/12/2026 |
| 4.0.1.1-pre | 548 | 10/10/2025 |
| 4.0.0.9 | 722 | 3/3/2025 |
| 4.0.0.9-pre | 609 | 3/3/2025 |
| 4.0.0.8 | 413 | 2/28/2025 |
| 4.0.0.8-pre | 1,530 | 7/9/2024 |
| 4.0.0.7-pre | 2,933 | 4/17/2024 |
| 4.0.0.5-pre | 267 | 4/16/2024 |
| 4.0.0.4-pre | 194 | 4/8/2024 |
| 4.0.0.3-pre | 601 | 3/11/2024 |
| 4.0.0.2-pre | 2,053 | 10/27/2023 |
| 4.0.0.1-pre | 816 | 10/18/2023 |
| 4.0.0-pre | 866 | 10/4/2023 |
| 3.0.3.9-pre | 1,331 | 8/1/2023 |
| 3.0.3.8 | 3,399 | 9/28/2022 |
| 3.0.3.8-pre | 4,864 | 8/2/2022 |
| 3.0.3.7-pre | 1,936 | 3/1/2022 |
| 3.0.3.5-pre | 568 | 2/28/2022 |
| 3.0.3.4 | 1,288 | 2/7/2022 |
| 3.0.3.3 | 3,802 | 12/15/2021 |
Loading failed
Changed
******
- Use byte[] for party custom data.