Skip to content

Commit afa8e48

Browse files
committed
Fixed merge conflicts
2 parents 6a3382c + 09d3709 commit afa8e48

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,13 @@ xVirtualMemory has the following properties:
161161

162162
### Unreleased
163163

164-
* Updated resources
165-
* BREAKING CHANGE: xScheduledTask: Added nearly all available parameters for tasks
166164
* Updated AppVeyor.yml to use AppVeyor.psm1 module in DSCResource.Tests.
167165
* Removed Markdown.md errors.
168166
* Added CodeCov.io support.
167+
168+
### 2.0.0.0
169+
* Updated resources
170+
* BREAKING CHANGE: xScheduledTask: Added nearly all available parameters for tasks
169171
* xVirtualMemory:
170172
* Fixed failing tests.
171173

xComputerManagement.psd1

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

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

5151
# ReleaseNotes of this module
52-
ReleaseNotes = '* Added resources
53-
- xVirtualMemory
52+
ReleaseNotes = '* Updated resources
53+
- BREAKING CHANGE: xScheduledTask: Added nearly all available parameters for tasks
5454
5555
'
5656

@@ -62,3 +62,4 @@ PrivateData = @{
6262

6363

6464

65+

0 commit comments

Comments
 (0)