skarpdev/dotnet-version-cli

Convert to new dotnet core 2.1 global tool

Closed this issue · 3 comments

nover commented

This way it will be globally available in your path and can just do it's work!

@pingvinen What would be a good name for the tool when installed globally?

What would be a good name for the tool when installed globally?

Is there anything wrong with just using the current name version?

$ dotnet version

Welcome to .NET Core!
---------------------
Learn more about .NET Core: https://aka.ms/dotnet-docs
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs

Telemetry
---------
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.

Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry

ASP.NET Core
------------
Successfully installed the ASP.NET Core HTTPS Development Certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only). For establishing trust on other platforms refer to the platform specific documentation.
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
No executable found matching command "dotnet-version"

No executable found matching command "dotnet-version"

nover commented

I think version would be the perfect name for it.

We still have #22 open, hopefully it will be updated soon by the submitter or I'll take over and complete it :)

nover commented

Initial work done in PR #23 however it is not "complete" yet.