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: PSMailKit.psd1
+11-7
Original file line number
Diff line number
Diff line change
@@ -79,16 +79,16 @@ RequiredAssemblies = @(
79
79
# NestedModules = @()
80
80
81
81
# Functions 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 functions to export.
# 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.
85
-
CmdletsToExport='*'
85
+
#CmdletsToExport = '*'
86
86
87
87
# Variables to export from this module
88
-
VariablesToExport='*'
88
+
#VariablesToExport = '*'
89
89
90
90
# Aliases 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 aliases to export.
91
-
AliasesToExport='*'
91
+
#AliasesToExport = '*'
92
92
93
93
# DSC resources to export from this module
94
94
# DscResourcesToExport = @()
@@ -105,13 +105,17 @@ PrivateData = @{
105
105
PSData=@{
106
106
107
107
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments