Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I adjust the version number for multiple projects without changing every AssemblyInfo.cs file constantly?

0
Posted

How can I adjust the version number for multiple projects without changing every AssemblyInfo.cs file constantly?

0

The version information needs to be set with the “AssemblyVersion” attribute for each project. However, this attribute does not need to be specified in the project’s AssemblyInfo file. You can create a separate file with the “AssemblyVersion” attribute that is shared across projects that you wish to keep in sync. This file can either be shared via VSS, or by including the file as a link in the projects.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.