Skip to content

Commit 0ba3a71

Browse files
committed
Releasing version 3.0.0.0
1 parent 9dcb8ef commit 0ba3a71

2 files changed

Lines changed: 16 additions & 31 deletions

File tree

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.0.0.0
215+
214216
* xComputer: Added parameter to set the local computer description along with documentation
215217
and unit tests for this change.
216218
* BREAKING CHANGE: xScheduledTask:

xComputerManagement.psd1

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

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

5151
# ReleaseNotes of this module
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`.
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`.
7762
* xComputer:
78-
* Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for
79-
`$global:DSCMachineStatus = 1`.
80-
* xVirtualMemory:
81-
* Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for
82-
`$global:DSCMachineStatus = 1`.
63+
* Moved strings to localization file.
64+
* Updated to meet HQRM guidelines.
8365
8466
'
8567

@@ -93,3 +75,4 @@ PrivateData = @{
9375

9476

9577

78+

0 commit comments

Comments
 (0)