We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eda6b4 commit 7c86467Copy full SHA for 7c86467
ErrorView.psd1
@@ -4,9 +4,8 @@
4
Author = 'Joel Bennett'
5
CompanyName = 'PoshCode'
6
7
- RootModule = 'ErrorView.psm1'
+ ModuleToProcess = 'ErrorView.psm1'
8
ModuleVersion = '0.0.1'
9
- CompatiblePSEditions = @("Core", "Desktop")
10
11
Copyright = '(c) Joel Bennett. All rights reserved.'
12
@@ -31,7 +30,7 @@ PrivateData = @{
31
30
# IconUri = ''
32
33
# ReleaseNotes of this module
34
- # ReleaseNotes = ''
+ ReleaseNotes = 'This module exists for testing ideas for ErrorViews'
35
36
} # End of PSData hashtable
37
0 commit comments