WimWitch-Reloaded.psd1
|
@{ RootModule = 'WimWitch-Reloaded.psm1' ModuleVersion = '0.1.0' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = '094d89d5-9915-4897-a909-862d70af562f' Author = 'Mickaël CHAVE' CompanyName = 'Mickaël CHAVE' Copyright = '(c) 2025 Mickaël CHAVE. All rights reserved.' Description = 'WimWitch-Reloaded is a maintained and enhanced fork of WIM-Witch by TheNotoriousDRR''s (now EOL). This project aims to continue the legacy while adding modern features and ensuring compatibility with the latest Windows versions.' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' RequiredModules = @( 'OSDSUS' 'OSDUpdate' ) RequiredAssemblies = 'assemblies/Wpf.Ui.dll' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = 'Start-WimWitch' CmdletsToExport = @() ModuleList = @() FileList = @( 'WimWitch-Reloaded.psm1' 'assemblies/Wpf.Ui.dll' 'assemblies/Wpf.Ui.pdb' 'assemblies/Wpf.Ui.xml' ) PrivateData = @{ PSData = @{ Tags = @( 'PSEdition_Core' 'PSEdition_Desktop' ) LicenseUri = 'https://github.com/mchave3/WimWitch-Reloaded/blob/main/LICENSE' ProjectUri = 'https://github.com/mchave3/WimWitch-Reloaded' IconUri = 'https://raw.githubusercontent.com/mchave3/WimWitch-Reloaded/main/icon/icon.png' } } } |