❔ How to automatically set version of project to know what version deployed on specific server?
The problem is that there is bunch of clients with different versions of .net core and netfx project. I'm looking for maximally automated way to let us and clients know what version they have.
4 Replies
People manually set version numbers on projects?
GitHub
GitHub - dotnet/Nerdbank.GitVersioning: Stamp your assemblies, pack...
Stamp your assemblies, packages and more with a unique version generated from a single, simple version.json file and include git commit IDs for non-official builds. - GitHub - dotnet/Nerdbank.GitVe...
This thing can add you a constant in code with the version string
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.