paulirwin commented on code in PR #961:
URL: https://github.com/apache/lucenenet/pull/961#discussion_r1770631562


##########
src/dotnet/tools/lucene-cli/docs/index.md:
##########
@@ -11,7 +11,7 @@ The Lucene.NET command line interface (CLI) is a new 
cross-platform toolchain wi
 Perform a one-time install of the lucene-cli tool using the following dotnet 
CLI command:
 
 ```console
-dotnet tool install lucene-cli -g --version 4.8.0-beta00016
+dotnet tool install lucene-cli -g --version EnvVar:LuceneNetVersion

Review Comment:
   What about replacing this with `dotnet tool install lucene-cli -g 
--prerelease`? I confirmed that this works, and currently installs beta 16. 
This way we don't have to keep the version in these docs. We can remove the 
`--prerelease` once 4.8.0 final is published.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to