Skip to content

Commit

Permalink
.NET 48 change description. (actions#1132)
Browse files Browse the repository at this point in the history
* Change .NET software description.

* Fix description.
  • Loading branch information
Darleev authored Jun 28, 2020
1 parent 73b1f42 commit fc206bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,15 @@ $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
}

$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
Expand Down

0 comments on commit fc206bb

Please sign in to comment.