This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 69f90d22a2813e11d8ed1fe99cf58d2d7725d77e Author: Ron Clabo <[email protected]> AuthorDate: Fri Mar 26 16:07:08 2021 -0400 Added messaging to convey the strength and stability of the 4.8 beta --- websites/site/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/websites/site/index.md b/websites/site/index.md index 843d871..e05ef52 100644 --- a/websites/site/index.md +++ b/websites/site/index.md @@ -1,4 +1,4 @@ ---- +--- title: Welcome to the Lucene.Net website! description: Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. documentType: index @@ -11,6 +11,15 @@ Lucene.Net Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users +### Latest Version - Lucene 4.8 Beta + +* The beta version is extremely stable +* Has more than 7000+ passing unit tests +* Integrates well with .Net 5.0 +* Supports NetStandard 2.0, and NetStandard 2.1 +* Supports with .Net Framework 4.5.1+ +* Some developers already use it in production environments + ### Our Goals * Maintain the existing line-by-line port from Java to C#, fully automating and commoditizing the process such that the project can easily synchronize with the Java Lucene release schedule
