Skip to content

Commit a61eabf

Browse files
committed
Upgrade to SSMS 20
1 parent 1d2aa45 commit a61eabf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/SQLScriptsExplorer.Addin/SQLScriptsExplorer.Addin.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<ErrorReport>prompt</ErrorReport>
4444
<WarningLevel>4</WarningLevel>
4545
<CopyVsixExtensionFiles>True</CopyVsixExtensionFiles>
46-
<CopyVsixExtensionLocation>C:\Program Files %28x86%29\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions\SQLScriptsExplorer</CopyVsixExtensionLocation>
46+
<CopyVsixExtensionLocation>C:\Program Files %28x86%29\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions\SQLScriptsExplorer</CopyVsixExtensionLocation>
4747
</PropertyGroup>
4848
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4949
<DebugType>pdbonly</DebugType>

src/SQLScriptsExplorer.Addin/source.extension.vsixmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<Description>Collaborate SQL Scripts between teams.</Description>
77
</Metadata>
88
<Installation AllUsers="true">
9-
<InstallationTarget Id="ssms" Version="[13.0,18.0)">
9+
<InstallationTarget Id="ssms" Version="[13.0,20.0)">
1010
<ProductArchitecture>amd64</ProductArchitecture>
1111
</InstallationTarget>
12-
<InstallationTarget Version="[13.0,18.0)" Id="Microsoft.VisualStudio.IntegratedShell">
12+
<InstallationTarget Version="[13.0,20.0)" Id="Microsoft.VisualStudio.IntegratedShell">
1313
<ProductArchitecture>amd64</ProductArchitecture>
1414
</InstallationTarget>
1515
</Installation>

0 commit comments

Comments
 (0)