Skip to content

Commit d3547ca

Browse files
authored
Update readme.md
1 parent 925d08e commit d3547ca

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

readme.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1>SQL Scripts Explorer</h1>
2-
<p>Microsoft SQL Server Management Studio 20 extension to open, create, edit, organize, search and share SQL Scripts. Its purpose is to allow quick access to scripts that are frequently used.</p>
2+
<p>Microsoft SQL Server Management Studio 21 extension to open, create, edit, organize, search and share SQL Scripts. Its purpose is to allow quick access to scripts that are frequently used.</p>
33
<h2>Contents</h2>
44
<ul>
55
<li><a href="#getting-started">Getting Started</a>
@@ -36,14 +36,18 @@
3636

3737
<h2>Requirements</h2>
3838
<ul>
39-
<li>Microsoft SQL Server Management Studio 20 (<i>supposed to support versions 13-20, only tested in 18 and 20</i>)</li>
39+
<li>Microsoft SQL Server Management Studio 21 (<i>supposed to support versions 13-21, only tested in 18, 20 and 21</i>)</li>
4040
<li>.NET 4.8.1</li>
4141
</ul>
4242
<h2>Installation</h2>
4343
<ul>
44-
<li>Close all instances of Microsoft SQL Server Management Studio 20</li>
44+
<li>Close all instances of Microsoft SQL Server Management Studio 21</li>
4545
<li>Download the most recent <a href="https://github.com/joaoribe/SQLScriptsExplorer/releases/latest">release</a></li>
4646
<li>Add release folder <i>SQLScriptsExplorer</i> to
47+
<br/>
48+
<code>C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Extensions</code>
49+
</li>
50+
<li><b>Note:</b> adjust the extension path based on the SSMS you are using e.g. SSMS 20
4751
<br/>
4852
<code>C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions</code>
4953
<br/>
@@ -95,7 +99,7 @@
9599
<ul>
96100
<li>In the <i>Start external program</i> option, change it to
97101
<br/>
98-
<code>C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\ssms.exe</code>
102+
<code>C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Ssms.exe</code>
99103
</li>
100104
<li>In the <i>Command line arguments</i> option, remove all the text
101105
<br/>
@@ -106,7 +110,7 @@
106110
<ul>
107111
<li>Ensure <i>Copy VSIX content to the following location</i> is
108112
<br/>
109-
<code>C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions\SQLScriptsExplorer</code>
113+
<code>C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Extensions\SQLScriptsExplorer</code>
110114
<br/>
111115
<img src="docs/images/ProjectProperties.VSIX.png"/>
112116
</li>

0 commit comments

Comments
 (0)