spectreconsole / spectre.console

A .NET library that makes it easier to create beautiful console applications.
https://spectreconsole.net
MIT License
9.28k stars 479 forks source link

Make -v|--version opt-in #1531

Closed patriksvensson closed 5 months ago

patriksvensson commented 5 months ago

Fixes #1530

Changes

We added an automatic version option in 0.49 with good intentions, but we forgot that people might already use --version as an option for a root command.

This PR makes -v|--version completely opt-in using config.SetApplicationVersion(..) or config.UseAssemblyInformationalVersion().