Renamed settings to start with a Capital letter
Removed config read on post init. Already read in SetupConfig which is called in Init Added option to disable auto saving
This commit is contained in:
parent
d369852998
commit
17cd6652d7
7 changed files with 48 additions and 30 deletions
|
|
@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
|
|||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
[assembly: AssemblyVersion("2.3.0.0624")]
|
||||
[assembly: AssemblyFileVersion("2.3.0.0624")]
|
||||
[assembly: AssemblyVersion("2.3.0.0625")]
|
||||
[assembly: AssemblyFileVersion("2.3.0.0625")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue