Skip to content

Commit 74fe77c

Browse files
authored
Update readme.md
1 parent 5bcaaa1 commit 74fe77c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

+7-7
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 18 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 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>
33
<h2>Contents</h2>
44
<ul>
55
<li><a href="#getting-started">Getting Started</a>
@@ -36,16 +36,16 @@
3636

3737
<h2>Requirements</h2>
3838
<ul>
39-
<li>Microsoft SQL Server Management Studio 18 (<i>not tested in previous versions</i>)</li>
40-
<li>.NET 4.7.2</li>
39+
<li>Microsoft SQL Server Management Studio 20 (<i>supposed to support versions 13-20, only tested in 18 and 20</i>)</li>
40+
<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 18</li>
44+
<li>Close all instances of Microsoft SQL Server Management Studio 20</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
4747
<br/>
48-
<code>C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions</code>
48+
<code>C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions</code>
4949
<br/>
5050
<img src="docs/images/InstallationFolder.png"/>
5151
</li>
@@ -85,11 +85,11 @@
8585

8686
<h2>Debugging</h2>
8787
<ul>
88-
<li>Install Visual Studio 2019 with <i>Visual Studio Extension Development</i> enabled
88+
<li>Install Visual Studio 2022 with <i>Visual Studio Extension Development</i> enabled
8989
<br/>
9090
<img src="docs/images/VisualStudioExtensionDevelopment.png"/>
9191
</li>
92-
<li>Open solution in Visual Studio 2019 in Administrator Mode</li>
92+
<li>Open solution in Visual Studio 2022 in Administrator Mode</li>
9393
<li>Right click the project <i>SQLScriptsExplorer.Addin</i></li>
9494
<li>Select <i>Debug</i> tab</li>
9595
<ul>

0 commit comments

Comments
 (0)