diff --git a/Elucidate/Elucidate/Elucidate.csproj b/Elucidate/Elucidate/Elucidate.csproj index 0f75498..2f85af3 100644 --- a/Elucidate/Elucidate/Elucidate.csproj +++ b/Elucidate/Elucidate/Elucidate.csproj @@ -29,7 +29,7 @@ YearStamp.MonthStamp.Increment.DayStamp AssemblyVersionAttribute Properties\AssemblyInfo.cs - 2021.4.1029.4 + 2021.4.1030.4 False SettingsVersion None diff --git a/Elucidate/Elucidate/Objects/Constants.cs b/Elucidate/Elucidate/Objects/Constants.cs index 54ac1fa..5fbae3b 100644 --- a/Elucidate/Elucidate/Objects/Constants.cs +++ b/Elucidate/Elucidate/Objects/Constants.cs @@ -2,11 +2,11 @@ { public static class Constants { - public const int MinBlockSize = 256; + public const int MinBlockSize = 32; public const int MaxBlockSize = 16384; public const int DefaultBlockSize = 256; - public const int MinAutoSave = 0; + public const int MinAutoSave = 10; public const int MaxAutoSave = short.MaxValue; public const int DefaultAutoSave = 250; diff --git a/Elucidate/Elucidate/Properties/AssemblyInfo.cs b/Elucidate/Elucidate/Properties/AssemblyInfo.cs index 8c6544d..b4a6f8d 100644 --- a/Elucidate/Elucidate/Properties/AssemblyInfo.cs +++ b/Elucidate/Elucidate/Properties/AssemblyInfo.cs @@ -56,8 +56,8 @@ // Build Number - Increment // Revision - Day // -[assembly: AssemblyVersion("2021.4.1029.4")] -[assembly: AssemblyFileVersion("21.4.1029.4")] +[assembly: AssemblyVersion("2021.4.1030.4")] +[assembly: AssemblyFileVersion("21.4.1030.4")] [assembly: NeutralResourcesLanguage("en-US")] // TODO: Add more relevant hints here [assembly: Dependency("System", LoadHint.Always)]