Skip to content

Commit

Permalink
Expand inner arrays in languageAndRuntimeList array (#4714)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Safonkin authored Dec 13, 2021
1 parent c44447f commit 9c8ba4f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions images/macos/software-report/SoftwareReport.Generator.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ $markdown += New-MDList -Style Unordered -Lines ("Image Version: {0}" -f $ImageN
$markdown += New-MDHeader "Installed Software" -Level 2
$markdown += New-MDHeader "Language and Runtime" -Level 3
$languageAndRuntimeList = @(
(Get-BashVersion),
(Get-MSBuildVersion),
(Get-NodeVersion),
(Get-NVMVersion),
(Get-NVMNodeVersionList),
(Get-PerlVersion),
(Get-PythonVersion),
(Get-Python3Version),
(Get-RubyVersion),
(Get-DotnetVersionList),
(Get-GoVersion),
(Get-JuliaVersion),
(Get-KotlinVersion),
(Get-PHPVersion),
(Get-ClangLLVMVersion),
(Get-GccVersion),
(Get-BashVersion)
(Get-MSBuildVersion)
(Get-NodeVersion)
(Get-NVMVersion)
(Get-NVMNodeVersionList)
(Get-PerlVersion)
(Get-PythonVersion)
(Get-Python3Version)
(Get-RubyVersion)
(Get-DotnetVersionList)
(Get-GoVersion)
(Get-JuliaVersion)
(Get-KotlinVersion)
(Get-PHPVersion)
(Get-ClangLLVMVersion)
(Get-GccVersion)
(Get-FortranVersion)
)

Expand Down

0 comments on commit 9c8ba4f

Please sign in to comment.