Skip to content

Commit 09d3709

Browse files
committed
Releasing version 2.0.0.0
1 parent 0cf6bc1 commit 09d3709

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ xVirtualMemory has the following properties:
119119
## Versions
120120

121121
### Unreleased
122+
123+
### 2.0.0.0
122124
* Updated resources
123125
- BREAKING CHANGE: xScheduledTask: Added nearly all available parameters for tasks
124126

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)