Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-ross committed Oct 6, 2018
1 parent abe1e85 commit 56472e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.3")]
[assembly: AssemblyFileVersion("1.3.1")]
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# [SSMS Schema Folders](https://github.com/nicholas-ross/SSMS-Schema-Folders)

This an extension for SQL Server Management Studio 2012, 2014, 2016 and 17.
This an extension for SQL Server Management Studio 2012, 2014, 2016, 17 and 18.
It groups sql objects in Object Explorer (tables, views, etc.) into schema folders.

![Object Explorer](ObjectExplorerView.png)
Expand All @@ -26,6 +26,7 @@ Run the included reg file to skip the load error.
* 2014 - `C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\Extensions`
* 2016 - `C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\Extensions`
* 17 - `C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\Extensions`
* 18 - `C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions`

## Options

Expand Down Expand Up @@ -53,6 +54,9 @@ Please report any issues to <https://github.com/nicholas-ross/SSMS-Schema-Folder

## Change Log

### v1.3.1 (2018-10-06)
* Added support for v18.0 (preview 4).

### v1.3 (2018-06-28)
* Auto expand schema node when only one.
* Improved performance.
Expand All @@ -69,7 +73,7 @@ Please report any issues to <https://github.com/nicholas-ross/SSMS-Schema-Folder

### v1.1 (2016-07-14)
* Added user options.
* Fixed: Error when running mulitple SSMS instances.
* Fixed: Error when running multiple SSMS instances.

**Debug Build**
* Added output window pane for debug messages.
Expand Down

0 comments on commit 56472e5

Please sign in to comment.