Merge pull request #500 from al-cheb/al-cheb/fix_vswhere_version
Fix vswhere version in the output file
This commit is contained in:
@@ -15,7 +15,7 @@ else
|
|||||||
|
|
||||||
# Adding description of the software to Markdown
|
# Adding description of the software to Markdown
|
||||||
$SoftwareName = "VSWhere"
|
$SoftwareName = "VSWhere"
|
||||||
$VswhereVersion = $(vswhere)
|
$VswhereVersion = (Get-Command -Name vswhere).FileVersionInfo.ProductVersion
|
||||||
|
|
||||||
$Description = @"
|
$Description = @"
|
||||||
_Version_: $VswhereVersion<br/>
|
_Version_: $VswhereVersion<br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user