vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
286 stars 90 forks source link

Add --version #224

Closed vcsjones closed 11 months ago

vcsjones commented 11 months ago

This adds the version in two places.

  1. Just running AzureSignTool with zero options will show the version, in addition to the command help.
  2. Introduces a new --version output that prints the semver version of AzureSignTool without the help. This may be useful for other tooling that want to parse AzureSignTool's version.

Fix #171