Releases: Konamiman/M80dotNet
Releases · Konamiman/M80dotNet
v1.2
v1.1
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>
.
v1.0
First version.
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>
.