Skip to content

Commit 60efa8d

Browse files
authored
Merge pull request #11 from santisq/9-task-finishing
9 task finishing
2 parents 70c2c01 + 6db531b commit 60efa8d

File tree

5 files changed

+344
-134
lines changed

5 files changed

+344
-134
lines changed

PSParallelPipeline/PSParallelPipeline.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '1.0.3'
15+
ModuleVersion = '1.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -78,7 +78,7 @@ CmdletsToExport = @()
7878
VariablesToExport = @()
7979

8080
# 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.
81-
AliasesToExport = @('parallel', 'parallelpipeline')
81+
AliasesToExport = @('parallel')
8282

8383
# DSC resources to export from this module
8484
# DscResourcesToExport = @()
@@ -129,4 +129,3 @@ PrivateData = @{
129129
# DefaultCommandPrefix = ''
130130

131131
}
132-

0 commit comments

Comments
 (0)