From 4e011f9e9dc148aa7f3736dc02416001eebf5db9 Mon Sep 17 00:00:00 2001 From: "Luis v.d.Eltz" Date: Sat, 6 Feb 2021 17:17:13 +0100 Subject: [PATCH] Create README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac9c992 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# DesktopNotifications + +A cross-platform C# library for desktop "toast" notifications. + + +# Features + +| | Windows | Linux (FreeDesktop) | OSX | +|--------------------------|---------|---------------------|-----| +| Show notifications | ✓ | ✓ | ✕ | +| Schedule notifications | ✕ | ✕ | ✕ | +| Launch actions¹ | ✓ | ✕ | ✕ | +| Replacing notifications | ✕ | ✕ | ✕ | +| Buttons | ✓ | ✓ | ✕ | +| Advanced content (Audio, Images, etc) | ✕ | ✕ | ✕ | + + ¹ Some platforms support launching your application when the user clicked a notification. The associated action identifier is passed as a command-line argument. + +# Avalonia + +The `DesktopNotifications.Avalonia` package offers support for the [Avalonia](https://github.com/AvaloniaUI/Avalonia) project. It doesn't do much on its own, it just provides helpers to register +the `INotificationManager` with the application builder. + + +# License + +See [License](License.md)