Perago.SharedKernel.Notification 1.0.51

dotnet add package Perago.SharedKernel.Notification --version 1.0.51
                    
NuGet\Install-Package Perago.SharedKernel.Notification -Version 1.0.51
                    
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="Perago.SharedKernel.Notification" Version="1.0.51" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Perago.SharedKernel.Notification" Version="1.0.51" />
                    
Directory.Packages.props
<PackageReference Include="Perago.SharedKernel.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 Perago.SharedKernel.Notification --version 1.0.51
                    
#r "nuget: Perago.SharedKernel.Notification, 1.0.51"
                    
#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 Perago.SharedKernel.Notification@1.0.51
                    
#: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=Perago.SharedKernel.Notification&version=1.0.51
                    
Install as a Cake Addin
#tool nuget:?package=Perago.SharedKernel.Notification&version=1.0.51
                    
Install as a Cake Tool

Perago.SharedKernel.Notification

Notification message types and handlers for sending emails, SMS, and other notifications.

Installation

dotnet add package Perago.SharedKernel.Notification

Getting Started

Define Notification

public class OrderConfirmationNotification : NotificationMessage
{
    public int OrderId { get; set; }
    public string CustomerEmail { get; set; }
}

Handle Notification

public class OrderConfirmationHandler : INotificationHandler<OrderConfirmationNotification>
{
    public Task Handle(OrderConfirmationNotification notification)
    {
        // Send email, SMS, etc.
    }
}

Dependencies

  • MailKit (2.7.0)
  • MimeKit (2.8.0)
  • Perago.SharedKernel.Abstraction.Application
  • Perago.SharedKernel.Abstraction.Infrastructure

Target Frameworks

  • netstandard2.1

License

MIT

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
1.0.51 89 5/31/2026
1.0.50 99 5/31/2026
1.0.49 91 5/30/2026
1.0.48 94 5/23/2026
1.0.47 117 5/19/2026
1.0.46 95 5/19/2026
1.0.45 101 5/18/2026
1.0.44 114 5/9/2026
1.0.43 93 5/9/2026
1.0.42 107 5/8/2026
1.0.41 106 4/30/2026
1.0.40 93 4/30/2026
1.0.39 101 4/29/2026
1.0.38 90 4/25/2026
1.0.37 88 4/25/2026
1.0.36 83 4/25/2026
1.0.35 91 4/25/2026
1.0.34 103 4/24/2026
1.0.33 87 4/24/2026
1.0.32 88 4/24/2026
Loading failed