PSFunctionInfo.psd1
# # Module manifest for module 'PSFunctionInfo' @{ RootModule = 'PSFunctionInfo.psm1' ModuleVersion = '1.1.0' CompatiblePSEditions = @('Desktop', 'Core') GUID = 'fc506e57-f58e-44bb-b3a0-ec6f08d0c8f7' Author = 'Jeff Hicks' CompanyName = 'JDH Information Technology Solutions, Inc.' Copyright = '(c) 2020-2022 JDH Information Technology Solutions, Inc.' Description = 'A set of PowerShell commands to add metadata to stand-alone functions.' PowerShellVersion = '5.1' TypesToProcess = 'types\psfunctioninfo.types.ps1xml' FormatsToProcess = 'formats\psfunctioninfo.format.ps1xml' FunctionsToExport = 'Get-PSFunctionInfo', 'New-PSFunctionInfo', 'Get-PSFunctionInfoTag', 'Set-PSFunctionInfoDefaults', 'Get-PSFunctionInfoDefaults', 'Update-PSFunctionInfoDefaults', 'Edit-PSFunctionInfo' #VariablesToExport = '' AliasesToExport = 'gpfi', 'npfi', 'epfi' PrivateData = @{ PSData = @{ Tags = @('function', 'scripting', 'profile') LicenseUri = 'https://github.com/jdhitsolutions/PSFunctionInfo/blob/main/License.txt' ProjectUri = 'https://github.com/jdhitsolutions/PSFunctionInfo' IconUri = 'https://raw.githubusercontent.com/jdhitsolutions/PSFunctionInfo/main/images/psfunctioninfo-icon.png' # ReleaseNotes = '' # Prerelease = '' RequireLicenseAcceptance = $false # ExternalModuleDependencies = @() } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' } |