How to change the Assembly Name in C#?
I want to change the name of my Assembly Programmatically in C#, there
is a way through which I can change it from Project Properties, but I
want to change it Programmatically, so that my output .exe name is
changed.. Any trick for that?