Skip to content

Commit b98aa73

Browse files
committed
Release 1.124.2025
1 parent 834a12a commit b98aa73

3 files changed

Lines changed: 102 additions & 72 deletions

File tree

Functions/GenXdev.FileSystem/Find-Item.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ function Find-Item {
582582

583583
# parallel search across all filesystem drives
584584
Get-PSDrive -ErrorAction SilentlyContinue |
585-
Where-Object Provider -EQ FileSystem |
585+
Where-Object Provider -Like "*FileSystem" |
586586
ForEach-Object -ThrottleLimit 8 -Parallel {
587587

588588
foreach ($currentSearchPhrase in $using:SearchMask) {

GenXdev.FileSystem.psd1

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: genXdev
55
#
6-
# Generated on: 09/03/2025
6+
# Generated on: 11/03/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'GenXdev.FileSystem.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.120.2025'
15+
ModuleVersion = '1.124.2025'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -69,9 +69,9 @@ ProcessorArchitecture = 'Amd64'
6969
# NestedModules = @()
7070

7171
# 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.
72-
FunctionsToExport = 'AssurePester', 'Expand-Path', 'Find-DuplicateFiles', 'Find-Item',
73-
'Invoke-Fasti', 'Move-ItemWithTracking', 'Move-ToRecycleBin',
74-
'Remove-AllItems', 'Remove-ItemWithFallback', 'Remove-OnReboot',
72+
FunctionsToExport = 'AssurePester', 'Expand-Path', 'Find-DuplicateFiles', 'Find-Item',
73+
'Invoke-Fasti', 'Move-ItemWithTracking', 'Move-ToRecycleBin',
74+
'Remove-AllItems', 'Remove-ItemWithFallback', 'Remove-OnReboot',
7575
'Rename-InProject', 'Start-RoboCopy'
7676

7777
# 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.
@@ -90,31 +90,31 @@ AliasesToExport = 'ep', 'fasti', 'fdf', 'l', 'rc', 'recycle', 'rip', 'rmf', 'sde
9090
ModuleList = @('GenXdev.FileSystem')
9191

9292
# List of all files packaged with this module
93-
FileList = 'GenXdev.FileSystem.psd1', 'GenXdev.FileSystem.psm1', 'LICENSE',
94-
'license.txt', 'powershell.jpg', 'README.md',
95-
'Tests\GenXdev.FileSystem\AssurePester.Tests.ps1',
96-
'Tests\GenXdev.FileSystem\Expand-Path.Tests.ps1',
97-
'Tests\GenXdev.FileSystem\Find-DuplicateFiles.Tests.ps1',
98-
'Tests\GenXdev.FileSystem\Find-Item.Tests.ps1',
99-
'Tests\GenXdev.FileSystem\Invoke-Fasti.Tests.ps1',
100-
'Tests\GenXdev.FileSystem\Move-ItemWithTracking.Tests.ps1',
101-
'Tests\GenXdev.FileSystem\Move-ToRecycleBin.Tests.ps1',
102-
'Tests\GenXdev.FileSystem\Remove-AllItems.Tests.ps1',
103-
'Tests\GenXdev.FileSystem\Remove-ItemWithFallback.Tests.ps1',
104-
'Tests\GenXdev.FileSystem\Remove-OnReboot.Tests.ps1',
105-
'Tests\GenXdev.FileSystem\Rename-InProject.Tests.ps1',
106-
'Tests\GenXdev.FileSystem\Start-RoboCopy.Tests.ps1',
107-
'Functions\GenXdev.FileSystem\AssurePester.ps1',
108-
'Functions\GenXdev.FileSystem\Expand-Path.ps1',
109-
'Functions\GenXdev.FileSystem\Find-DuplicateFiles.ps1',
110-
'Functions\GenXdev.FileSystem\Find-Item.ps1',
111-
'Functions\GenXdev.FileSystem\Invoke-Fasti.ps1',
112-
'Functions\GenXdev.FileSystem\Move-ItemWithTracking.ps1',
113-
'Functions\GenXdev.FileSystem\Move-ToRecycleBin.ps1',
114-
'Functions\GenXdev.FileSystem\Remove-AllItems.ps1',
115-
'Functions\GenXdev.FileSystem\Remove-ItemWithFallback.ps1',
116-
'Functions\GenXdev.FileSystem\Remove-OnReboot.ps1',
117-
'Functions\GenXdev.FileSystem\Rename-InProject.ps1',
93+
FileList = 'GenXdev.FileSystem.psd1', 'GenXdev.FileSystem.psm1', 'LICENSE',
94+
'license.txt', 'powershell.jpg', 'README.md',
95+
'Tests\GenXdev.FileSystem\AssurePester.Tests.ps1',
96+
'Tests\GenXdev.FileSystem\Expand-Path.Tests.ps1',
97+
'Tests\GenXdev.FileSystem\Find-DuplicateFiles.Tests.ps1',
98+
'Tests\GenXdev.FileSystem\Find-Item.Tests.ps1',
99+
'Tests\GenXdev.FileSystem\Invoke-Fasti.Tests.ps1',
100+
'Tests\GenXdev.FileSystem\Move-ItemWithTracking.Tests.ps1',
101+
'Tests\GenXdev.FileSystem\Move-ToRecycleBin.Tests.ps1',
102+
'Tests\GenXdev.FileSystem\Remove-AllItems.Tests.ps1',
103+
'Tests\GenXdev.FileSystem\Remove-ItemWithFallback.Tests.ps1',
104+
'Tests\GenXdev.FileSystem\Remove-OnReboot.Tests.ps1',
105+
'Tests\GenXdev.FileSystem\Rename-InProject.Tests.ps1',
106+
'Tests\GenXdev.FileSystem\Start-RoboCopy.Tests.ps1',
107+
'Functions\GenXdev.FileSystem\AssurePester.ps1',
108+
'Functions\GenXdev.FileSystem\Expand-Path.ps1',
109+
'Functions\GenXdev.FileSystem\Find-DuplicateFiles.ps1',
110+
'Functions\GenXdev.FileSystem\Find-Item.ps1',
111+
'Functions\GenXdev.FileSystem\Invoke-Fasti.ps1',
112+
'Functions\GenXdev.FileSystem\Move-ItemWithTracking.ps1',
113+
'Functions\GenXdev.FileSystem\Move-ToRecycleBin.ps1',
114+
'Functions\GenXdev.FileSystem\Remove-AllItems.ps1',
115+
'Functions\GenXdev.FileSystem\Remove-ItemWithFallback.ps1',
116+
'Functions\GenXdev.FileSystem\Remove-OnReboot.ps1',
117+
'Functions\GenXdev.FileSystem\Rename-InProject.ps1',
118118
'Functions\GenXdev.FileSystem\Start-RoboCopy.ps1'
119119

120120
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
@@ -126,7 +126,7 @@ PrivateData = @{
126126
Tags = 'Markdown','Tools','RoboCopy','GenXdev'
127127

128128
# A URL to the license for this module.
129-
LicenseUri = 'https://raw.githubusercontent.com/genXdev/GenXdev.FileSystem/main/LICENSE'
129+
# LicenseUri = 'https://raw.githubusercontent.com/genXdev/GenXdev.FileSystem/main/LICENSE'
130130

131131
# A URL to the main website for this project.
132132
ProjectUri = 'https://powershell.genxdev.net/#GenXdev.FileSystem'

0 commit comments

Comments
 (0)