We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a554214 commit 5f9fa56Copy full SHA for 5f9fa56
2 files changed
README.md
@@ -90,6 +90,8 @@ xVirtualMemory has the following properties:
90
## Versions
91
92
### Unreleased
93
+
94
+### 1.10.0.0
95
* Added resources
96
- xVirtualMemory
97
xComputerManagement.psd1
@@ -1,6 +1,6 @@
1
@{
2
# Version number of this module.
3
-ModuleVersion = '1.9.0.0'
+ModuleVersion = '1.10.0.0'
4
5
# ID used to uniquely identify this module
6
GUID = 'B5004952-489E-43EA-999C-F16A25355B89'
@@ -50,7 +50,7 @@ PrivateData = @{
50
51
# ReleaseNotes of this module
52
ReleaseNotes = '* Added resources
53
- - xPowerPlan
+ - xVirtualMemory
54
55
'
56
@@ -61,3 +61,4 @@ PrivateData = @{
61
62
63
64
0 commit comments