Skip to content

Commit 01b9587

Browse files
committed
Releasing version 3.2.0.0
1 parent ac71fd7 commit 01b9587

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ xVirtualMemory has the following properties:
217217

218218
### Unreleased
219219

220+
### 3.2.0.0
221+
220222
* xScheduledTask:
221223
* Enable Execution Time Limit of task to be set to indefinite
222224
by setting `ExecutionTimeLimit` to '00:00:00' - See [Issue #115](https://github.com/PowerShell/xComputerManagement/issues/115)

xComputerManagement.psd1

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '3.1.0.0'
3+
ModuleVersion = '3.2.0.0'
44

55
# ID used to uniquely identify this module
66
GUID = 'B5004952-489E-43EA-999C-F16A25355B89'
@@ -49,8 +49,18 @@ PrivateData = @{
4949
# IconUri = ''
5050

5151
# ReleaseNotes of this module
52-
ReleaseNotes = '* xOfflineDomainJoin:
52+
ReleaseNotes = '* xScheduledTask:
53+
* Enable Execution Time Limit of task to be set to indefinite
54+
by setting `ExecutionTimeLimit` to "00:00:00" - See [Issue 115](https://github.com/PowerShell/xComputerManagement/issues/115)
55+
* xPowerPlan:
5356
* Updated to meet HQRM guidelines.
57+
* Converted calls to `throw` to use `New-InvalidOperationException`
58+
in CommonResourceHelper.
59+
* Move Common Resource Helper functions into modules folder.
60+
* Changed resources to use Common Resource Helper functions.
61+
* Moved strings for Common Resource Helper functions into separate
62+
strings file.
63+
* Added unit tests for Common Helper functions.
5464
5565
'
5666

@@ -66,3 +76,4 @@ PrivateData = @{
6676

6777

6878

79+

0 commit comments

Comments
 (0)