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: tools/PsesLogAnalyzer/PsesLogAnalyzer.psd1
+5-4
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,13 @@ Author = 'Microsoft'
27
27
CompanyName='Microsoft'
28
28
29
29
# Copyright statement for this module
30
-
Copyright='(c) 2017 Microsoft. All rights reserved.'
30
+
Copyright='(c) 2018 Microsoft. All rights reserved.'
31
31
32
32
# Description of the functionality provided by this module
33
-
#Description = ''
33
+
Description='PowerShellEditorServices log file parser and analysis commands.'
34
34
35
35
# Minimum version of the PowerShell engine required by this module
36
-
#PowerShellVersion = ''
36
+
PowerShellVersion='5.1'
37
37
38
38
# Name of the PowerShell host required by this module
39
39
# PowerShellHostName = ''
@@ -74,7 +74,8 @@ FunctionsToExport = @(
74
74
'Get-PsesRpcMessageResponseTime',
75
75
'Get-PsesRpcNotificationMessage',
76
76
'Get-PsesScriptAnalysisCompletionTime',
77
-
'Get-PsesIntelliSenseCompletionTime'
77
+
'Get-PsesIntelliSenseCompletionTime',
78
+
'Get-PsesMessage'
78
79
)
79
80
80
81
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
0 commit comments