Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-ross committed Jun 28, 2018
1 parent 93c76d0 commit a964747
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SsmsSchemaFolders")]
[assembly: AssemblyDescription("http://SsmsSchemaFolders.codeplex.com/")]
[assembly: AssemblyTitle("SSMS Schema Folders")]
[assembly: AssemblyDescription("A plugin for SSMS.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SsmsSchemaFolders")]
[assembly: AssemblyCompany("https://github.com/nicholas-ross/SSMS-Schema-Folders")]
[assembly: AssemblyProduct("SSMS Schema Folders")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -30,4 +30,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.3")]
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ You can download the latest version of SSMS for free from [Microsoft](https://ms

[Download the latest release.](https://github.com/nicholas-ross/SSMS-Schema-Folders/releases)

Depending on your web browser, you may need to unblock the zip file before extracting.
Right click on the zip file and select Properties.
You may need to unblock the zip file before extracting. Right click on the zip file in Windows Explorer and select Properties.
If you see an `Unblock` button or checkbox then click it.

Extract the zip file and copy the folder into the SSMS extension folder. Remove or replace any previous version.
Expand All @@ -36,9 +35,13 @@ There are a few user options which change the style and behaviour of the schema
* Append Dot - Add a dot after the schema name on the folder label.
* Clone Parent Node - Add the right click and connection properties of the parent node to the schema folder node.
* Use Object Icon - Use the icon of the child node as the folder icon. If false then use the parent node (i.e. folder) icon.
* Rename Node - Removes the schema name from the object node label.

## Known Issues

### Not running/No options
This happens when Windows security blocks running of dll files downloaded from the internet. Refer to the install instructions for the steps required to allow them to run.

### Load error
The first time SSMS is run with the extension it will show an error message. Click 'No' and restart SSMS. The included reg file sets the same registry setting as when you click the no button.
This should be fixed when there is official support for SSMS extensions.
Expand All @@ -50,6 +53,11 @@ Please report any issues to <https://github.com/nicholas-ross/SSMS-Schema-Folder

## Change Log

### v1.3 (2018-06-28)
* Auto expand schema node when only one.
* Improved performance.
* Added option to remove schema name from object node label.

### v1.2.1 (2016-12-22)
* Fixed: Folder expanding wait time.

Expand Down

0 comments on commit a964747

Please sign in to comment.