TeamsModule.psd1
|
@{ RootModule = 'TeamsModule.psm1' ModuleVersion = '1.0.0' GUID = 'ab85fc7f-c22b-4d24-afc2-d9143e774c18' Author = 'Morgan Miller' CompanyName = 'Morgan Miller' Copyright = '(c) Morgan Miller. All rights reserved.' Description = 'Smart runtime utils' PowerShellVersion = '5.1' FunctionsToExport = @('Get-TeamsModuleStatus', 'Initialize-TeamsModule') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |