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.
<PackageVersion Include="Stormancer.Server.Plugins.Notification" Version="3.1.1.3" />
<PackageReference Include="Stormancer.Server.Plugins.Notification" />
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.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.
#:package Stormancer.Server.Plugins.Notification@3.1.1.3
#: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.Notification&version=3.1.1.3
#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. 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.
-
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 | 163 | 2/28/2025 |
| 3.1.1.3-pre | 118 | 3/11/2024 |
| 3.1.1.2-pre | 192 | 8/21/2023 |
| 3.1.1.1-pre | 169 | 8/21/2023 |
| 3.1.1-pre | 180 | 8/18/2023 |
| 3.1.0.11-pre | 1,708 | 5/9/2023 |
| 3.1.0.10 | 2,533 | 9/28/2022 |
| 3.1.0.10-pre | 911 | 9/12/2022 |
| 3.1.0.8-pre | 597 | 8/2/2022 |
| 3.1.0.7-pre | 523 | 7/1/2022 |
| 3.1.0.6-pre | 1,172 | 2/28/2022 |
| 3.1.0.5 | 1,236 | 2/7/2022 |
| 3.1.0.4 | 4,453 | 6/23/2021 |
| 3.0.0.4 | 1,136 | 5/23/2021 |
| 3.0.0.4-pre | 750 | 5/12/2021 |
| 3.0.0-pre | 405 | 5/3/2021 |
| 2.0.2 | 960 | 4/29/2021 |
| 2.0.1 | 1,463 | 3/1/2021 |
| 2.0.0.4-pre | 435 | 6/23/2021 |
| 2.0.0.3-pre | 395 | 6/17/2021 |
| 2.0.0.2 | 1,480 | 12/4/2020 |
| 1.0.2 | 1,101 | 10/20/2020 |
| 1.0.2-pre | 1,466 | 6/5/2020 |
| 1.0.1 | 1,320 | 5/27/2020 |
| 1.0.1-pre | 1,590 | 3/29/2020 |
| 1.0.0.2 | 2,097 | 1/4/2020 |
| 1.0.0.2-pre | 963 | 2/22/2020 |
| 1.0.0.1 | 1,190 | 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.