Skip to content

Commit ee77c7b

Browse files
Updating Module Version [0.5.4] and release notes
1 parent 0cc6a6d commit ee77c7b

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

PSDevOps.psd1

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.5.3'
2+
ModuleVersion = '0.5.4'
33
RootModule = 'PSDevOps.psm1'
44
Description = 'PowerShell Tools for DevOps'
55
Guid = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176'
@@ -9,6 +9,24 @@
99
ProjectURI = 'https://github.com/StartAutomating/PSDevOps'
1010
LicenseURI = 'https://github.com/StartAutomating/PSDevOps/blob/master/LICENSE'
1111
ReleaseNotes = @'
12+
0.5.4:
13+
---
14+
* Formatting Improvments:
15+
** Get-ADOField now includes .Type
16+
** Get-ADOExtension now includes .Version
17+
* Set-ADOTeam -DefaultAreaPath/-AreaPath parameter set issue fixed (fixes #103 / #92)
18+
** Added tests for Set-ADOTeam
19+
* GitHub Workflow Definition Improvements:
20+
** New Triggers:
21+
*** On PullToMain
22+
** New Jobs:
23+
*** UpdateModuleTag
24+
*** PublishToGallery
25+
** New Steps:
26+
*** PublishPowerShellGallery
27+
*** TagModuleVersion
28+
* New-GitHubWorkflow/New-ADOPipeline now support -RootDirectory
29+
* Fixing pluralization / list issue with multiple GitHub Workflow "On"
1230
0.5.3
1331
---
1432
* Get-ADORepository : Adding -PullRequestID
@@ -86,18 +104,6 @@
86104
* Bugfixes:
87105
** Honoring Get-ADOBuild -DefinitionName
88106
* Disconnect-ADO is now run prior at the start of Connect-ADO, and on module unload.
89-
0.4.6
90-
---
91-
* New-ADOPipeline/New-GitHubWorkflow: Adding -BuildScript
92-
* Connect-ADO: Auto-detecting connected user's teams and adding tab completion for -Project/-ProjectID/-Team/-TeamID
93-
* Convert-BuildStep: Re-ordering YAML for GitHub Workflows (putting .runs last)
94-
* Convert-ADOPipeline: Not returning .inputs when there are no .inputs
95-
* Get-ADOProject: Adding -PolicyType and -PolicyConfiguration
96-
* Get-ADORepository: Adding -PullRequest, -SourceReference, -TargetReference, -ReviewerIdentity, -CreatorIdentity.
97-
* Get-ADOBuild: Adding -DefinitionName
98-
* Invoke-ADORestAPI: Passing content length of 0 when body is empty.
99-
* Updating README
100-
101107
'@
102108
}
103109
Colors = @{

0 commit comments

Comments
 (0)