Stormancer.Server.Plugins.Models 4.0.0.1-pre

This is a prerelease version of Stormancer.Server.Plugins.Models.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Models --version 4.0.0.1-pre                
NuGet\Install-Package Stormancer.Server.Plugins.Models -Version 4.0.0.1-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.0.0.1-pre" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stormancer.Server.Plugins.Models --version 4.0.0.1-pre                
#r "nuget: Stormancer.Server.Plugins.Models, 4.0.0.1-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.
// Install Stormancer.Server.Plugins.Models as a Cake Addin
#addin nuget:?package=Stormancer.Server.Plugins.Models&version=4.0.0.1-pre&prerelease

// Install Stormancer.Server.Plugins.Models as a Cake Tool
#tool nuget:?package=Stormancer.Server.Plugins.Models&version=4.0.0.1-pre&prerelease                

Shared models between Stormancer server plugins.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.0.8-pre 593 7/9/2024
4.0.0.7-pre 1,108 4/17/2024
4.0.0.5-pre 126 4/16/2024
4.0.0.4-pre 101 4/8/2024
4.0.0.3-pre 275 3/11/2024
4.0.0.2-pre 916 10/27/2023
4.0.0.1-pre 361 10/18/2023
4.0.0-pre 412 10/4/2023
3.0.3.9-pre 730 8/1/2023
3.0.3.8 2,837 9/28/2022
3.0.3.8-pre 2,697 8/2/2022
3.0.3.7-pre 1,156 3/1/2022
3.0.3.5-pre 323 2/28/2022
3.0.3.4 1,067 2/7/2022
3.0.3.3 3,339 12/15/2021
3.0.3.3-pre 623 10/29/2021
3.0.3-pre 253 10/26/2021
3.0.2 1,707 5/23/2021
3.0.2-pre 936 5/12/2021
3.0.1 2,694 3/1/2021
3.0.0.1 1,890 12/4/2020
2.1.0 1,551 10/21/2020
2.1.0-pre 733 9/23/2020
2.0.0-pre 584 8/29/2020
1.0.3-pre 1,124 6/5/2020
1.0.2 1,577 5/27/2020
1.0.2-pre 1,390 3/29/2020
1.0.1 505 2/21/2020
1.0.1-pre 831 2/22/2020
1.0.0.1 1,896 2/13/2020

Changed
*******
- Store SessionId and not IScenePeerClient in PlayerPeer.
Added
*****
- Added Local players info in Party member.