BurntToast

1.0.0-Preview1

Module for creating and displaying Toast Notifications on Microsoft Windows 10, Windows Server 2019, and newer.
IMPORTANT: The usage of this module changes substantially with Version 1.0.0, and is not compatible with previous versions.

Minimum PowerShell version

5.0

This is a prerelease version of BurntToast.
The owner has unlisted this package. This could mean that the module is deprecated or shouldn't be used anymore.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name BurntToast -RequiredVersion 1.0.0-Preview1 -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name BurntToast -Version 1.0.0-Preview1 -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2015 Joshua (Windos) King. All rights reserved.

Package Details

Author(s)

  • Joshua (Windos) King

Tags

Notifications Utilities Windows10 Toast

Functions

Add-BTAppLogo Add-BTHeroImage Add-BTImage Add-BTText New-BTContentBuilder Show-BTNotification

Dependencies

This module has no dependencies.

Release Notes

# 1.0.0-Preview1

* BREAKING CHANGE: Began rewriting module making use of Toast Content Builder objects. Available functions in Preview1 include:
 * Add-BTAppLogo
 * Add-BTHeroImage
 * Add-BTImage
 * Add-BTText
 * New-BTContentBuilder
 * Show-BTNotification
* UPDATE: Microsoft.Windows.SDK.NET.Ref libraries to 10.0.22000.22
* UPDATE: Microsoft.Toolkit.Uwp.Notifications library to 7.1.2

FileList

  • BurntToast.nuspec
  • BurntToast.psd1
  • BurntToast.psm1
  • config.json
  • README.md
  • Images\BurntToast-Logo.png
  • Images\BurntToast.png
  • lib\Microsoft.Toolkit.Uwp.Notifications\README.md
  • lib\Microsoft.Toolkit.Uwp.Notifications\net461\Microsoft.Toolkit.Uwp.Notifications.dll
  • lib\Microsoft.Toolkit.Uwp.Notifications\net5.0-windows10.0.17763\Microsoft.Toolkit.Uwp.Notifications.dll
  • lib\Microsoft.Windows.SDK.NET\Microsoft.Windows.SDK.NET.dll
  • lib\Microsoft.Windows.SDK.NET\README.md
  • lib\Microsoft.Windows.SDK.NET\WinRT.Runtime.dll

Version History

Version Downloads Last updated
0.8.5 16,253,131 12/30/2020
0.8.4 2,097 12/29/2020
0.8.3 260,327 10/4/2020
0.8.2 2,784 9/24/2020
0.8.1 147 9/17/2020
0.8.0 4,874 9/11/2020
0.7.2 26,867 8/6/2020
0.7.1 92,517 4/9/2020
0.7.0 116,448 4/1/2019
0.6.3 40,703 2/2/2019
0.6.2 19,191 6/5/2018
0.6.1 7,169 10/16/2017
0.6.0 2,843 4/28/2017
0.5.2 914 3/14/2017
0.5.1 1,164 1/1/2017
0.5.0 307 11/3/2016
0.4 882 7/31/2015
0.3 122 7/22/2015
Show more