Skip to content

Commit ff3afc5

Browse files
Updating Module Version [0.5.5.1] and Release Notes.
1 parent 92ad945 commit ff3afc5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

PSDevOps.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.5.5'
2+
ModuleVersion = '0.5.5.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.5.1:
13+
---
14+
* Allowing for [Reflection.AssemblyMetaData] attributes on step .ps1 files (to customize YAML). Issue #123
15+
* Better support for Object and array parameters in Azure DevOps. Issue #125.
16+
1217
0.5.5:
1318
---
1419
* Azure DevOps: Adding support for Shared Queries (Fixes #117)

0 commit comments

Comments
 (0)