We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ad945 commit ff3afc5Copy full SHA for ff3afc5
PSDevOps.psd1
@@ -1,5 +1,5 @@
1
@{
2
- ModuleVersion = '0.5.5'
+ ModuleVersion = '0.5.5.1'
3
RootModule = 'PSDevOps.psm1'
4
Description = 'PowerShell Tools for DevOps'
5
Guid = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176'
@@ -9,6 +9,11 @@
9
ProjectURI = 'https://github.com/StartAutomating/PSDevOps'
10
LicenseURI = 'https://github.com/StartAutomating/PSDevOps/blob/master/LICENSE'
11
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
+
17
0.5.5:
18
---
19
* Azure DevOps: Adding support for Shared Queries (Fixes #117)
0 commit comments