Skip to content

tebjan/AssemblyInformation

 
 

Repository files navigation

.NET Assembly Information

Windows Explorer extension that adds the entry "Assembly Information" to the context menu of .NET assemblies:

context menu

Displays .NET Assembly information like:

  1. Compilation mode (Debug/Release)
  2. .NET Assembly full name
  3. Framework version and PE kind
  4. .NET Assembly references (even recursively)

ui

Works with assemblies from all .NET versions: .NET Framework, .NET Core, .NET 5+, and .NET Standard. Also shows Win32 version info for native PE files.

Supports dark mode (configurable via View > Theme menu).

Installation

Download the latest release from GitHub Releases and run install.cmd as Administrator. This registers the Explorer context menu for .dll and .exe files.

Requires .NET 10 Desktop Runtime or newer.

To uninstall, run uninstall.cmd as Administrator.

Building

Requires .NET 10 SDK.

dotnet build AssemblyInformation.sln -c Release

Usage

AssemblyInformation.exe <path-to-assembly.dll>

Or right-click a .dll/.exe in Windows Explorer and select "Assembly Information" (requires installation, see above).

You can also drag and drop files onto the application window, or use Options > Open Assembly (Ctrl+O).

License

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

About

.NET Assembly Information

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.8%
  • Batchfile 3.2%