EZOut.psd1

#
# Module manifest for module 'EasyOutput'
#
# Generated by: James Brundage
#
# Generated on: 6/1/2010
#

@{

# Script module or binary module file associated with this manifest
ModuleToProcess = 'EZOut.psm1'

# Version number of this module.
ModuleVersion = '1.4'

# ID used to uniquely identify this module
GUID = 'cef786f0-8a0b-4a5d-a2c6-b433095354cd'

# Author of this module
Author = 'James Brundage'

# Company or vendor of this module
CompanyName = 'Start-Automating'

# Copyright statement for this module
Copyright = '2011'

# Description of the functionality provided by this module
Description = 'Taking the Fight out of PowerShell Formatting'

FunctionsToExport = 'Add-FormatData', 'Clear-FormatData', 'Out-FormatData', 'Remove-FormatData', 'Write-FormatView',
    'Add-TypeData', 'Clear-TypeData', 'Out-TypeData', 'Remove-TypeData', 'Write-TypeView',
    'ConvertTo-PropertySet', 'Write-CommandOverload','Get-PropertySet', 'Get-FormatFile', 'Find-FormatView', 'Write-CustomAction', 'Show-CustomAction', 'Write-PropertySet'

}