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.  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. 
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 97 3/11/2024
5.0.2.5-pre 132 5/9/2023
5.0.2.4 539 9/28/2022
5.0.2.4-pre 157 9/12/2022
5.0.2.3-pre 196 8/2/2022
5.0.2.2-pre 194 7/1/2022
5.0.2.1-pre 239 3/21/2022
5.0.2-pre 174 3/21/2022
5.0.1.1-pre 190 2/28/2022
5.0.1-pre 180 2/23/2022
4.0.2.4 494 2/7/2022
4.0.2.3 510 2/1/2022
4.0.2.3-pre 196 1/26/2022
4.0.2.2 483 1/21/2022
4.0.2.1 342 12/15/2021
4.0.2.1-pre 241 11/8/2021
4.0.2-pre 259 11/8/2021
4.0.1 364 10/14/2021
4.0.1-pre 275 8/10/2021
4.0.0.3-pre 289 7/7/2021
4.0.0.2-pre 254 7/7/2021
4.0.0.1-pre 255 7/6/2021
4.0.0-pre 233 7/2/2021
3.0.2.1 396 5/23/2021
3.0.2 433 4/29/2021
3.0.1 428 3/1/2021
3.0.0.1 506 12/4/2020
2.1.3.4 493 10/20/2020
2.1.3.4-pre 375 8/13/2020
2.1.3.3-pre 401 8/13/2020
2.1.3.2-pre 420 8/13/2020
2.1.3.1-pre 387 8/13/2020
2.1.3-pre 362 8/13/2020
2.1.2-pre 472 7/8/2020
2.1.1-pre 393 6/28/2020
2.1.0-pre 389 6/24/2020
2.0.4.1-pre 423 6/24/2020
2.0.4-pre 420 6/24/2020
2.0.3-pre 345 6/23/2020
2.0.2-pre 331 6/22/2020
2.0.1-pre 430 6/5/2020
2.0.0 467 5/27/2020
2.0.0-pre 390 4/30/2020
1.1.3-pre 368 4/27/2020
1.1.2-pre 359 4/27/2020
1.0.2-pre 355 3/29/2020
1.0.1.1 719 2/21/2020
1.0.1.1-pre 404 2/22/2020
1.0.1 513 2/21/2020
1.0.0 543 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