v2.0.0
Examine 2.0.0 is the .NET Standard (2.0) compatible version running on Lucene.Net 4.8
The major changes are how indexes are created and modified. The 2.0 way is all done during composition and modifications happen using the IOptions pattern. The search and indexing APIs haven't changed very much.
There's new 2.0 documentation published too: https://shazwazza.github.io/Examine/
Some of the issues/tasks for this milestone can be found here: https://github.com/Shazwazza/Examine/milestone/32?closed=1
> dotnet add package Examine --version 2.0.0