File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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
66GUID = ' 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+
You can’t perform that action at this time.
0 commit comments