Skip to content

Commit a1860c9

Browse files
committed
update monkey365
1 parent df614cf commit a1860c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monkey365.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'monkey365.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.95.7'
15+
ModuleVersion = '0.95.8'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -73,7 +73,6 @@ NestedModules = @(
7373

7474
# 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.
7575
FunctionsToExport = @(
76-
'Invoke-Test',
7776
'Invoke-Monkey365',
7877
'Get-MonkeyJobError'
7978
'Convert-MarkDownToHtml',
@@ -82,7 +81,8 @@ FunctionsToExport = @(
8281
'ConvertTo-SecureScriptBlock',
8382
'Update-PsObject',
8483
'Get-AstFunction',
85-
'Get-ObjectPropertyByPath'
84+
'Get-ObjectPropertyByPath',
85+
'Register-Monkey365Application'
8686
)
8787

8888
# 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

Comments
 (0)