I need to get AppVersion and VersionInfoVersion updated with what's in \Properties\Assemblyinfo.cs. Any idea on how to do this?
Asked
Active
Viewed 34 times
1
-
There are preprocessor functions to read text files. Have you tried those? (Implicit in this question: Have you read the help?) – Bill_Stewart Sep 22 '20 at 21:43
-
We have other binaries in other projects in the same solution. So I just went with doing a GetFileVersion on one of the other successful project builds. It seems quicker than parsing thru assemblyinfo. – baddrivers Sep 23 '20 at 15:43