You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,14 @@
11
11
12
12
PowerShell Module for displaying **Windows 10** and **Windows Server 2019** Toast Notifications
13
13
14
+
## ❗❗❗ NOTICE ❗❗❗
15
+
16
+
BurntToast v1.0.0 will include **numerous** breaking changes and your existing scripts **will not** work without changes.
17
+
18
+
**DO NOT** upgrade to BurntToast v1.0.0 until you are ready.
19
+
20
+
You can read more about the up coming changes on [ToastIT.dev](https://toastit.dev/tag/burnttoast/) and BurntToast's new [Docs Site](https://docs.toastit.dev/changelog)
@@ -26,7 +34,7 @@ Don't forget to set the correct [Execution Policy](https://docs.microsoft.com/en
26
34
27
35
Download [BurntToast.zip](https://github.com/Windos/BurntToast/releases/latest/download/BurntToast.zip) from [Releases page](https://github.com/Windos/BurntToast/releases/latest) and extract the contents into `$env:userprofile\Documents\WindowsPowerShell\modules\BurntToast` (you may have to create these directories if they don't exist.)
28
36
29
-
If you are using Powershell 6 or later, extract into `$env:userprofile\Documents\PowerShell\Modules\BurntToast`
37
+
If you are using PowerShell 6 or later, extract into `$env:userprofile\Documents\PowerShell\Modules\BurntToast`
30
38
31
39
*Please remember to "**unblock**" the zip file before extracting the contents. Not doing so will result in the module not working correctly. This can be done via the file properties or with `Unblock-File`.*
0 commit comments