Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.03 KB

PLEASE NOTE: I'm no longer working on this. Someone else is more than welcome to fork and run with this.

.NET Assembly Information

Display .NET Assembly information like:

  1. Compilation mode (Debug/Release)
  2. .NET Assembly full name
  3. .NET Assembly references (even recursively)

Migration note

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

License

.NET Assembly Information source code is license under Microsoft Public License (Ms-PL)