Stormancer.Server.Plugins.Leaderboards 5.0.2.4

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

// Install Stormancer.Server.Plugins.Leaderboards as a Cake Tool
#tool nuget:?package=Stormancer.Server.Plugins.Leaderboards&version=5.0.2.4

Leaderboard system for Stormancer server applications.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.2.6-pre 55 3/11/2024
5.0.2.5-pre 98 5/9/2023
5.0.2.4 456 9/28/2022
5.0.2.4-pre 122 9/12/2022
5.0.2.3-pre 157 8/2/2022
5.0.2.2-pre 149 7/1/2022
5.0.2.1-pre 202 3/21/2022
5.0.2-pre 142 3/21/2022
5.0.1.1-pre 156 2/28/2022
5.0.1-pre 149 2/23/2022
4.0.2.4 448 2/7/2022
4.0.2.3 462 2/1/2022
4.0.2.3-pre 157 1/26/2022
4.0.2.2 437 1/21/2022
4.0.2.1 301 12/15/2021
4.0.2.1-pre 206 11/8/2021
4.0.2-pre 219 11/8/2021
4.0.1 322 10/14/2021
4.0.1-pre 241 8/10/2021
4.0.0.3-pre 256 7/7/2021
4.0.0.2-pre 224 7/7/2021
4.0.0.1-pre 221 7/6/2021
4.0.0-pre 199 7/2/2021
3.0.2.1 360 5/23/2021
3.0.2 385 4/29/2021
3.0.1 386 3/1/2021
3.0.0.1 465 12/4/2020
2.1.3.4 454 10/20/2020
2.1.3.4-pre 337 8/13/2020
2.1.3.3-pre 368 8/13/2020
2.1.3.2-pre 383 8/13/2020
2.1.3.1-pre 368 8/13/2020
2.1.3-pre 329 8/13/2020
2.1.2-pre 433 7/8/2020
2.1.1-pre 355 6/28/2020
2.1.0-pre 359 6/24/2020
2.0.4.1-pre 382 6/24/2020
2.0.4-pre 379 6/24/2020
2.0.3-pre 310 6/23/2020
2.0.2-pre 301 6/22/2020
2.0.1-pre 395 6/5/2020
2.0.0 436 5/27/2020
2.0.0-pre 347 4/30/2020
1.1.3-pre 329 4/27/2020
1.1.2-pre 326 4/27/2020
1.0.2-pre 338 3/29/2020
1.0.1.1 678 2/21/2020
1.0.1.1-pre 372 2/22/2020
1.0.1 490 2/21/2020
1.0.0 507 1/29/2020

Changed
*******
- When querying a leaderboard by id, if the id is not found, return an empty result instead of throwing an exception.
- GetScores takes an IEnumerable<string> instead of a List<string> for its ids.
- Remove dependency to Stormancer.Abstraction.Server

Fixed
*****
- Don't allow the score updater to change the current score object, but have it work on a clone.
- Uses correct ids in GetScores