Stormancer.Server.Plugins.GameHistory 2.0.3.17

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

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.  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.

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.23-pre 367 7/21/2025
2.0.3.22-pre 82 7/18/2025
2.0.3.21-pre 98 3/14/2025
2.0.3.19-pre 103 3/14/2025
2.0.3.18-pre 150 3/13/2025
2.0.3.17 138 2/28/2025
2.0.3.17-pre 145 9/30/2024
2.0.3.16-pre 112 9/26/2024
2.0.3.15-pre 135 8/9/2024
2.0.3.14-pre 118 8/8/2024
2.0.3.13-pre 116 8/7/2024
2.0.3.10-pre 149 6/10/2024
2.0.3.8-pre 103 3/11/2024
2.0.3.7 546 9/28/2022
2.0.3.7-pre 243 9/12/2022
2.0.3.5-pre 233 8/2/2022
2.0.3.4-pre 296 2/28/2022
2.0.3.3 571 2/7/2022
2.0.3.2 455 10/14/2021
2.0.3.2-pre 426 7/1/2021
2.0.3.1-pre 398 6/29/2021
2.0.2.1 446 5/23/2021
2.0.2 449 4/29/2021
2.0.1 465 3/1/2021
2.0.0.1 536 12/4/2020
1.0.3.1 560 10/20/2020
1.0.3.1-pre 413 6/29/2020
1.0.2-pre 459 6/5/2020
1.0.1.1 598 5/27/2020
1.0.1.1-pre 428 3/29/2020
1.0.0.1 627 2/13/2020
1.0.0.1-pre 491 2/22/2020
1.0.0 684 1/31/2020

- Updated to latest SDK.