Skip to content

Commit

Permalink
Merge pull request #11 from santisq/9-task-finishing
Browse files Browse the repository at this point in the history
9 task finishing
  • Loading branch information
santisq authored Mar 12, 2023
2 parents 70c2c01 + 6db531b commit 60efa8d
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 134 deletions.
5 changes: 2 additions & 3 deletions PSParallelPipeline/PSParallelPipeline.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSParallelPipeline.psm1'

# Version number of this module.
ModuleVersion = '1.0.3'
ModuleVersion = '1.1.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -78,7 +78,7 @@ CmdletsToExport = @()
VariablesToExport = @()

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

# DSC resources to export from this module
# DscResourcesToExport = @()
Expand Down Expand Up @@ -129,4 +129,3 @@ PrivateData = @{
# DefaultCommandPrefix = ''

}

Loading

0 comments on commit 60efa8d

Please sign in to comment.