Fonts.psd1
@{ RootModule = 'Fonts.psm1' ModuleVersion = '1.1.11' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = '3b00ac2b-661a-4468-b414-7ec842f4cb07' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2024 PSModule. All rights reserved.' Description = 'A PowerShell module for managing fonts.' PowerShellVersion = '7.4' ProcessorArchitecture = 'None' RequiredModules = @( 'Admin' ) RequiredAssemblies = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = @( 'Get-Font' 'Install-Font' 'Uninstall-Font' ) CmdletsToExport = @() AliasesToExport = @( 'Get-Fonts' 'Install-Fonts' 'Uninstall-Fonts' ) ModuleList = @() FileList = 'Fonts.psm1' PrivateData = @{ PSData = @{ Tags = @( 'fonts' 'Linux' 'MacOS' 'powershell' 'powershell-module' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/Fonts/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/Fonts' IconUri = 'https://raw.githubusercontent.com/PSModule/Fonts/main/icon/icon.png' } } } |