33#
44# Generated by: genXdev
55#
6- # Generated on: 09/05 /2025
6+ # Generated on: 20/06 /2025
77#
88
99@ {
1212RootModule = ' GenXdev.FileSystem.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.174 .2025'
15+ ModuleVersion = ' 1.182 .2025'
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core'
@@ -69,7 +69,7 @@ RequiredModules = @(@{ModuleName = 'Microsoft.WinGet.Client'; ModuleVersion = '1
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' ,
72+ FunctionsToExport = ' EnsurePester ' , ' Expand-Path' , ' Find-DuplicateFiles' , ' Find-Item' ,
7373 ' Invoke-Fasti' , ' Move-ItemWithTracking' , ' Move-ToRecycleBin' ,
7474 ' Remove-AllItems' , ' Remove-ItemWithFallback' , ' Remove-OnReboot' ,
7575 ' Rename-InProject' , ' Start-RoboCopy'
@@ -92,7 +92,7 @@ ModuleList = @('GenXdev.FileSystem')
9292# List of all files packaged with this module
9393FileList = ' GenXdev.FileSystem.psd1' , ' GenXdev.FileSystem.psm1' , ' LICENSE' ,
9494 ' license.txt' , ' powershell.jpg' , ' README.md' ,
95- ' Tests\GenXdev.FileSystem\AssurePester .Tests.ps1' ,
95+ ' Tests\GenXdev.FileSystem\EnsurePester .Tests.ps1' ,
9696 ' Tests\GenXdev.FileSystem\Expand-Path.Tests.ps1' ,
9797 ' Tests\GenXdev.FileSystem\Find-DuplicateFiles.Tests.ps1' ,
9898 ' Tests\GenXdev.FileSystem\Find-Item.Tests.ps1' ,
@@ -104,8 +104,8 @@ FileList = 'GenXdev.FileSystem.psd1', 'GenXdev.FileSystem.psm1', 'LICENSE',
104104 ' Tests\GenXdev.FileSystem\Remove-OnReboot.Tests.ps1' ,
105105 ' Tests\GenXdev.FileSystem\Rename-InProject.Tests.ps1' ,
106106 ' Tests\GenXdev.FileSystem\Start-RoboCopy.Tests.ps1' ,
107- ' Tests\GenXdev.FileSystem\_AssureTypes .Tests.ps1' ,
108- ' Functions\GenXdev.FileSystem\AssurePester .ps1' ,
107+ ' Tests\GenXdev.FileSystem\_EnsureTypes .Tests.ps1' ,
108+ ' Functions\GenXdev.FileSystem\EnsurePester .ps1' ,
109109 ' Functions\GenXdev.FileSystem\Expand-Path.ps1' ,
110110 ' Functions\GenXdev.FileSystem\Find-DuplicateFiles.ps1' ,
111111 ' Functions\GenXdev.FileSystem\Find-Item.ps1' ,
@@ -117,7 +117,7 @@ FileList = 'GenXdev.FileSystem.psd1', 'GenXdev.FileSystem.psm1', 'LICENSE',
117117 ' Functions\GenXdev.FileSystem\Remove-OnReboot.ps1' ,
118118 ' Functions\GenXdev.FileSystem\Rename-InProject.ps1' ,
119119 ' Functions\GenXdev.FileSystem\Start-RoboCopy.ps1' ,
120- ' Functions\GenXdev.FileSystem\_AssureTypes .ps1'
120+ ' Functions\GenXdev.FileSystem\_EnsureTypes .ps1'
121121
122122# 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.
123123PrivateData = @ {
0 commit comments