VstsRestApiClient.psd1
@{ RootModule= 'VstsRestApiClient.psm1'; Description = 'This module serves as a client to the VSTS Rest Api.' ModuleVersion = '1.6.16'; GUID= 'f2286125-3d21-4acc-9673-d5fb04bdc0e2'; Author= 'Guillermo Alicea'; Copyright = '(c) 2018 Guillermo Alicea. All rights reserved.' FunctionsToExport = @('Test-ModuleInstall'); CmdletsToExport = ''; VariablesToExport = '*'; AliasesToExport = @(); RequiredModules = @(); PrivateData = @{ PSData = @{ Tags = @('Vsts', 'Tfs', 'Client', 'Api') LicenseUri = 'https://github.com/PoshTamer/VstsRestApiClient/blob/master/LICENSE' ProjectUri = 'https://github.com/PoshTamer/VstsRestApiClient' IconUri= 'https://raw.github.com/PoshTamer/VstsRestApiClient/blob/master/imgs/icons/icon.ico' CommitHash = '89df5b20ddb7708268f133da75b1959f3a5e1c99' } } DefaultCommandPrefix = 'Vsts' } |