Setting Version Number in .NET 6.0/7.0 Applications
Back in the old days (?) of .NET 4.8, assembly version numbers were located in the AssemblyInfo.cs file. Now in .NET 6.0 (and beyond), the Assembly.Info.cs file does not exist. Now you change the version by editing the project (*.cs) file. Edit the Project File Double click the project file and the contents are now immediately visible. (No… Read More »