From fc206bb997f544c606c421b016631123baf7427e Mon Sep 17 00:00:00 2001 From: Darii Nurgaleev <50947177+Darleev@users.noreply.github.com> Date: Mon, 29 Jun 2020 01:11:01 +0700 Subject: [PATCH] .NET 48 change description. (#1132) * Change .NET software description. * Fix description. --- images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 b/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 index 1d380743..a87bde94 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 @@ -156,7 +156,6 @@ $markdown += New-MDHeader ".NET Core Runtime" -Level 3 Get-DotnetRuntimes | Foreach-Object { $path = $_.Path $versions = $_.Versions - $markdown += "``Type: Developer Pack``" $markdown += "``Location: $path``" $markdown += New-MDNewLine $markdown += New-MDList -Lines $versions -Style Unordered @@ -164,6 +163,8 @@ Get-DotnetRuntimes | Foreach-Object { $markdown += New-MDHeader ".NET Framework" -Level 3 $frameworks = Get-DotnetFrameworkTools +$markdown += "``Type: Developer Pack``" +$markdown += New-MDNewLine $markdown += "``Location $($frameworks.Path)``" $markdown += New-MDNewLine $markdown += New-MDList -Lines $frameworks.Versions -Style Unordered