Skip to content

Commit c9d5b43

Browse files
committed
Upgrade compatibility to SSMS 21
1 parent d754cba commit c9d5b43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/SQLScriptsExplorer.Addin/SQLScriptsExplorer.Addin.csproj

Lines changed: 1 addition & 1 deletion
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 20\Common7\IDE\Extensions\SQLScriptsExplorer</CopyVsixExtensionLocation>
46+
<CopyVsixExtensionLocation>C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Extensions\SQLScriptsExplorer</CopyVsixExtensionLocation>
4747
</PropertyGroup>
4848
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4949
<DebugType>pdbonly</DebugType>

src/SQLScriptsExplorer.Addin/source.extension.vsixmanifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
<Description>Collaborate SQL Scripts between teams.</Description>
77
</Metadata>
88
<Installation AllUsers="true">
9-
<InstallationTarget Id="ssms" Version="[13.0,20.0)">
9+
<InstallationTarget Id="ssms" Version="[13.0,)">
1010
<ProductArchitecture>amd64</ProductArchitecture>
1111
</InstallationTarget>
12-
<InstallationTarget Version="[13.0,20.0)" Id="Microsoft.VisualStudio.IntegratedShell">
12+
<InstallationTarget Version="[13.0,)" Id="Microsoft.VisualStudio.IntegratedShell">
1313
<ProductArchitecture>amd64</ProductArchitecture>
1414
</InstallationTarget>
1515
</Installation>
1616
<Dependencies>
1717
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.8.1,)" />
18-
<Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0,18.0)" />
18+
<Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0,)" />
1919
</Dependencies>
2020
<Prerequisites>
21-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,18.0)" DisplayName="Visual Studio core editor" />
21+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,)" DisplayName="Visual Studio core editor" />
2222
</Prerequisites>
2323
<Assets>
2424

0 commit comments

Comments
 (0)