Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing an assembly's manifest without re-building

In .NET, is there a tool or some other method which would allow us to modify an assembly's manifest, without having to modify the AssemblyInfo and re-build the assembly?

like image 570
Duncan Avatar asked Dec 18 '25 16:12

Duncan


1 Answers

You can use MT.exe. It ships with the SDK. There is a good explanation of how to use it here.

like image 164
epotter Avatar answered Dec 20 '25 09:12

epotter



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!