We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd2bf2c + 034c14d commit e354baeCopy full SHA for e354bae
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+##2015-05-24 - Supported Release 2.0.1
2
+###Bug Fixes
3
+
4
+- Updated the powershell manager in this module in order to not conflict with the Powershell Manager in the Puppet DSC module
5
6
##2015-05-17 - Supported Release 2.0.0
7
###Summary
8
metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-powershell",
- "version": "2.0.0",
+ "version": "2.0.1",
"author": "Puppet Inc",
"summary": "Adds a new exec provider for executing PowerShell commands.",
"license": "Apache-2.0",
@@ -16,7 +16,8 @@
16
"Server 2012",
17
"Server 2012 R2",
18
"7",
19
- "8"
+ "8",
20
+ "10"
21
]
22
}
23
],
0 commit comments