Skip to content

Commit f57a8d8

Browse files
authored
Refactor code structure for improved readability and maintainability (#311)
1 parent 9d0ac7a commit f57a8d8

File tree

4 files changed

+2516
-2
lines changed

4 files changed

+2516
-2
lines changed

OSD.psd1

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

1414
# Version number of this module.
15-
ModuleVersion = '25.9.14.5'
15+
ModuleVersion = '25.9.14.6'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop'
@@ -218,7 +218,7 @@ FunctionsToExport = 'Add-7Zip2BootImage', 'Add-OfflineServicingWindowsDriver',
218218
'Use-WinPEContent', 'Wait-WebConnection', 'Write-CMTraceLog',
219219
'Get-OSDCatalogDriverPack', 'Get-OSDCatalogDriverPacks',
220220
'Get-OSDCatalogOperatingSystems', 'Get-OSDModulePath',
221-
'Get-OSDModuleVersion', 'Get-OSDCachePath', 'Deploy-OSDCloudGUI'
221+
'Get-OSDModuleVersion', 'Get-OSDCachePath'
222222

223223
# 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.
224224
CmdletsToExport = @()

0 commit comments

Comments
 (0)