Skip to content

Ookii.CommandLine 2.3

Compare
Choose a tag to compare
@SvenGroot SvenGroot released this 05 Sep 20:31

This release adds .Net Standard 2.0 binaries. It is otherwise unchanged from version 2.2. Net Framework 2.0 binaries are still provided. You can also get this release via NuGet (note: the Visual Studio snippets are only available through GitHub).

Release contents
This release contains the following:

  • Ookii.CommandLine.dll: the class library binary that you can use with your own applications. Versions for both .Net Framework 2.0 (or later) and .Net Standard 2.0 are provided.
  • User Guide.html: documentation for this release (also available here on GitHub).
  • Documentation.chm: class library documentation for this release
  • A number of Visual Studio code snippets for C# and Visual Basic to aid in creating command line argument classes.
  • Two sample applications demonstrating command line argument parsing and shell commands.

What's new
Ookii.CommandLine 2.3 offers the following improvements over version 2.2:

  • Ookii.CommandLine now comes in both a .Net Framework 2.0 and .Net Standard 2.0 version.