GoogleFonts.psd1
@{ RootModule = 'GoogleFonts.psm1' ModuleVersion = '0.0.10' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'c91fc71d-621e-4897-a1bd-f5ae84d958f1' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2024 PSModule. All rights reserved.' Description = 'A PowerShell module to download and install fonts from GoogleFonts.' PowerShellVersion = '7.4' ProcessorArchitecture = 'None' RequiredAssemblies = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = 'Get-PSModule' CmdletsToExport = @() ModuleList = @() FileList = 'GoogleFonts.psm1' 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' } } } |