You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2021/03/29 09:04:14 UTC

[lucenenet] branch master updated (adc0e6a -> 7f40e2f)

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 adc0e6a  docs: Changed breadcrumb link to "_api" so we can update it without also updating "_rel", which all of the styles and js links use.
     add 0042f57  docs: Built for 4.8.0-beta00014 release
     add c84815c  Merge branch 'master' into docs/4.8.0-beta00014
     add 2f2f11b  docs: Built for 4.8.0-beta00014 release with post-release updates
     add 2657bad  website: Updated copyright date on footer
     add 98dd151  website: Added link for 4.8.0-beta00014 API docs
     new 7f40e2f  README.md, index.md: Updated to 4.8.0-beta00014, fixed minor branding issues

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                  | 18 ++++++++----------
 src/dotnet/tools/lucene-cli/docs/index.md  |  2 +-
 websites/apidocs/docfx.global.json         | 24 ++++++++++++------------
 websites/apidocs/docfx.global.subsite.json |  4 ++--
 websites/apidocs/toc.yml                   |  5 +++--
 websites/apidocs/toc/toc.yml               |  6 +++---
 websites/site/docfx.json                   |  2 +-
 websites/site/docs.md                      |  1 +
 websites/site/index.md                     | 12 ++++++------
 9 files changed, 37 insertions(+), 37 deletions(-)

[lucenenet] 01/01: README.md, index.md: Updated to 4.8.0-beta00014, fixed minor branding issues

Posted by ni...@apache.org.
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 <sh...@shadstorhaug.com>
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
 
 [![NuGet version](https://img.shields.io/nuget/vpre/Lucene.Net.svg)](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