IsePackV2.psd1
@{ ModuleVersion = '1.4.1' GUID = '5e0ba68c-f4f0-4615-89ed-dee0270b1f91' Author = 'James Brundage' CompanyName = 'Start-Automating' Copyright = '2010' Description = 'The Updated ISEPack. Now Way Cooler' RequiredModules = 'ShowUI','RoughDraft', 'Pipeworks','EZOut', 'ScriptCop' ScriptsToProcess = 'prompt.ps1', 'Out-Default.ps1' FormatsToProcess = 'IsePackV2.Format.ps1xml' ModuleToProcess = 'IsePackV2.psm1' FunctionsToExport = '*' CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' ModuleList = @() FileList = @() PrivateData = '' } |