Answer Posted / gireesh
It contains the version information that will go into your
app or
assembly - things like the company name, copyright notices
etc., and
the assembly version number, of course.
You can inspect those values in Windows Explorer by right-
clicking on
an .EXE or .DLL, go "Properties", and then go to
the "Version" tab -
those pieces of info in there come from whatever you fill
into
"AssemblyInfo.cs" in your project.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How to override a function in c#?
Do extension methods have to be static?
Is php better than c#?
What is single dimensional array in c#?
Write the syntax for catching an exception in c#?
How long does it take to learn c# for unity?
What is written in c#?
Is int an object in c#?
Is a valid int value?
Can a class have multiple constructors c#?
What is an enumerator in c#?
What does console readkey do in c#?
What are immutable types in c#?
What is xml comments in c#?
Name which controls do not have events?