PLEASE NOTE: I'm no longer working on this. Someone else is more than welcome to fork and run with this.
Display .NET Assembly information like:
- Compilation mode (Debug/Release)
- .NET Assembly full name
- .NET Assembly references (even recursively)
This application was originally hosted on Codeplex and discontinued (https://archive.codeplex.com/?p=assemblyinformation). I attempted to bring it on to github with a fully downloadable and installable release while also converting the shell extension from using C++ to using a C# lib that will enable to do that for me.
I used the following libs and plugins:
Credit to the original author: Ashutosh Bhawasinka
.NET Assembly Information source code is license under Microsoft Public License (Ms-PL)