
Hi!
I have a .cdsproj and when I build it using `msbuild /t:build /restore` the resulting solution file has the version number changed in the third segment. For example, if my project is at version 1.0.5.0, the zip inside /bin is at version 1.0.6.0.
How can I disable this behavior?
Thanks