Markdown.psd1
@{ RootModule = 'Markdown.psm1' ModuleVersion = '0.0.1' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'fc40db41-91b6-4757-8ad2-ef6b3d9dbe98' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A PowerShell module to handle markdown' PowerShellVersion = '7.4' ProcessorArchitecture = 'None' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = 'Get-PSModuleTest' CmdletsToExport = @() VariablesToExport = @() ModuleList = @() FileList = 'Markdown.psm1' PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/Markdown/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/Markdown' IconUri = 'https://raw.githubusercontent.com/PSModule/Markdown/main/icon/icon.png' } } } |