You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,22 @@
1
1
# TfsCmdlets Release Notes
2
2
3
-
## Version 2.5.0 (_03/Aug/2022_)
3
+
## Version 2.5.1 (_22/Aug/2022_)
4
4
5
-
This release introduces new cmdlets and fixes a few bugs.
6
-
7
-
## New cmdlets
8
-
9
-
***[Start-TfsBuild](https://tfscmdlets.dev/docs/cmdlets/Pipeline/Build/Start-TfsBuild/)**: Starts a pipeline (YAML) / build (Classic).
10
-
***[Get-TfsTeamProjectMember](https://tfscmdlets.dev/docs/cmdlets/TeamProject/Members/Get-TfsTeamProjectMember/)**: Returns the members of a team project, as shown in the "Members" widget in the team project's Summary page (closes [#59](https://github.com/igoravl/TfsCmdlets/issues/59)).
5
+
This release fixes a bug in `New-TfsWorkItem`.
11
6
12
7
## Fixes
13
8
14
-
* Fixes a bug in `New-TfsWorkItem`and `Set-TfsWorkItem` where IterationPath was not being set.
9
+
* Fixes a bug in `New-TfsWorkItem`where AreaPath and IterationPath arguments are switched.
15
10
16
11
-----------------------
17
12
18
13
## Previous Versions
19
14
20
-
## Version 2.4.1 (_20/Jul/2022_)
15
+
### Version 2.5.0 (_03/Aug/2022_)
16
+
17
+
See release notes [here](Docs/ReleaseNotes/2.5.0.md).
18
+
19
+
### Version 2.4.1 (_20/Jul/2022_)
21
20
22
21
See release notes [here](Docs/ReleaseNotes/2.4.1.md).
0 commit comments