LinkedIn.psd1
@{ RootModule = 'LinkedIn.psm1' ModuleVersion = '0.0.4' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = '2fb69139-3eda-4db7-a58e-a776318a3e89' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A PowerShell module to programmatically interact with LinkedIn' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' RequiredModules = @( 'Utilities' ) ScriptsToProcess = @( 'scripts/loader.ps1' ) TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = @( 'Get-PSModuleTest' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() ModuleList = @() FileList = @( 'LinkedIn.psm1' 'scripts/loader.ps1' ) PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/LinkedIn/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/LinkedIn' IconUri = 'https://raw.githubusercontent.com/PSModule/LinkedIn/main/icon/icon.png' } } } |