nuke-build / nuke

🏗 The AKEless Build System for C#/.NET
https://nuke.build
MIT License
3.07k stars 367 forks source link

Incorrect minver package in docs #1378

Closed henry-js closed 2 months ago

henry-js commented 6 months ago

Usage Information

8.0.0/8.0.204/8.0/Windows

Description

In Versioning Artifacts the documentation advises users to install MinVer with nuke :add-package MinVer. This is incorrect. The minver cli nuget package is this one.

Reproduction Steps

View documentation

Expected Behavior

Should inform users of correct package to install

Actual Behavior

Tells users to install package intended for projects that will be compiled

Regression?

No response

Known Workarounds

No response

Could you help with a pull-request?

Yes