Stormancer.Server.Plugins.Notification
3.1.1.3
dotnet add package Stormancer.Server.Plugins.Notification --version 3.1.1.3
NuGet\Install-Package Stormancer.Server.Plugins.Notification -Version 3.1.1.3
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.Notification" Version="3.1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Stormancer.Server.Plugins.Notification --version 3.1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Stormancer.Server.Plugins.Notification, 3.1.1.3"
#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.Notification as a Cake Addin #addin nuget:?package=Stormancer.Server.Plugins.Notification&version=3.1.1.3 // Install Stormancer.Server.Plugins.Notification as a Cake Tool #tool nuget:?package=Stormancer.Server.Plugins.Notification&version=3.1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides Party related features to a Stormancer server application.
Product | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Stormancer.Server.Plugins.Configuration (>= 2.1.3)
- Stormancer.Server.Plugins.Users (>= 10.0.2.45)
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 |
---|---|---|
3.1.1.3 | 45 | 2/28/2025 |
3.1.1.3-pre | 90 | 3/11/2024 |
3.1.1.2-pre | 134 | 8/21/2023 |
3.1.1.1-pre | 121 | 8/21/2023 |
3.1.1-pre | 119 | 8/18/2023 |
3.1.0.11-pre | 1,046 | 5/9/2023 |
3.1.0.10 | 2,162 | 9/28/2022 |
3.1.0.10-pre | 561 | 9/12/2022 |
3.1.0.8-pre | 397 | 8/2/2022 |
3.1.0.7-pre | 342 | 7/1/2022 |
3.1.0.6-pre | 758 | 2/28/2022 |
3.1.0.5 | 1,089 | 2/7/2022 |
3.1.0.4 | 3,736 | 6/23/2021 |
3.0.0.4 | 964 | 5/23/2021 |
3.0.0.4-pre | 509 | 5/12/2021 |
3.0.0-pre | 286 | 5/3/2021 |
2.0.2 | 794 | 4/29/2021 |
2.0.1 | 1,170 | 3/1/2021 |
2.0.0.4-pre | 327 | 6/23/2021 |
2.0.0.3-pre | 287 | 6/17/2021 |
2.0.0.2 | 1,202 | 12/4/2020 |
1.0.2 | 927 | 10/20/2020 |
1.0.2-pre | 1,025 | 6/5/2020 |
1.0.1 | 1,141 | 5/27/2020 |
1.0.1-pre | 1,197 | 3/29/2020 |
1.0.0.2 | 1,850 | 1/4/2020 |
1.0.0.2-pre | 736 | 2/22/2020 |
1.0.0.1 | 1,018 | 1/4/2020 |
Changed
*******
- Updated dependency to Users to support new abstraction lib.
- Made the plugin compatible with Users 9.0.0.
Removed
*******
- Removed acknolewdge feature temporarely to fix depencency scope issue.
Fixed
*****
- Notification provider is new InstancePerRequest to fix a dependency loading issue with `IUserSession` which is itself InstancePerRequest.