Skip to content

2.0.0

Compare
Choose a tag to compare
@rubenchristoffer rubenchristoffer released this 12 Apr 14:57
· 55 commits to master since this release

This is version 2.0.0 of Mklinker.

Biggest changes from 1.1.1:

  • Rewrote major parts of codebase for better modularization
  • Added cross-platform support (ported project to .NET Core 3.1)
  • Switched position for sourcePath and targetPath
  • Added variable support (and nested variable support)
  • Added option to force add links ignoring validation checks
  • Added tests for improved continuous integration
  • Added interactive command in order to run multiple Mklinker commands without 'Mklinker' in front
  • Improved validate command
  • Improved command line interface (now has help and version command)

Installation

Drop the Mklinker binary for your platform from the Mklinker-2.0.0-Binaries.zip file attached into a folder of your choosing and run 'mklinker' (or whatever you rename it to) in a console window. You can then use the various commands to add / remove links, list links or setup all the actual links. Run 'mklinker help' to see all the various commands you can use.