Skip to content

v1.1

Compare
Choose a tag to compare
@Konamiman Konamiman released this 26 Dec 17:00
· 1 commit to master since this release
01a7345

In v1.0 the applications search for existing files in a case-insensitive way in Windows, and in a case-sensitive way in Linux/OSX. In v1.1:

  • File search is now case-insensitive by default, regardless of the underlying OS.
  • A -c option is added to make it case-sensitive, again, in an OS-independent way. -nc also exists to restore the default behavior.

The "Portable" and "FrameworkDependant" variants require the .NET Core Runtime 3.1 to be installed.

To run the "Portable" version: dotnet <application>.dll <command line>.