Stormancer.Server.Plugins.Friends 5.0.1.82

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Stormancer.Server.Plugins.Friends --version 5.0.1.82
                    
NuGet\Install-Package Stormancer.Server.Plugins.Friends -Version 5.0.1.82
                    
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.Friends" Version="5.0.1.82" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Server.Plugins.Friends" Version="5.0.1.82" />
                    
Directory.Packages.props
<PackageReference Include="Stormancer.Server.Plugins.Friends" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Stormancer.Server.Plugins.Friends --version 5.0.1.82
                    
#r "nuget: Stormancer.Server.Plugins.Friends, 5.0.1.82"
                    
#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.
#:package Stormancer.Server.Plugins.Friends@5.0.1.82
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Stormancer.Server.Plugins.Friends&version=5.0.1.82
                    
Install as a Cake Addin
#tool nuget:?package=Stormancer.Server.Plugins.Friends&version=5.0.1.82
                    
Install as a Cake Tool

Provides a friend system to Stormancer applications.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Stormancer.Server.Plugins.Friends:

Package Downloads
Stormancer.Server.Plugins.Steam

Steam integration for Stormancer server applications.

Stormancer.Server.Plugins.Leaderboards

Leaderboard system for Stormancer server applications.

Stormancer.Server.Plugins.Friends.RecentlyMet

Provides a friend system to a Stormancer application.

Stormancer.Server.Plugins.Epic

Provides Epic Games integration to Stormancer server applications.

Stormancer.Server.Plugins.SampleApp

The core features of the Stormancer sample application in a nuget package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.1.0.8-pre 249 9/1/2025
5.1.0.7-pre 238 8/27/2025
5.1.0.6-pre 573 7/22/2025
5.1.0.5-pre 517 7/21/2025
5.1.0.4-pre 465 7/21/2025
5.1.0.3-pre 441 7/21/2025
5.1.0.2-pre 440 7/21/2025
5.1.0.1-pre 447 7/21/2025
5.1.0-pre 179 7/17/2025
5.0.1.83-pre 157 5/9/2025
5.0.1.82 296 2/28/2025
5.0.1.82-pre 269 10/3/2024
5.0.1.80-pre 255 9/30/2024
5.0.1.79-pre 156 9/27/2024
5.0.1.78-pre 167 9/27/2024
5.0.1.77-pre 142 9/27/2024
5.0.1.76-pre 136 9/27/2024
5.0.1.74-pre 141 9/27/2024
5.0.1.73-pre 149 9/26/2024
5.0.1.72-pre 159 9/26/2024
Loading failed

Changed
*******
- Updated dependency to Users to support new abstraction lib.
- Fixes S2S service locator
- Platform friend updates can be retrieved from the client and are linked to corresponding Stormancer users found connected or in the database if they exist.

Added
*****
- Added block list expiration to block API.
- Added Blocklist based party compatibility policy, to prevent blocked players from being matched together by matchmakers.
- Added subscription refresh capability (the user will get notifications as if he subscribed for the first time)

Fixed
*****
- Don't notify blocked users for status updates.
- Fixed an issue that occurred when inviting an user in your friendlist after you rejected their invitation.