Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/PlanViewer.Ssms/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
Language="en-US"
Publisher="Darling Data" />
<DisplayName>Performance Studio for SSMS</DisplayName>
<Description xml:space="preserve">Adds "Open in Performance Studio" to the execution plan right-click menu in SSMS. Extracts the plan XML and opens it in Performance Studio for advanced analysis.</Description>
<Description xml:space="preserve">Adds "Open in Performance Studio" to the execution plan right-click menu in SSMS. Extracts the plan XML and opens it in Performance Studio for advanced analysis. Compatible with SSMS 21 and SSMS 22.</Description>
<MoreInfo>https://github.com/erikdarlingdata/PerformanceStudio</MoreInfo>
<License>LICENSE</License>
<Icon>Resources\PerformanceStudioIcon.png</Icon>
<Tags>SQL Server, Execution Plan, Performance, SSMS</Tags>
</Metadata>
<Installation>
<!-- SSMS 21 = product line 21, SSMS 22.3+ = product line 22 (VS 18.0 shell) -->
<InstallationTarget Id="Microsoft.VisualStudio.Ssms" Version="[17.0,)">
<!-- Version is the SSMS product version, not the VS shell version: [21.0,23.0) = SSMS 21 and 22. -->
<InstallationTarget Id="Microsoft.VisualStudio.Ssms" Version="[21.0,23.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Ssms" Version="[17.0,)">
<InstallationTarget Id="Microsoft.VisualStudio.Ssms" Version="[21.0,23.0)">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand Down