SuperMemoAssistant.Services.ToastNotifications 2.1.0-beta.9

This is a prerelease version of SuperMemoAssistant.Services.ToastNotifications.
dotnet add package SuperMemoAssistant.Services.ToastNotifications --version 2.1.0-beta.9
NuGet\Install-Package SuperMemoAssistant.Services.ToastNotifications -Version 2.1.0-beta.9
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="SuperMemoAssistant.Services.ToastNotifications" Version="2.1.0-beta.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SuperMemoAssistant.Services.ToastNotifications --version 2.1.0-beta.9
#r "nuget: SuperMemoAssistant.Services.ToastNotifications, 2.1.0-beta.9"
#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.
// Install SuperMemoAssistant.Services.ToastNotifications as a Cake Addin
#addin nuget:?package=SuperMemoAssistant.Services.ToastNotifications&version=2.1.0-beta.9&prerelease

// Install SuperMemoAssistant.Services.ToastNotifications as a Cake Tool
#tool nuget:?package=SuperMemoAssistant.Services.ToastNotifications&version=2.1.0-beta.9&prerelease

Provides support for displaying and interacting with Windows Desktop Toast Notifications through the SMA API.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SuperMemoAssistant.Services.ToastNotifications:

Package Downloads
SuperMemoAssistant.Plugins.PDF

Package Description

SuperMemoAssistant.Plugins.Import

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0-beta.9 2,671 4/14/2021
2.1.0-beta.7 234 4/11/2021

- Added: ToastActivationDataEx.cs
- Added: ToastButtonSnooze argument to ToastButtonEx.Create
- Added: ToastButtonEx.cs
- Added: Initial version
- Updated: Packages
- Updated: Interop submodule
- Updated: Interop version
- Updated: changelogs
- Updated: ShowDesktopNotification now takes IToastButton instead of ToastButton
- Initial commit