Skip to content

Commit 5a5582b

Browse files
committed
updates manifest
1 parent d062af7 commit 5a5582b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/PSParallelPipeline.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Copyright = '(c) Santiago Squarzon. All rights reserved.'
3030

3131
# Description of the functionality provided by this module
32-
Description = 'Includes Invoke-Parallel cmdlet, allowing for parallel processing of input objects, sharing similar capabilities as ForEach-Object -Parallel.'
32+
Description = 'Parallel processing of pipeline input with multithreading, extending ForEach-Object -Parallel to PowerShell 5.1 with added features.'
3333

3434
# Minimum version of the PowerShell engine required by this module
3535
PowerShellVersion = '5.1'

0 commit comments

Comments
 (0)