Stormancer.Server.Plugins.GameHistory 2.0.3.15-pre

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

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

Game history

The game history plugins stores in the database the game sessions that were created during gameplay and the player who joined them. Other plugins might leverage this information either by importing the GameHistoryService class or by implementing IGameHistoryEventHandler to react to updates to the game history.

Remark: Participants are only added to game histories if they join the corresponding game sessions.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Stormancer.Server.Plugins.GameHistory:

Package Downloads
Stormancer.Server.Plugins.Friends.RecentlyMet

Provides a friend system to a Stormancer application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3.15-pre 88 8/9/2024
2.0.3.14-pre 68 8/8/2024
2.0.3.13-pre 68 8/7/2024
2.0.3.10-pre 87 6/10/2024
2.0.3.8-pre 64 3/11/2024
2.0.3.7 446 9/28/2022
2.0.3.7-pre 161 9/12/2022
2.0.3.5-pre 149 8/2/2022
2.0.3.4-pre 200 2/28/2022
2.0.3.3 465 2/7/2022
2.0.3.2 353 10/14/2021
2.0.3.2-pre 330 7/1/2021
2.0.3.1-pre 292 6/29/2021
2.0.2.1 332 5/23/2021
2.0.2 342 4/29/2021
2.0.1 348 3/1/2021
2.0.0.1 424 12/4/2020
1.0.3.1 440 10/20/2020
1.0.3.1-pre 302 6/29/2020
1.0.2-pre 334 6/5/2020
1.0.1.1 473 5/27/2020
1.0.1.1-pre 306 3/29/2020
1.0.0.1 511 2/13/2020
1.0.0.1-pre 370 2/22/2020
1.0.0 564 1/31/2020

- Updated to latest SDK.