Manifest is used to store assembly metadata. It contains all the metadata which are necessary for following things.
- Version of assembly
- Security identity
- Scope of the assembly
- To resolve references to resources and classes
Manifest is used to store assembly metadata. It contains all the metadata which are necessary for following things.