AspNetCore.Diagnostics.HealthChecks icon indicating copy to clipboard operation
AspNetCore.Diagnostics.HealthChecks copied to clipboard

Versioning

Open sungam3r opened this issue 1 year ago • 2 comments

Now all versions are written into build/version.props file. When making changes in some project you have to remember to bump corresponding version in that file. It's not convinient. Moreover, it's more unconvinient for PRs from dependabot like this one https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/2001. At the end when preparing for release maintainer needs to manually check all versions. This process shoul be simplified in some way.

sungam3r avatar Aug 17 '23 06:08 sungam3r

We should move to centrac package management. Then we can manage all the versions in one file. I can provide a PR if desired

michaelmairegger avatar Feb 20 '24 07:02 michaelmairegger