Skip to content

Releases: dfederm/ReferenceTrimmer

v1.2.0

27 Apr 05:30
Compare
Choose a tag to compare

Changes:

  • Logging: Revamped logging to use NLog.
    • Console logging format is different
    • Logs now go to a file as well
  • Sdk-style projects: References which are implicitly added by the Sdk are now ignored (System, System.Xml, etc.)
  • Package References: Improve detection of unused Package References.
  • Dependencies: Upgraded to Buildalyzer 0.4.0
  • Tests: Added basic tests

v1.1.0

23 Mar 17:15
Compare
Choose a tag to compare

Features:

  • Added options to override the build environment

Misc:

  • Upgraded to Buildalyzer 0.3.0

v1.0.1

25 Feb 03:19
Compare
Choose a tag to compare

Fixes:

  • Fix output for project references
  • Set the current working directory to the project's directory before current working to address relative path issues
  • Produce net461 binaries which should work better for Windows users analyzing projects which require a Visual Studio install

v1.0.0

19 Feb 21:32
Compare
Choose a tag to compare

Initial release!