Skip to content

Commit 28fa02e

Browse files
committed
Update manifest and changelog
1 parent bd30109 commit 28fa02e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

AsBuiltReport.VMware.vSphere.psd1

Lines changed: 3 additions & 3 deletions
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.6'
15+
ModuleVersion = '1.0.7'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop'
@@ -100,10 +100,10 @@
100100
ProjectUri = 'https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere'
101101

102102
# A URL to an icon representing this module.
103-
# IconUri = ''
103+
IconUri = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport/master/AsBuiltReport.png'
104104

105105
# ReleaseNotes of this module
106-
# ReleaseNotes = ''
106+
ReleaseNotes = 'https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/master/CHANGELOG.md'
107107

108108
# Prerelease string of this module
109109
# Prerelease = ''

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# VMware vSphere As Built Report Changelog
22

3+
## [1.0.7] - 2019-06-21
4+
### Changed
5+
- Fixed font in default VMware style
6+
- Updated module manifest for icon and release notes
7+
38
## [1.0.6] - 2019-05-16
49
### Changed
510
- Fixed code errors which prevented a report from being generated

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ function Invoke-AsBuiltReport.VMware.vSphere {
17881788

17891789
#region ESXi Host Boot Device
17901790
Section -Style Heading5 'Boot Device' {
1791-
$ESXiBootDevice = Get-ESXiBootDevice -VMHost $VMHost
1791+
$ESXiBootDevice = Get-ESXiBootDevice -VMHost $VMHost -Server $vCenter
17921792
$VMHostBootDevice = [PSCustomObject]@{
17931793
'Host' = $ESXiBootDevice.Host
17941794
'Device' = $ESXiBootDevice.Device

0 commit comments

Comments
 (0)