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 7f40e2f67a5e88b3a9c7b3418101a0629a8780d9 Author: Shad Storhaug <[email protected]> AuthorDate: Mon Mar 29 16:03:37 2021 +0700 README.md, index.md: Updated to 4.8.0-beta00014, fixed minor branding issues --- README.md | 18 ++++++++---------- websites/site/index.md | 12 ++++++------ 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 53b4836..f214d41 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ Latest Stable Version: Lucene.NET 3.0.3 Working toward Lucene.NET 4.8.0 (currently in BETA) +* The beta version is extremely stable +* Has more than 7800+ passing unit tests +* Integrates well with .NET 5.0 and .NET Core 2+ +* Supports .NET Standard 2.1 and .NET Standard 2.0 +* Supports .NET Framework 4.5+ +* Some developers already use it in production environments + ## Download ### Lucene.NET 3.0.3 @@ -52,15 +59,6 @@ PM> Install-Package Lucene.Net ### Lucene.NET 4.8.0 -##### Latest Version - Lucene.NET 4.8.0 Beta - -* The beta version is extremely stable -* Has more than 7800+ passing unit tests -* Integrates well with .NET 5.0 -* Supports .NET Standard 2.0, and .NET Standard 2.1 -* Supports with .NET Framework 4.5.1+ -* Some developers already use it in production environments - ##### Core Library [](https://www.nuget.org/packages/Lucene.Net/) @@ -126,7 +124,7 @@ There is also a dotnet command line tool available on NuGet. It contains all of - [Prerequisite: .NET Core 3.1.0 Runtime](https://www.microsoft.com/net/download/core#/runtime) ``` -dotnet tool install lucene-cli -g --version 4.8.0-beta00012 +dotnet tool install lucene-cli -g --version 4.8.0-beta00014 ``` > NOTE: The version of the CLI you install should match the version of > Lucene.NET you use. diff --git a/websites/site/index.md b/websites/site/index.md index ac779b4..f867a9b 100644 --- a/websites/site/index.md +++ b/websites/site/index.md @@ -1,10 +1,10 @@ --- -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. +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 --- -Lucene.Net +Lucene.NET =============== <h2 id="about" class="text-center">About the project</h2> @@ -15,9 +15,9 @@ Lucene.Net is a port of the Lucene search engine library, written in C# and targ * The beta version is extremely stable * Has more than 7800+ passing unit tests -* Integrates well with .NET 5.0 -* Supports .NET Standard 2.0, and .NET Standard 2.1 -* Supports with .NET Framework 4.5.1+ +* Integrates well with .NET 5.0 and .NET Core 2+ +* Supports .NET Standard 2.1 and .NET Standard 2.0 +* Supports .NET Framework 4.5+ * Some developers already use it in production environments ### Our Goals
