Skip to content

Commit a3498c7

Browse files
Updating Module Version [0.5.7], Release Notes, and ChangeLog
1 parent 12b7505 commit a3498c7

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
0.5.6:
1+
0.5.7:
2+
---
3+
* Fixing issue with setting branch permissions (#136)
4+
* Get/Set-ADOPermission: Support for ServiceEndpoints (#137)
5+
* Set-ADOPermission: Exposing specialized parameter sets (#138)
6+
* PSDevOps.WorkProcess objects now return .ProcessName and .ProcessID as alias properties
7+
8+
0.5.6:
29
---
310
### Azure DevOps Improvements
411
* Get-ADOPermission : Can now get permissions related to Dashboards, Analytics, AreaPaths, and IterationPaths

PSDevOps.psd1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.5.6'
2+
ModuleVersion = '0.5.7'
33
RootModule = 'PSDevOps.psm1'
44
Description = 'PowerShell Tools for DevOps'
55
Guid = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176'
@@ -9,6 +9,13 @@
99
ProjectURI = 'https://github.com/StartAutomating/PSDevOps'
1010
LicenseURI = 'https://github.com/StartAutomating/PSDevOps/blob/master/LICENSE'
1111
ReleaseNotes = @'
12+
0.5.7:
13+
---
14+
* Fixing issue with setting branch permissions (#136)
15+
* Get/Set-ADOPermission: Support for ServiceEndpoints (#137)
16+
* Set-ADOPermission: Exposing specialized parameter sets (#138)
17+
* PSDevOps.WorkProcess objects now return .ProcessName and .ProcessID as alias properties
18+
1219
0.5.6:
1320
---
1421
### Azure DevOps Improvements

0 commit comments

Comments
 (0)