VstsTaskSdk.psd1

@{
    RootModule = 'VstsTaskSdk.psm1'
    ModuleVersion = '0.11.0' # Do not modify. This value gets replaced at build time with the value from the package.json.
    GUID = 'bbed04e2-4e8e-4089-90a2-58b858fed8d8'
    Author = 'Microsoft'
    CompanyName = 'Microsoft'
    Copyright = '(c) 2016 Microsoft. All rights reserved.'
    Description = 'VSTS Task SDK'
    PowerShellVersion = '3.0'
    FunctionsToExport = '*'
    CmdletsToExport = ''
    VariablesToExport = ''
    AliasesToExport = ''
    PrivateData = @{
        PSData = @{
            ProjectUri = 'https://github.com/Microsoft/vsts-task-lib'
            CommitHash = '7ff27a3e0bdd6f7b06690ae5f5b63cb84d0f23f4' # Do not modify. This value gets replaced at build time.
        }
    }
    HelpInfoURI = 'https://github.com/Microsoft/vsts-task-lib'
    DefaultCommandPrefix = 'Vsts'
}