[Windows] Return VS2017 SSDT extensions to the readme (#3270)

This commit is contained in:
Mikhail Timofeev
2021-04-27 23:03:17 +03:00
committed by GitHub
parent 1547af6c5d
commit 34ea1d0440
2 changed files with 16 additions and 2 deletions

View File

@@ -309,7 +309,7 @@ function Get-VSExtensionVersion
if (-not $packageVersion)
{
Write-Host "Installed package $packageName for Visual Studio 2019 was not found"
Write-Host "Installed package $packageName for Visual Studio was not found"
exit 1
}