[macOS] Add VSForMac 2022 Preview (#5561)

This commit is contained in:
Aleksandr Chebotov
2022-05-18 17:49:37 +03:00
committed by GitHub
parent 536cfa24b0
commit 82d69fd301
5 changed files with 60 additions and 24 deletions
@@ -242,8 +242,12 @@ $markdown += Build-WebServersSection
# Xamarin section
$markdown += New-MDHeader "Xamarin" -Level 3
$markdown += New-MDHeader "Visual Studio for Mac" -Level 4
$markdown += New-MDList -Lines @(Get-VSMacVersion) -Style Unordered
$markdown += New-MDHeader "Visual Studio 2019 for Mac" -Level 4
$markdown += New-MDList -Lines @(Get-VSMac2019Version) -Style Unordered
if ($os.IsMonterey) {
$markdown += New-MDHeader "Visual Studio 2022 for Mac" -Level 4
$markdown += New-MDList -Lines @(Get-VSMac2022Version) -Style Unordered
}
$markdown += New-MDHeader "Xamarin bundles" -Level 4
$markdown += Build-XamarinTable | New-MDTable