Skip to content

Commit

Permalink
SSMS 20.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
brink-daniel committed Mar 21, 2024
1 parent b6acaed commit bef49b4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: Guid("51536115-423C-4B96-9550-8B26E9AB0B59")]
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Information on how to access the Object Explorer and TreeView control was learnt

## Compatibility

This extension has been tested and used with **SQL Server Management Studio 19.1, 19.2 and 19.3**.
This extension has been tested and used with **SQL Server Management Studio 20.0**.

You can download the latest version of SSMS for free from [Microsoft](https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms).

Expand All @@ -29,6 +29,9 @@ Compatibility with other extensions are still being tested.

Please let us know what other extensions you use in SSMS. We'll try our best to ensure compatibility.

### SQL Server Management Studio 19.x

SSMS 19.x is no longer supported. The last version compatibile with SSMS 19.x is [version 1.7.2](https://github.com/brink-daniel/ssms-object-explorer-menu/releases/tag/v1.7.2).

### Recompile for SSMS 18.x

Expand All @@ -45,15 +48,15 @@ If you see an `Unblock` button or checkbox then click it.

Extract the zip file and copy the SSMSObjectExplorerMenu folder into the SSMS extension folder. Remove or replace any previous version.

The default install location is `C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Extensions`.
The default install location is `C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions`.

When installed correctly, you should have the following folder & file structure:
* C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Extensions\SSMSObjectExplorerMenu\LICENSE
* C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Extensions\SSMSObjectExplorerMenu\README.md
* C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Extensions\SSMSObjectExplorerMenu\SSMSObjectExplorerMenu.dll
* C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Extensions\SSMSObjectExplorerMenu\SSMSObjectExplorerMenu.pkgdef
* C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions\SSMSObjectExplorerMenu\LICENSE
* C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions\SSMSObjectExplorerMenu\README.md
* C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions\SSMSObjectExplorerMenu\SSMSObjectExplorerMenu.dll
* C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions\SSMSObjectExplorerMenu\SSMSObjectExplorerMenu.pkgdef

Please note that SSMS 19 does allow installing extensions in a different location. You may need to search around for the Extensions folder.
Please note that SSMS 20 does allow installing extensions in a different location. You may need to search around for the Extensions folder.


### How to add menu items to the Object Explorer
Expand Down Expand Up @@ -143,6 +146,9 @@ Please report any issues to <https://github.com/brink-daniel/ssms-object-explore

## Change Log

### v2.0 (2024-03-21)
* SSMS 20.0 compatibility

### v1.7 (2023-08-01)
* Usability improvements
* Allow custom menu items on any node in the Object Explorer
Expand Down
Binary file modified lib/SqlPackageBase.dll
Binary file not shown.
Binary file modified lib/SqlWorkbench.Interfaces.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="SSMSObjectExplorerMenu.Daniel Brink.51536115-423C-4B96-9550-8B26E9AB0B59" Version="1.7" Language="en-US" Publisher="Daniel Brink" />
<Identity Id="SSMSObjectExplorerMenu.Daniel Brink.51536115-423C-4B96-9550-8B26E9AB0B59" Version="2.0" Language="en-US" Publisher="Daniel Brink" />
<DisplayName>SSMS Object Explorer Menu</DisplayName>
<Description xml:space="preserve">SSMS Object Explorer Menu</Description>
</Metadata>
Expand Down

0 comments on commit bef49b4

Please sign in to comment.