Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 774 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 774 Bytes

Metadata Tools

Tools for inspecting and manipulating PE/COFF and ECMA335 metadata files.

Pre-release builds are available from Azure DevOps public feed: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json (browse).

You can install mdv as a .NET global tool with the following command:

dotnet tool install mdv -g --prerelease --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 

Build Status