diff --git a/FolderType.cs b/FolderType.cs index e8ffa06..1fac74d 100644 --- a/FolderType.cs +++ b/FolderType.cs @@ -4,7 +4,7 @@ public enum FolderType { None, Schema, - Alphabetical, - Custom + Alphabetical + //Custom } } \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index e686c14..0a45461 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -30,4 +30,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.5.0")] diff --git a/README.md b/README.md index 865d540..3046d73 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Source code, documentation and issues can be found at