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 ad83116 commit 870a2beCopy full SHA for 870a2be
PSDevOps.psd1
@@ -1,5 +1,5 @@
1
@{
2
- ModuleVersion = '0.5.4.1'
+ ModuleVersion = '0.5.4.2'
3
RootModule = 'PSDevOps.psm1'
4
Description = 'PowerShell Tools for DevOps'
5
Guid = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176'
@@ -9,6 +9,10 @@
9
ProjectURI = 'https://github.com/StartAutomating/PSDevOps'
10
LicenseURI = 'https://github.com/StartAutomating/PSDevOps/blob/master/LICENSE'
11
ReleaseNotes = @'
12
+0.5.4.2:
13
+---
14
+* Adding Register-ADOArtifactFeed (Fixes #118)
15
+
16
0.5.4.1:
17
---
18
* Fixing Invoke-ADORestApi issues: #111,#114,#115
0 commit comments