Hello everyone,
I wanted to update my project version number every time i package my game.
I followed this post Automatically updating the Project Version # when project builds (two solutions) but this updates the project version every time i build even in visual studio, and i get a lot of commits in perforce which i don’t want.
Is there a way to call the C# program whenever the packaging phase starts instead of the build phase?
We currently do not use Jenkins, if there’s another way to do it without it, it would be awesome. Otherwise we would have to look into integrating Jenkins in our project