diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 899ceb7..fb75f34 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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")] diff --git a/README.md b/README.md index e4d42e6..e7db179 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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 @@ -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 @@ -143,6 +146,9 @@ Please report any issues to - + SSMS Object Explorer Menu SSMS Object Explorer Menu