Skip to content

Releases: Konamiman/M80dotNet

v1.2

01 Jan 11:55
aef0dc8
Compare
Choose a tag to compare

Identical in functionality to v1.1, but upgraded to require the .NET 6 Runtime to be installed for the "Portable" and "FrameworkDependant" variants.

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

v1.1

26 Dec 17:00
01a7345
Compare
Choose a tag to compare

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

13 Dec 18:04
Compare
Choose a tag to compare

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>.