Skip to content

Releases: KLIM8D/AsmDiff.NET

AsmDiff.NET-v1.2

04 Nov 10:23
Compare
Choose a tag to compare
  • Maxdepth option added, which is used to determine the level of subdirectories, in the source/target directory the tool will look for assemblies.
  • Filename option added. If given, the filename will be used for the HTML/JSON report, as well as the name for a namedpipe which the tool can connect to.

AsmDiff.NET-v1.1

14 Sep 08:53
Compare
Choose a tag to compare
  • Metadata included in the HTML report
  • Replaced Nullable datatype syntax with short version (System.Nullable -> T?)
  • Renamed variables now show up as first Deleted and then the new as an Addition, since is was to difficult to determine
  • New command argument to specify a title for the HTML report

AsmDiff.NET-v1.0

10 Sep 07:32
Compare
Choose a tag to compare

First stable version