This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 4de9f71 BREAKING:
Lucene.Net.Analysis.Common.Miscellaneous.CapitalizationFilter: Changed default
behavior to use invariant culture instead of the current thread's culture to
match Lucene, which seems more natural when using filters inside of analyzers.
add 92ec2de Lucene.Net.Configuration: Removed the IConfigurationRoot
interface from the ConfigurationRoot class when targeting a version of
Microsoft.Extensions.Configuration less than 2.0. This will allow the end user
to upgrade Microsoft.Extensions.Configuration seamlessly. (fixes #323)
No new revisions were added by this update.
Summary of changes:
Directory.Build.targets | 7 +++++++
.../Configuration/Custom/MockConfigurationFactory.cs | 6 +-----
.../Support/Configuration/Base/ConfigurationRoot.cs | 20 ++++++++------------
3 files changed, 16 insertions(+), 17 deletions(-)