SuperMemoAssistant.Services.ToastNotifications
2.1.0-beta.7
See the version list below for details.
dotnet add package SuperMemoAssistant.Services.ToastNotifications --version 2.1.0-beta.7
NuGet\Install-Package SuperMemoAssistant.Services.ToastNotifications -Version 2.1.0-beta.7
<PackageReference Include="SuperMemoAssistant.Services.ToastNotifications" Version="2.1.0-beta.7" />
paket add SuperMemoAssistant.Services.ToastNotifications --version 2.1.0-beta.7
#r "nuget: SuperMemoAssistant.Services.ToastNotifications, 2.1.0-beta.7"
// Install SuperMemoAssistant.Services.ToastNotifications as a Cake Addin #addin nuget:?package=SuperMemoAssistant.Services.ToastNotifications&version=2.1.0-beta.7&prerelease // Install SuperMemoAssistant.Services.ToastNotifications as a Cake Tool #tool nuget:?package=SuperMemoAssistant.Services.ToastNotifications&version=2.1.0-beta.7&prerelease
Provides support for displaying and interacting with Windows Desktop Toast Notifications through the SMA API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Microsoft.Toolkit.Uwp.Notifications (>= 6.1.1)
- PluginManager.Interop (>= 0.2.1.51)
- QueryString.NET (>= 1.0.0)
- SuperMemoAssistant.Interop (>= 2.1.0-beta.11)
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,947 | 4/14/2021 |
2.1.0-beta.7 | 254 | 4/11/2021 |
- Added: ToastActivationDataEx.cs
- Added: ToastButtonSnooze argument to ToastButtonEx.Create
- Added: ToastButtonEx.cs
- Added: Initial version
- Updated: Interop version
- Updated: changelogs
- Updated: ShowDesktopNotification now takes IToastButton instead of ToastButton
- Updated: Packages
- Initial commit