ps12exe.psd1

@{
    ModuleVersion = '0.1.8'
    VariablesToExport = @()
    PrivateData = @{
        PSData = @{
            ProjectUri = 'https://github.com/steve02081504/ps12exe'
            Tags = @('Executable', 'Compiler', 'ps2exe', 'exe', 'ps12exe', 'Windows')
            LicenseUri = 'https://github.com/steve02081504/ps12exe/blob/master/LICENSE'
        }
    }
    FunctionsToExport = @('ps12exe', 'ps12exeGUI')
    Author = 'steve02081504'
    NestedModules = @('GUI.psm1')
    AliasesToExport = @()
    GUID = '0bdadd0c-4365-422a-b7d4-62c2ea6d2d14'
    RootModule = 'ps12exe.psm1'
    HelpInfoURI = 'https://github.com/steve02081504/ps12exe/blob/master/README.md'
    Description = 'better repo 2 compile pwsh scripts to exe'
    CompanyName = 'Unknown'
    CmdletsToExport = @()
    Copyright = '(c) steve02081504.'
    PowerShellVersion = '5.0'
    DotNetFrameworkVersion = '4.0'
}