Skip to content

Commit fc2bd8a

Browse files
committed
Releasing version 3.1.0.0
1 parent 5a468b3 commit fc2bd8a

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

README.md

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

212212
### Unreleased
213213

214+
### 3.1.0.0
215+
214216
* xOfflineDomainJoin:
215217
* Updated to meet HQRM guidelines.
216218

xComputerManagement.psd1

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

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

5151
# ReleaseNotes of this module
52-
ReleaseNotes = '* xComputer: Added parameter to set the local computer description along with documentation
53-
and unit tests for this change.
54-
* BREAKING CHANGE: xScheduledTask:
55-
* Converted all Interval/Duration type parameters over to be string format
56-
to prevent the Timezone the MOF file was created in from being stored.
57-
This is to fix problems where MOF files are created in one timezone but
58-
deployed nodes to a different timezone - See [Issue 85](https://github.com/PowerShell/xComputerManagement/issues/85)
59-
* Added ConvertTo-TimeSpanFromScheduledTaskString function and refactored
60-
to reduce code duplication.
61-
* Added support for setting repetition duration to `Indefinitely`.
62-
* xComputer:
63-
* Moved strings to localization file.
64-
* Updated to meet HQRM guidelines.
65-
* xVirtualMemory:
66-
* Refactored shared common code into new utility functions to
67-
reduce code duplication and improve testability.
68-
* Moved strings into localizable strings file.
69-
* Converted calls to `throw` to use `New-InvalidOperationException`
70-
in CommonResourceHelper.
71-
* Improved unit test coverage.
52+
ReleaseNotes = '* xOfflineDomainJoin:
7253
* Updated to meet HQRM guidelines.
54+
7355
'
7456

7557
} # End of PSData hashtable
@@ -83,3 +65,4 @@ PrivateData = @{
8365

8466

8567

68+

0 commit comments

Comments
 (0)