Always I rebuil my project, the files with name "AssemblyInfo.Versioning.AutoGenerated.cs" are generated. This files have some information like:
[assembly: AssemblyCompany("Company Name XPTO")]
[assembly: AssemblyProduct("Project Name XYW")]
[assembly: AssemblyCopyright("Copyright - Company Name XPTO")]
This files are generated for all project I have in my solution. I need to change this values, but when I change, run the project, and values are restored.
Whats the problem? How to change this permanently?
Thanks in advance