Skip to content

Commit 92002ea

Browse files
Updating Module Version [0.5.4.1] and release notes
1 parent 70e9edc commit 92002ea

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

PSDevOps.psd1

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.5.4'
2+
ModuleVersion = '0.5.4.1'
33
RootModule = 'PSDevOps.psm1'
44
Description = 'PowerShell Tools for DevOps'
55
Guid = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176'
@@ -9,6 +9,11 @@
99
ProjectURI = 'https://github.com/StartAutomating/PSDevOps'
1010
LicenseURI = 'https://github.com/StartAutomating/PSDevOps/blob/master/LICENSE'
1111
ReleaseNotes = @'
12+
0.5.4.1:
13+
---
14+
* Fixing Invoke-ADORestApi issues: #111,#114,#115
15+
* Attaching .BuildID and .DefinitionID properties to Get-ADOBuild where appropriate.
16+
1217
0.5.4:
1318
---
1419
* Formatting Improvments:
@@ -96,14 +101,6 @@
96101
** Get-ADOProject now has -TestRun, -TestPlan, -Release, and -PendingApproval (and better progress bars)
97102
** Get-ADOWorkItemType now has -Field
98103
** Commands for Picklists: Add/Get/Remove/Update-ADOPicklist
99-
0.4.7
100-
----
101-
* New Commands:
102-
** Add/Get/Remove-ADOWiki
103-
** Get-ADOPermission
104-
* Bugfixes:
105-
** Honoring Get-ADOBuild -DefinitionName
106-
* Disconnect-ADO is now run prior at the start of Connect-ADO, and on module unload.
107104
'@
108105
}
109106
Colors = @{

0 commit comments

Comments
 (0)