From fb96e7b67759efa3cb8016f7831fdc6d62c2b532 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Fri, 26 May 2023 10:15:01 +1000 Subject: [PATCH] v1.5 --- FolderType.cs | 4 ++-- Properties/AssemblyInfo.cs | 2 +- README.md | 14 +++++++++++--- 3 files changed, 14 insertions(+), 6 deletions(-) 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