-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
host.PlatformInformation() not precise on Ubuntu #1666
Comments
The version likely comes from |
same is true for windows build version. The information would be available from host.platformInformation() but that's not exported as public interface anywhere (anymore). |
Sorry for the late reply.
|
When I get run:
On debian I get
11.9
whilecat /etc/*release*
just shows:Which means the tool is more precise than simple shell calls.
But on Ubuntu it gives me back
22.04
Whilecat /etc/*release*
lets me exactly know that it is22.04.4
.I would like it to display the exact version - including the patch-version - on Ubuntu (
22.04.4
), not just the Major and Minir version.I hope this is not too much to ask for :)
Thanks for this nice tool!
The text was updated successfully, but these errors were encountered: