Skip to content

Commit 7c86467

Browse files
committed
Use old words for backward compatibility
1 parent 0eda6b4 commit 7c86467

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ErrorView.psd1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
Author = 'Joel Bennett'
55
CompanyName = 'PoshCode'
66

7-
RootModule = 'ErrorView.psm1'
7+
ModuleToProcess = 'ErrorView.psm1'
88
ModuleVersion = '0.0.1'
9-
CompatiblePSEditions = @("Core", "Desktop")
109

1110
Copyright = '(c) Joel Bennett. All rights reserved.'
1211

@@ -31,7 +30,7 @@ PrivateData = @{
3130
# IconUri = ''
3231

3332
# ReleaseNotes of this module
34-
# ReleaseNotes = ''
33+
ReleaseNotes = 'This module exists for testing ideas for ErrorViews'
3534

3635
} # End of PSData hashtable
3736

0 commit comments

Comments
 (0)