Skip to content

Commit

Permalink
Releasing version 2.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Jul 12, 2017
1 parent 0cf6bc1 commit 09d3709
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ xVirtualMemory has the following properties:
## Versions

### Unreleased

### 2.0.0.0
* Updated resources
- BREAKING CHANGE: xScheduledTask: Added nearly all available parameters for tasks

Expand Down
7 changes: 4 additions & 3 deletions xComputerManagement.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
ModuleVersion = '1.10.0.0'
ModuleVersion = '2.0.0.0'

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

# ReleaseNotes of this module
ReleaseNotes = '* Added resources
- xVirtualMemory
ReleaseNotes = '* Updated resources
- BREAKING CHANGE: xScheduledTask: Added nearly all available parameters for tasks
'

Expand All @@ -62,3 +62,4 @@ PrivateData = @{




0 comments on commit 09d3709

Please sign in to comment.