By default, when manually exporting a solution from an environment it will auto increment the end of the version number. So, if you are starting with 1.0.0.0, an export will propose, or auto inclement that to 1.0.0.1.
Our versioning is a little different, we increment the 1.0.0.0 to 1.0.1.0.
So, my question is, how do I fetch the current version number during a build process and increment the number and set that version number in the solution?
I have not found any of the content on the internet helpful in solving this problem.
Thanks all!