TwitterAdsCmdlets.psd1
@{ GUID = '1813841f-f818-4744-b800-14a244343b6d' Author = 'CData Software, Inc.' CompanyName = 'CData Software, Inc.' Copyright = 'Copyright (c) 2022 CData Software, Inc. - All rights reserved.' ModuleVersion = '22.0.8257.1' Description = 'CData Cmdlets for Twitter Ads' PowerShellVersion = '2.0' CLRVersion = '2.0' CmdletsToExport = '*' RequiredModules = @() ModuleToProcess = 'TwitterAdsCmdlets.psm1' ScriptsToProcess = @() TypesToProcess = @() PrivateData = @{ PSData = @{ Tags = @("CData", "Cmdlets", "Twitter","Ads") 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 = "HMMHA" } } } |