PowerShell / ConsoleGuiTools

Modules that mix PowerShell and GUIs/CUIs!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.ConsoleGuiTools
MIT License
759 stars 52 forks source link

Ensure published ps gallery version follows semantic numbering rules #231

Open ThomasNieto opened 8 months ago

ThomasNieto commented 8 months ago

Summary of the new feature / enhancement

The module should use Semantic Versioning scheme.

Proposed technical implementation details (optional)

No response

tig commented 8 months ago

@ThomasNieto - I believe ConsoleGuiTools is already doing so.

Can you provide more details of what you are suggesting?

ThomasNieto commented 8 months ago

@tig the module uses a 4 digit version instead of 3 digit.

ModuleVersion = '0.7.6.1'

tig commented 8 months ago

Good point.

I didn't mean for the build # to make it to prod.

Please rename this issue for clarity (i don' thave rights to rename):

"Ensure published ps gallery version follows semantic numbering rules"

Thanks.