Skip to content

JMLOSP/Assembly-Version-Inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AssemblyVersionInspector

Small .NET tool to inspect assemblies in a folder and display version information.

Why this tool?

Working with .NET Framework applications often leads to assembly version conflicts that are hard to diagnose.

This tool helps developers quickly inspect assemblies and understand version discrepancies in a given folder.

Features

  • Scan a folder for .dll files
  • Detect managed vs non-managed assemblies
  • Extract:
    • Assembly Name
    • Assembly Version
    • File Version
    • Full Assembly Name

Usage

AssemblyVersionInspector.Cli <folder-path>

About

Analyze assemblies in a folder, detect version mismatches and dependency conflicts, and help generate binding redirects for .NET Framework projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages