Stormancer.Server.Plugins.Leaderboards 5.0.2-pre

This is a prerelease version of Stormancer.Server.Plugins.Leaderboards.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Leaderboards --version 5.0.2-pre
NuGet\Install-Package Stormancer.Server.Plugins.Leaderboards -Version 5.0.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.Leaderboards" Version="5.0.2-pre" />
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-pre
#r "nuget: Stormancer.Server.Plugins.Leaderboards, 5.0.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.Leaderboards as a Cake Addin
#addin nuget:?package=Stormancer.Server.Plugins.Leaderboards&version=5.0.2-pre&prerelease

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

Leaderboard system for Stormancer server applications.

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

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 66 3/11/2024
5.0.2.5-pre 101 5/9/2023
5.0.2.4 464 9/28/2022
5.0.2.4-pre 125 9/12/2022
5.0.2.3-pre 166 8/2/2022
5.0.2.2-pre 152 7/1/2022
5.0.2.1-pre 204 3/21/2022
5.0.2-pre 144 3/21/2022
5.0.1.1-pre 158 2/28/2022
5.0.1-pre 151 2/23/2022
4.0.2.4 451 2/7/2022
4.0.2.3 465 2/1/2022
4.0.2.3-pre 160 1/26/2022
4.0.2.2 440 1/21/2022
4.0.2.1 305 12/15/2021
4.0.2.1-pre 208 11/8/2021
4.0.2-pre 221 11/8/2021
4.0.1 325 10/14/2021
4.0.1-pre 248 8/10/2021
4.0.0.3-pre 258 7/7/2021
4.0.0.2-pre 227 7/7/2021
4.0.0.1-pre 223 7/6/2021
4.0.0-pre 201 7/2/2021
3.0.2.1 363 5/23/2021
3.0.2 393 4/29/2021
3.0.1 389 3/1/2021
3.0.0.1 469 12/4/2020
2.1.3.4 459 10/20/2020
2.1.3.4-pre 342 8/13/2020
2.1.3.3-pre 372 8/13/2020
2.1.3.2-pre 387 8/13/2020
2.1.3.1-pre 372 8/13/2020
2.1.3-pre 333 8/13/2020
2.1.2-pre 437 7/8/2020
2.1.1-pre 359 6/28/2020
2.1.0-pre 363 6/24/2020
2.0.4.1-pre 388 6/24/2020
2.0.4-pre 383 6/24/2020
2.0.3-pre 314 6/23/2020
2.0.2-pre 305 6/22/2020
2.0.1-pre 399 6/5/2020
2.0.0 446 5/27/2020
2.0.0-pre 350 4/30/2020
1.1.3-pre 332 4/27/2020
1.1.2-pre 328 4/27/2020
1.0.2-pre 341 3/29/2020
1.0.1.1 683 2/21/2020
1.0.1.1-pre 374 2/22/2020
1.0.1 492 2/21/2020
1.0.0 510 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.

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