I would like to know if it's possible to edit information in an assembly ? For example, I would like to change the AssemblyTitle of my assembly after the build.
[assembly: AssemblyTitle("xxxxx")]
[assembly: AssemblyDescription("yyyyy")]
First, I thought to edit the AssemblyInfo.cs but I use TFS and the file is checked-in (read only) so I can't edit the file.
Thanks by advance for your answer.