Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 3.01 KB

RELEASENOTES.md

File metadata and controls

66 lines (46 loc) · 3.01 KB

What's new in 1.0.0-alpha7 (22/Oct/2015)

Improvements

  • Added essential help comments to all cmdlets. Future versions will improve the documentation quality and depth.

Bug Fixes

  • Fix Nuget and Chocolatey package icons
  • Fix bug in Get-TfsWorkItemType that would not return any WITDs

Known Issues

  • N/A

Previous Versions

1.0.0-alpha6 (22/Oct/2015)

Improvements

  • Enable build from cmdline with VS 2015 (ab2325b)
  • Change PoShTools detection from error to warning (09e62f3)
  • Skip PoShTools detection in AppVeyor (47cafa4)
  • Add custom type detection logic (b10f32c)

Bug Fixes

  • Fix commit message with apostrophe breaking build (8066ab8)
  • Add proper parameter initialization for credentials (d0c4d6c)
  • Fix handling of current config server (d7b53f)

Known Issues

  • N/A

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

1.0.0-alpha4 (03/Sep/2015)

Improvements

  • Remove dependency on .NET 3.5

Bug fixes

  • N/A

Known Issues

  • N/A

1.0.0-alpha3 (03/Sep/2015)

Improvements

  • Add help comments to the Areas & Iterations functions

Bug fixes

  • Fix an issue in the AssemblyResolver implementation. Previously it was implemented as a scriptblock and was running into some race conditions that would crash PowerShell. Switched to a pure .NET implementation in order to avoid the race condition.

Known Issues

  • TfsCmdlets has currently a dependency on .NET 3.5 and won't load in computers with only .NET 4.x installed. Workaround is to install .NET 3.5. Next version will no longer depend on .NET 3.5.