lib/netstandard2.1/PayPalCmdlets.psd1
@{ GUID = '1216941f-f818-4744-b800-14a244343b6f' Author = 'CData Software, Inc.' CompanyName = 'CData Software, Inc.' Copyright = 'Copyright (c) 2023 CData Software, Inc. - All rights reserved.' ModuleVersion = '23.0.8669.1' Description = 'CData Cmdlets for PayPal' PowerShellVersion = '6.0' CLRVersion = '4.0' CmdletsToExport = '*' RequiredModules = @() CompatiblePSEditions = @('Core') ModuleToProcess = 'CData.PayPalCmdlets.Commands.dll' ScriptsToProcess = @() TypesToProcess = @() PrivateData = @{ PSData = @{ Tags = @("CData", "Cmdlets", "PayPal") LicenseUri = "http://www.cdata.com/company/legal/terms.aspx" ProjectUri = "http://www.cdata.com/powershell/" IconUri = "http://www.cdata.com/powershell/img/psgallery_icon.png" SKU = "BPMJA" } } } |