This release adds support for the creation of Git forks, and fixes a few bugs.
N/A
- Supports for Git forks.
New-TfsGitRepository
can now fork existing Git repositories, andGet-TfsGitRepository
can retrieve information about the parent (forked) repository.
- Error when calling New-TfsWorkItem without specifying area/iteration paths (#158)
- Error when calling New-TfsWorkItem passing backslash to area/iteration paths (#159)
- Error when setting recursive area path value in Set-TfsTeam (#160)
- Error when calling New-TfsTeam with DefaultAreaPath and/or BacklogIteration arguments set to non-existing paths