Connection/Connection.psd1

@{
    Description = 'This module contains cmdlets used to connect to and disconnect from Team Foundation Server objects (servers, collections and projects)'

    ModuleVersion = '0.0.0'

    RootModule = 'Connection.psm1'

    PrivateData = @{ 
        FriendlyName = 'Connection'
    }
}