Yml.psd1
|
@{ RootModule = 'Yml.psm1' ModuleVersion = '0.0.1' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'fe12ea8a-0637-423a-b15f-e6c0a949201a' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2026 PSModule. All rights reserved.' Description = 'Reserving name to not clobber Yaml' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = @( 'ConvertTo-Yml' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() ModuleList = @() FileList = @( 'Yml.psm1' ) PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/Yml/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/Yml' IconUri = 'https://raw.githubusercontent.com/PSModule/Yml/main/icon/icon.png' } } } |