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
* Fix Commit version assignment in GetGitItem
Updated the version assignment in the GetGitItem class to use the Commit property instead of converting the item to a string. This change ensures that the correct commit version is retrieved when using the "Get by commit SHA" parameter set.
* Update release notes
* Change the Commit property to string
---------
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,21 @@
1
1
# TfsCmdlets Release Notes
2
2
3
-
## Version 2.9.1 (_05/Jun/2025_)
3
+
## Version 2.9.2 (_30/Jul/2025_)
4
4
5
-
This release fixes a critical bug in Set-TfsWorkItem, among other improvements.
5
+
This release fixes a bug in Get-TfsGitItem cmdlet.
6
6
7
7
## Fixes
8
8
9
-
-**`Get-TfsVersion`**: Adds support for Azure DevOps Services version "20" (currently mapped to 2022)
10
-
-**`Remove-TfsTeamProject`**: Removes a double-confirmation prompt when using the `-Hard` switch, simplifying the deletion process
11
-
-**`Set-TfsWorkItem`**: Fixed an issue where the actual work item ID wasn't being used when retrieving work item type information, causing some field updates to fail
9
+
-**`Get-TfsGitItem`**: Fixed an issue where the cmdlet would fail when specifying a commit SHA.
12
10
13
11
-----------------------
14
12
15
13
## Previous Versions
16
14
15
+
## Version 2.9.1 (_05/Jun/2025_)
16
+
17
+
See release notes [here](Docs/ReleaseNotes/2.9.1.md).
18
+
17
19
## Version 2.9.0 (_15/Aug/2024_)
18
20
19
21
See release notes [here](Docs/ReleaseNotes/2.9.0.md).
0 commit comments