Stormancer.Abstractions.Server.Users
1.1.0-pre
See the version list below for details.
dotnet add package Stormancer.Abstractions.Server.Users --version 1.1.0-pre
NuGet\Install-Package Stormancer.Abstractions.Server.Users -Version 1.1.0-pre
<PackageReference Include="Stormancer.Abstractions.Server.Users" Version="1.1.0-pre" />
paket add Stormancer.Abstractions.Server.Users --version 1.1.0-pre
#r "nuget: Stormancer.Abstractions.Server.Users, 1.1.0-pre"
// Install Stormancer.Abstractions.Server.Users as a Cake Addin #addin nuget:?package=Stormancer.Abstractions.Server.Users&version=1.1.0-pre&prerelease // Install Stormancer.Abstractions.Server.Users as a Cake Tool #tool nuget:?package=Stormancer.Abstractions.Server.Users&version=1.1.0-pre&prerelease
Contains abstractions used by plugins that needs to integrate with the service locator system without depending on the whole users system.
Product | Versions 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. |
-
net6.0
- Newtonsoft.Json (>= 13.0.1)
- Stormancer.Abstractions.Core (>= 2.4.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Stormancer.Abstractions.Server.Users:
Package | Downloads |
---|---|
Stormancer.Server.Plugins.Users
Provides authentication, user management and sessions features to a Stormancer server application. |
|
Stormancer.Server.Plugins.Analytics
Provides analytics services to a Stormancer application. |
|
Stormancer.Server.Plugins.Collections
Adds a "collection system" to games using Stormancer. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0.7-pre | 891 | 7/24/2024 |
1.1.0.6-pre | 559 | 4/2/2024 |
1.1.0.5-pre | 327 | 3/11/2024 |
1.1.0.1-pre | 376 | 12/11/2023 |
1.1.0-pre | 1,922 | 8/22/2023 |
1.0.0.1-pre | 1,658 | 5/9/2023 |
1.0.0-pre | 195 | 5/9/2023 |
Added
*****
- Moved Users abstractions related to ServiceLocator to a separate assembly to break dependency cycles in the analytics plugin.