|
1 | 1 | @{ |
2 | | - ModuleVersion = '0.5.3' |
| 2 | + ModuleVersion = '0.5.4' |
3 | 3 | RootModule = 'PSDevOps.psm1' |
4 | 4 | Description = 'PowerShell Tools for DevOps' |
5 | 5 | Guid = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176' |
|
9 | 9 | ProjectURI = 'https://github.com/StartAutomating/PSDevOps' |
10 | 10 | LicenseURI = 'https://github.com/StartAutomating/PSDevOps/blob/master/LICENSE' |
11 | 11 | 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" |
12 | 30 | 0.5.3 |
13 | 31 | --- |
14 | 32 | * Get-ADORepository : Adding -PullRequestID |
|
86 | 104 | * Bugfixes: |
87 | 105 | ** Honoring Get-ADOBuild -DefinitionName |
88 | 106 | * 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 | | -
|
101 | 107 | '@ |
102 | 108 | } |
103 | 109 | Colors = @{ |
|
0 commit comments