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" />
                    
Directory.Packages.props
<PackageReference Include="Stormancer.Server.Plugins.Notification" />
                    
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.Notification --version 3.1.1.3
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Stormancer.Server.Plugins.Notification&version=3.1.1.3
                    
Install as a Cake Tool

Provides Party related features to a Stormancer server application.

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

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 123 2/28/2025
3.1.1.3-pre 99 3/11/2024
3.1.1.2-pre 154 8/21/2023
3.1.1.1-pre 141 8/21/2023
3.1.1-pre 143 8/18/2023
3.1.0.11-pre 1,072 5/9/2023
3.1.0.10 2,194 9/28/2022
3.1.0.10-pre 594 9/12/2022
3.1.0.8-pre 432 8/2/2022
3.1.0.7-pre 376 7/1/2022
3.1.0.6-pre 802 2/28/2022
3.1.0.5 1,138 2/7/2022
3.1.0.4 3,783 6/23/2021
3.0.0.4 1,015 5/23/2021
3.0.0.4-pre 557 5/12/2021
3.0.0-pre 340 5/3/2021
2.0.2 846 4/29/2021
2.0.1 1,229 3/1/2021
2.0.0.4-pre 375 6/23/2021
2.0.0.3-pre 334 6/17/2021
2.0.0.2 1,263 12/4/2020
1.0.2 991 10/20/2020
1.0.2-pre 1,086 6/5/2020
1.0.1 1,203 5/27/2020
1.0.1-pre 1,263 3/29/2020
1.0.0.2 1,916 1/4/2020
1.0.0.2-pre 802 2/22/2020
1.0.0.1 1,083 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.