GoogleFonts.psd1
@{ RootModule = 'GoogleFonts.psm1' ModuleVersion = '0.0.8' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'f094a4ea-a4e0-4c9b-9952-428bd7a5ff30' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2024 PSModule. All rights reserved.' Description = 'A PowerShell module to download and install fonts from GoogleFonts.' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' RequiredAssemblies = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = 'Get-PSModule' CmdletsToExport = @() VariablesToExport = @() ModuleList = @() FileList = @() PrivateData = @{ PSData = @{ Tags = @( 'google-fonts' 'Linux' 'MacOS' 'powershell' 'powershell-module' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/GoogleFonts/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/GoogleFonts' IconUri = 'https://raw.githubusercontent.com/PSModule/GoogleFonts/main/icon/icon.png' } } } |