- Added essential help comments to all cmdlets. Future versions will improve the documentation quality and depth.
- Fix Nuget and Chocolatey package icons
- Fix bug in Get-TfsWorkItemType that would not return any WITDs
- N/A
- 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)
- Fix commit message with apostrophe breaking build (8066ab8)
- Add proper parameter initialization for credentials (d0c4d6c)
- Fix handling of current config server (d7b53f)
- N/A
- 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.
- 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)
- N/A
- Remove dependency on .NET 3.5
- N/A
- N/A
- Add help comments to the Areas & Iterations functions
- 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.
- 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.