WimWitch-Reloaded.psd1

@{
    RootModule            = 'WimWitch-Reloaded.psm1'
    ModuleVersion         = '0.2.0'
    CompatiblePSEditions  = @(
        'Core'
        'Desktop'
    )
    GUID                  = '7de77a0f-85fb-454b-80c9-8001264f088f'
    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'
        'resources/UI/icon_base64.txt'
        'resources/UI/MainWindow.xaml'
    )
    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'
        }
    }
}