Skip to content

Commit 6e8154e

Browse files
authored
Merge pull request #40 from tpcarman/dev
v1.0.3 patch
2 parents 78b3777 + 67de394 commit 6e8154e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AsBuiltReport.VMware.vSphere.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.VMware.vSphere.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.2'
15+
ModuleVersion = '1.0.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop'

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VMware vSphere As Built Report Changelog
22

3-
## [1.0.2] - 2019-05-14
3+
## [1.0.3] - 2019-05-14
44
### Changed
55
- Fixed DRS Cluster Group reporting when group does not contain any members
66
- Fixed DRS Cluster Group sorting

Src/Public/Invoke-AsBuiltReport.VMware.vSphere.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Invoke-AsBuiltReport.VMware.vSphere {
55
.DESCRIPTION
66
Documents the configuration of VMware vSphere infrastucture in Word/HTML/XML/Text formats using PScribo.
77
.NOTES
8-
Version: 1.0.2
8+
Version: 1.0.3
99
Author: Tim Carman
1010
Twitter: @tpcarman
1111
Github: tpcarman

0 commit comments

Comments
 (0)