This is an automated email from the ASF dual-hosted git repository.
rclabo 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 57bd82b BUG: README.md - fixed broken example Fixed an example that
perviously worked but no longer does. The improved example works without error.
new 1cd3943 Merge pull request #517 from rclabo/2021_08_Improved_README_md
57bd82b is described below
commit 57bd82bf6a9daff6ef6a19da92600e896940b575
Author: Ron Clabo <[email protected]>
AuthorDate: Wed Aug 18 17:32:37 2021 -0400
BUG: README.md - fixed broken example
Fixed an example that perviously worked but no longer does. The improved
example works without error.
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 48d942e..b813042 100644
--- a/README.md
+++ b/README.md
@@ -228,13 +228,13 @@ 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‑beta00014b and assembly file version 4.8.0:
+For example the following command creates a Release build with NuGet package
version 4.8.0‑ci00014 and assembly file version 4.8.0:
```
-> build ‑‑Configuration:Release ‑pv:4.8.0‑beta00014b ‑v:4.8.0
+> build ‑‑Configuration:Release ‑pv:4.8.0‑ci00014 ‑v:4.8.0
```
-In the above example we are using "b" at the end of the version to indicate
this is not a publically released beta version but rather the ouput of a build
from master which occured after beta00014 but before beta00015 was released.
+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.
NuGet packages are output by the build to the `/release/NuGetPackages/`
directory. Test results (if applicable) are output to the
`/release/TestResults/` directory.