bcurran3 / ChocolateyPackages

My published Chocolatey packages
206 stars 94 forks source link

Use ISO 8601 date in revision string #326

Closed drdcd closed 1 year ago

drdcd commented 1 year ago

... in order to disambiguate "Choco-Cleaner.ps1 v0.0.9.0 (05/03/2023)".

There is, after all, a good reason why ISO made that choice.

bcurran3 commented 1 year ago

Hey! Not disambiguous as long as you know I'm American and we... um, ignore international standards of units and measurements. :-)

With that said... I do version some of my other packages using ISO 8601 date format. So it does seem reasonable to keep to that standard across all scripts.

Consider it done in v1.0 (please feel free to try the pre-release and provide feedback).

EDIT: Now: Write-Host "Choco-Cleaner.ps1 v1.0-pre4 (2023-05-07) - deletes unnecessary residual Chocolatey files to free up disk space" -Foreground White