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


The following commit(s) were added to refs/heads/master by this push:
     new 3dfbc18  README.md: Updated version numbers to 4.8.0-beta00015
3dfbc18 is described below

commit 3dfbc18ab55b276e906878e1819b53ff92f204df
Author: Shad Storhaug <[email protected]>
AuthorDate: Wed Nov 3 09:01:53 2021 +0700

    README.md: Updated version numbers to 4.8.0-beta00015
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index be8c41b..55d2642 100644
--- a/README.md
+++ b/README.md
@@ -124,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-beta00014
+dotnet tool install lucene-cli -g --version 4.8.0-beta00015
 ```
 
 > NOTE: The version of the CLI you install should match the version of 
 > Lucene.NET you use.
@@ -230,10 +230,10 @@ To build the source, clone or download and unzip the 
repository. From the reposi
     </tr>
 </table>
 
-For example the following command creates a Release build with NuGet package 
version 4.8.0‑ci00014 and assembly file version 4.8.0:
+For example the following command creates a Release build with NuGet package 
version 4.8.0‑ci00015 and assembly file version 4.8.0:
 
 ```
-> build ‑‑Configuration:Release ‑pv:4.8.0‑ci00014 ‑v:4.8.0
+> build ‑‑Configuration:Release ‑pv:4.8.0‑ci00015 ‑v:4.8.0
 ```
 
 In the above example we are using "ci" in the package version to indicate this 
is not a publically released beta version but rather the ouput of a continuous 
integration build from master which occured after beta00014 but before 
beta00015 was released.  

Reply via email to