Skip to content

v0.1.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@RecurPixel RecurPixel released this 19 Feb 16:49
· 38 commits to main since this release

RecurPixel.Notify v0.1.0-beta.1

First public beta release.

Install

dotnet add package RecurPixel.Notify.Sdk --version 0.1.0-beta.1 --prerelease

Or install individual adapters:

dotnet add package RecurPixel.Notify.Email.SendGrid --version 0.1.0-beta.1 --prerelease

Packages (34)

Core

  • RecurPixel.Notify.Core — Core interfaces, models, and base classes
  • RecurPixel.Notify.Orchestrator — Event system, TriggerAsync, retry, fallback, conditions
  • RecurPixel.Notify.Sdk — Full SDK meta-package (all channels included)

Email

  • RecurPixel.Notify.Email.SendGrid
  • RecurPixel.Notify.Email.Smtp
  • RecurPixel.Notify.Email.Mailgun
  • RecurPixel.Notify.Email.Postmark
  • RecurPixel.Notify.Email.Resend
  • RecurPixel.Notify.Email.AwsSes
  • RecurPixel.Notify.Email.AzureCommEmail

SMS

  • RecurPixel.Notify.Sms.Twilio
  • RecurPixel.Notify.Sms.Vonage
  • RecurPixel.Notify.Sms.Plivo
  • RecurPixel.Notify.Sms.Sinch
  • RecurPixel.Notify.Sms.MessageBird
  • RecurPixel.Notify.Sms.AwsSns
  • RecurPixel.Notify.Sms.AzureCommSms

Push

  • RecurPixel.Notify.Push.Fcm
  • RecurPixel.Notify.Push.Apns
  • RecurPixel.Notify.Push.Expo
  • RecurPixel.Notify.Push.OneSignal

WhatsApp

  • RecurPixel.Notify.WhatsApp.Twilio
  • RecurPixel.Notify.WhatsApp.MetaCloud
  • RecurPixel.Notify.WhatsApp.Vonage

Chat & Social

  • RecurPixel.Notify.Slack
  • RecurPixel.Notify.Discord
  • RecurPixel.Notify.Teams
  • RecurPixel.Notify.Telegram
  • RecurPixel.Notify.Facebook
  • RecurPixel.Notify.Line
  • RecurPixel.Notify.Viber
  • RecurPixel.Notify.Mattermost
  • RecurPixel.Notify.RocketChat

Other

  • RecurPixel.Notify.InApp

Targets

  • net8.0 (LTS)
  • net10.0 (LTS)
  • Core also supports netstandard2.1

Note

This is a pre-release beta. The public API is stable but may change based on feedback before v1.0.0.
Report issues at https://github.com/RecurPixel/Notify/issues