Skip to content

Commit 07660e8

Browse files
committed
Releasing version 2.1.0.0
1 parent 21ba6c7 commit 07660e8

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

README.md

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

203203
### Unreleased
204204

205+
### 2.1.0.0
206+
205207
* xComputer: Changed comparison that validates if we are in the correct AD
206208
Domain to work correctly if FQDN wasn't used.
207209
* Updated AppVeyor.yml to use AppVeyor.psm1 module in DSCResource.Tests.

xComputerManagement.psd1

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
GUID = '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

Comments
 (0)