How to automatically insert version number into AssemblyName
问题 I'm trying to build upon this question: Reading a single value from a file in MSBuild My goal is to have a single place to put the version number that's used in several projects, and I also want a portion of the version number in the DLL file name for one of the projects. Based on the question above, I already got the first part, but I'm having difficulty with the second part and would appreciate some guidance. In my solution, I set up a plain text file called Version.txt containing my full