11@ {
22# Version number of this module.
3- ModuleVersion = ' 2.0 .0.0'
3+ ModuleVersion = ' 2.1 .0.0'
44
55# ID used to uniquely identify this module
66GUID = ' B5004952-489E-43EA-999C-F16A25355B89'
@@ -49,8 +49,37 @@ PrivateData = @{
4949 # IconUri = ''
5050
5151 # ReleaseNotes of this module
52- ReleaseNotes = ' * Updated resources
53- - BREAKING CHANGE: xScheduledTask: Added nearly all available parameters for tasks
52+ ReleaseNotes = ' * xComputer: Changed comparison that validates if we are in the correct AD
53+ Domain to work correctly if FQDN wasn"t used.
54+ * Updated AppVeyor.yml to use AppVeyor.psm1 module in DSCResource.Tests.
55+ * Removed Markdown.md errors.
56+ * Added CodeCov.io support.
57+ * xScheduledTask
58+ * Fixed incorrect TaskPath handling - [Issue 45](https://github.com/PowerShell/xComputerManagement/issues/45)
59+ * Change examples to meet HQRM standards and optin to Example validation
60+ tests.
61+ * Replaced examples in README.MD to links to Example files.
62+ * Added the VS Code PowerShell extension formatting settings that cause PowerShell
63+ files to be formatted as per the DSC Resource kit style guidelines - [Issue 91](https://github.com/PowerShell/xComputerManagement/issues/91).
64+ * Opted into Common Tests "Validate Module Files" and "Validate Script Files".
65+ * Converted files with UTF8 with BOM over to UTF8 - fixes [Issue 90](https://github.com/PowerShell/xComputerManagement/issues/90).
66+ * Updated Year to 2017 in License and Manifest - fixes [Issue 87](https://github.com/PowerShell/xComputerManagement/issues/87).
67+ * Added .github support files - fixes [Issue 88](https://github.com/PowerShell/xComputerManagement/issues/88):
68+ * CONTRIBUTING.md
69+ * ISSUE_TEMPLATE.md
70+ * PULL_REQUEST_TEMPLATE.md
71+ * Resolved all PSScriptAnalyzer warnings and style guide warnings.
72+ * xOfflineDomainJoin:
73+ * Changed to use CommonResourceHelper to load localization strings.
74+ * Renamed en-US to be correct case so that localization strings can be loaded.
75+ * Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for
76+ `$global:DSCMachineStatus = 1`.
77+ * xComputer:
78+ * Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for
79+ `$global:DSCMachineStatus = 1`.
80+ * xVirtualMemory:
81+ * Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for
82+ `$global:DSCMachineStatus = 1`.
5483
5584'
5685
@@ -63,3 +92,4 @@ PrivateData = @{
6392
6493
6594
95+
0 commit comments