PoshVsts.psd1

@{
    RootModule       = 'PoshVsts.dll'
    ModuleVersion    = '1.14'
    GUID             = '3feb1df2-919a-4680-9969-776c4a948381'
    Author           = 'Fabio von Hertell'
    Copyright        = '(c) 2018 Fabio von Hertell. All rights reserved.'
    Description      = 'Cmdlets to interact with Visual Studio Team Services.'
    FormatsToProcess = @('PoshVsts.ps1xml')
    PowerShellVersion = '5.0'
    CLRVersion        = "4.0"
    CmdletsToExport  = @('Get-VstsWorkItem', 'Get-VstsConfiguration', 'Set-VstsConfiguration', 'Get-VstsWorkItemState',
        'Get-VstsWorkItemType', 'Get-VstsReleaseDefinition', 'Save-VstsWorkItem', 'New-VstsWorkItem', 'Get-VstsBuild',
        'Get-VstsBuildLog', 'Get-VstsBuildDefinition', 'Start-VstsBuild', 'Get-VstsPullRequest', 'Get-VstsRepository',
        'New-VstsPullRequest', 'Get-VstsBranch', 'Get-VstsIteration', 'Update-VstsPullRequest', 'Add-VstsRelation', 'Remove-VstsRelation',
        'Get-VstsRelease', 'Remove-VstsWorkItem', 'Get-VstsWorkItemHistory')
    FileList = @()
#
# PrivateData = @{
# PSData = @{
# Tags = @('VSTS', 'VisualStudio Team Services', 'Azure DevOps', 'DevOps', 'TFS', 'Team Foundation Service')
# ReleaseNotes = 'Fix: Loading work-items by ID did not return the relations.'
# }
# }
}