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 71 3/11/2024
5.0.2.5-pre 104 5/9/2023
5.0.2.4 470 9/28/2022
5.0.2.4-pre 128 9/12/2022
5.0.2.3-pre 169 8/2/2022
5.0.2.2-pre 160 7/1/2022
5.0.2.1-pre 207 3/21/2022
5.0.2-pre 147 3/21/2022
5.0.1.1-pre 163 2/28/2022
5.0.1-pre 154 2/23/2022
4.0.2.4 456 2/7/2022
4.0.2.3 474 2/1/2022
4.0.2.3-pre 163 1/26/2022
4.0.2.2 450 1/21/2022
4.0.2.1 308 12/15/2021
4.0.2.1-pre 215 11/8/2021
4.0.2-pre 228 11/8/2021
4.0.1 329 10/14/2021
4.0.1-pre 251 8/10/2021
4.0.0.3-pre 262 7/7/2021
4.0.0.2-pre 231 7/7/2021
4.0.0.1-pre 226 7/6/2021
4.0.0-pre 203 7/2/2021
3.0.2.1 369 5/23/2021
3.0.2 398 4/29/2021
3.0.1 395 3/1/2021
3.0.0.1 473 12/4/2020
2.1.3.4 462 10/20/2020
2.1.3.4-pre 345 8/13/2020
2.1.3.3-pre 374 8/13/2020
2.1.3.2-pre 388 8/13/2020
2.1.3.1-pre 374 8/13/2020
2.1.3-pre 336 8/13/2020
2.1.2-pre 444 7/8/2020
2.1.1-pre 361 6/28/2020
2.1.0-pre 365 6/24/2020
2.0.4.1-pre 391 6/24/2020
2.0.4-pre 390 6/24/2020
2.0.3-pre 316 6/23/2020
2.0.2-pre 306 6/22/2020
2.0.1-pre 400 6/5/2020
2.0.0 450 5/27/2020
2.0.0-pre 360 4/30/2020
1.1.3-pre 335 4/27/2020
1.1.2-pre 329 4/27/2020
1.0.2-pre 342 3/29/2020
1.0.1.1 685 2/21/2020
1.0.1.1-pre 375 2/22/2020
1.0.1 494 2/21/2020
1.0.0 514 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