From 7583ccf8191d66f9f0557887e314efb5496b3435 Mon Sep 17 00:00:00 2001 From: Paul Irwin Date: Wed, 23 Oct 2024 13:58:26 -0600 Subject: [PATCH] Update README.md for .NET support Updates the README to add the .NET 8 target, specify that the CLI requires the .NET 8 runtime, and removes references to older unsupported frameworks. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b3e6c90ab..9229562aa1 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,11 @@ The Apache Lucene.NET website is at: ### Lucene.NET 4.8.0 +- [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) - [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0) - [.NET Standard 2.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) - [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) -- .NET Framework 4.5 +- .NET Framework 4.6.2 ## Status @@ -37,9 +38,9 @@ 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 6.0, .NET 5.0 and .NET Core 2+ +* Integrates well with .NET 8.0 and .NET 6.0 (as well as other unsupported versions) * Supports .NET Standard 2.1 and .NET Standard 2.0 -* Supports .NET Framework 4.5+ +* Supports .NET Framework 4.6.2+ * Some developers already use it in production environments ## Download @@ -125,7 +126,7 @@ There are several demos implemented as simple console applications that can be c There is also a dotnet command line tool available on NuGet. It contains all of the demos as well as tools maintaining your Lucene.NET index, featuring operations such as splitting, merging, listing segment info, fixing, deleting segments, upgrading, etc. Always be sure to back up your index before running any commands against it! -- [Prerequisite: .NET 6.0 Runtime or Higher](https://dotnet.microsoft.com/en-us/download/dotnet) +- [Prerequisite: .NET 8.0 Runtime or Higher](https://dotnet.microsoft.com/en-us/download/dotnet) ``` dotnet tool install lucene-cli -g --version 4.8.0-beta00015