Index: .fossil-settings/ignore-glob ================================================================== --- .fossil-settings/ignore-glob +++ .fossil-settings/ignore-glob @@ -1,3 +1,4 @@ -Externals/Eagle/bin/Eagle*.pdb -Externals/Eagle/bin/x64/Spilornis.pdb -Externals/Eagle/bin/x86/Spilornis.pdb +Externals/Eagle/bin/netFramework40/Eagle*.pdb +Externals/Eagle/bin/netFramework40/x64/Spilornis.pdb +Externals/Eagle/bin/netFramework40/x86/Spilornis.pdb +Externals/Eagle/bin/netStandard20/Eagle*.pdb Index: Doc/Extra/Provider/environment.html ================================================================== --- Doc/Extra/Provider/environment.html +++ Doc/Extra/Provider/environment.html @@ -185,10 +185,16 @@ GetSettingValue method will never result in the XML configuration file being read; instead, the default value will be returned. This will effectively prevent any setting values specified via the XML configuration file from having any effect. + + PreLoadSQLite_AllowBaseDirectoryOnly + If this environment variable is set [to anything], the base + directory itself is considered valid for pre-loading the native + SQLite library. + PreLoadSQLite_BaseDirectory If this environment variable is set [to anything], it will be used instead of the application base directory by the native library pre-loader. This environment variable can be especially @@ -196,11 +202,11 @@ of the location of the managed assemblies is not under the control of the application. PreLoadSQLite_BreakIntoDebugger - If this configuration variable is set [to anything], the native + If this environment variable is set [to anything], the native library pre-loader subsystem will attempt to give the interactive user an opportunity to attach a debugger to the current process. PreLoadSQLite_LibraryFileNameOnly Index: Doc/Extra/Provider/version.html ================================================================== --- Doc/Extra/Provider/version.html +++ Doc/Extra/Provider/version.html @@ -45,10 +45,11 @@

Version History

1.0.109.0 - May XX, 2018 (release scheduled)

1.0.108.0 - March 2, 2018