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
66GUID = ' 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