Stormancer.Server.Plugins.GameHistory
2.0.3.2-pre
This is a prerelease version of Stormancer.Server.Plugins.GameHistory.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.GameHistory --version 2.0.3.2-pre
NuGet\Install-Package Stormancer.Server.Plugins.GameHistory -Version 2.0.3.2-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.2-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.2-pre
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Stormancer.Server.Plugins.GameHistory, 2.0.3.2-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.2-pre&prerelease // Install Stormancer.Server.Plugins.GameHistory as a Cake Tool #tool nuget:?package=Stormancer.Server.Plugins.GameHistory&version=2.0.3.2-pre&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Game history system for Stormancer server applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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.
-
net5.0
- Stormancer.Abstractions.Server (>= 5.0.0)
- Stormancer.Server.Plugins.Database.Elasticsearch (>= 2.0.1.1-pre)
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.17-pre | 100 | 9/30/2024 |
2.0.3.16-pre | 72 | 9/26/2024 |
2.0.3.15-pre | 105 | 8/9/2024 |
2.0.3.14-pre | 82 | 8/8/2024 |
2.0.3.13-pre | 88 | 8/7/2024 |
2.0.3.10-pre | 124 | 6/10/2024 |
2.0.3.8-pre | 79 | 3/11/2024 |
2.0.3.7 | 472 | 9/28/2022 |
2.0.3.7-pre | 183 | 9/12/2022 |
2.0.3.5-pre | 167 | 8/2/2022 |
2.0.3.4-pre | 222 | 2/28/2022 |
2.0.3.3 | 483 | 2/7/2022 |
2.0.3.2 | 370 | 10/14/2021 |
2.0.3.2-pre | 349 | 7/1/2021 |
2.0.3.1-pre | 312 | 6/29/2021 |
2.0.2.1 | 356 | 5/23/2021 |
2.0.2 | 359 | 4/29/2021 |
2.0.1 | 369 | 3/1/2021 |
2.0.0.1 | 441 | 12/4/2020 |
1.0.3.1 | 464 | 10/20/2020 |
1.0.3.1-pre | 323 | 6/29/2020 |
1.0.2-pre | 362 | 6/5/2020 |
1.0.1.1 | 492 | 5/27/2020 |
1.0.1.1-pre | 330 | 3/29/2020 |
1.0.0.1 | 528 | 2/13/2020 |
1.0.0.1-pre | 388 | 2/22/2020 |
1.0.0 | 581 | 1/31/2020 |
Changed
*******
- Add an optional parameter to the AddToHistory method for waiting for the records to be indexed
- Rename GameHistoryRecord.players to GameHistoryRecord.Players