Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 855 Bytes

1.0.0-alpha5.md

File metadata and controls

17 lines (10 loc) · 855 Bytes

TfsCmdlets Release Notes

Version 1.0.0-alpha5 (10/Sep/2015)

Improvements

  • Add cascade disconnection: When calling a "higher" Disconnect cmdlet (e.g. Disconnect-TfsConfigurationServer), the "lower" ones (e.g. TeamProjectCollection, TeamProject) are cascade-invoked, in other to prevent inconsistent connection information.

Bug fixes

  • Fix conditional use of -Title in New-TfsWorkItem (96a8a60)
  • Fix argument naming and pipelined return in Get-TfsWorkItem (0a118125)
  • Fix return when passing -Current in Get-TfsConfigurationServer (58647d2f)

Known Issues

  • N/A