I have created a project. In the AssemblyInfo.cs
file I have set values to the attributes as under:
When I check this in the AssemblyInformation button
, I get to see correct details
However I build the project and check in the generated binary properties window
, I do not see the value I had set. For example: See value of Description
- Then from where are these values being picked up ?
- Can I change them ? If yes, how ?
- Can I add new attributes of my own ?
I googled and found below link which tells me that it cannot be done, is it true ?