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