|
1 | 1 | <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> |
3 | 3 | <h2>Contents</h2> |
4 | 4 | <ul> |
5 | 5 | <li><a href="#getting-started">Getting Started</a> |
|
36 | 36 |
|
37 | 37 | <h2>Requirements</h2> |
38 | 38 | <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> |
41 | 41 | </ul> |
42 | 42 | <h2>Installation</h2> |
43 | 43 | <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> |
45 | 45 | <li>Download the most recent <a href="https://github.com/joaoribe/SQLScriptsExplorer/releases/latest">release</a></li> |
46 | 46 | <li>Add release folder <i>SQLScriptsExplorer</i> to |
47 | 47 | <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> |
49 | 49 | <br/> |
50 | 50 | <img src="docs/images/InstallationFolder.png"/> |
51 | 51 | </li> |
|
85 | 85 |
|
86 | 86 | <h2>Debugging</h2> |
87 | 87 | <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 |
89 | 89 | <br/> |
90 | 90 | <img src="docs/images/VisualStudioExtensionDevelopment.png"/> |
91 | 91 | </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> |
93 | 93 | <li>Right click the project <i>SQLScriptsExplorer.Addin</i></li> |
94 | 94 | <li>Select <i>Debug</i> tab</li> |
95 | 95 | <ul> |
|
0 commit comments