WDACConfig.psd1

@{
    RootModule           = ''
    ModuleVersion        = '0.5.1'
    CompatiblePSEditions = @('Core')
    GUID                 = '79920947-efb5-48c1-a567-5b02ebe74793'
    Author               = 'HotCakeX'
    CompanyName          = 'SpyNetGirl'
    Copyright            = '(c) 2023-Present'
    PowerShellVersion    = '7.4.4'
    CmdletsToExport      = @()
    VariablesToExport    = '*'
    AliasesToExport      = @()
    HelpInfoURI          = 'https://github.com/HotCakeX/Harden-Windows-Security/wiki/AppControl-Manager'
    Description          = @'
 
🟢This module has been Evolved into the AppControl Manager application which is a modern GUI-based MSIX-packaged open-source Windows application. Check it out here: https://github.com/HotCakeX/Harden-Windows-Security/wiki/AppControl-Manager
 
🩷 AppControl Manager is very high performance and offers a lot of new features and improvements. It includes every feature that WDACConfig module had plus so much more.
 
'@

    NestedModules        = @()
    FunctionsToExport    = @()
    PrivateData          = @{
        PSData = @{
            Tags         = @('WDAC')
            LicenseUri   = 'https://github.com/HotCakeX/Harden-Windows-Security/blob/main/LICENSE'
            ProjectUri   = 'https://github.com/HotCakeX/Harden-Windows-Security/wiki/AppControl-Manager'
            IconUri      = 'https://raw.githubusercontent.com/HotCakeX/Harden-Windows-Security/refs/heads/main/WDACConfig/Icon%20smaller.png'
            ReleaseNotes = 'https://github.com/HotCakeX/Harden-Windows-Security/wiki/AppControl-Manager'
        }
    }
}