Skip to content

Releases: AlexGhiondea/CommandLine

Add Strong Name support

12 Oct 18:55
3ad8f0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.2...2.3.0

Update dependencies to OutputColorizer

15 Dec 22:19
a6fb092
Compare
Choose a tag to compare
Bump dependency to OutputColorizer to 2.0.0 (#65)

* Bump dependency to OutputColorizer to 2.0.0

* Bump package version.

Support case-insensitive enums

10 Jun 20:57
1d29354
Compare
Choose a tag to compare

In this release a change has been made that will allow enums to be parsed even when the casing does not match.

Add support for collection properties

24 Apr 22:24
ecd99b2
Compare
Choose a tag to compare

The previous version of the library didn't work very well when you had a collection of parameters.

This release adds support for that as well as better diagnostics for when you are authoring these complex types.

Update dependencies to .NET Standard 2.0

21 Apr 19:27
f6848c8
Compare
Choose a tag to compare
Bump up dependencies. (#60)

* Bump up dependencies.

This pulls in the CommandLine version with .NET Standard 2.0 support, meaning we need to pull in that dependency as well when building the project.

Also added a trait to one of the tests who was missing one.

* Bump project version as well.

Fix TryParse behavior

09 Mar 18:21
d0c4b99
Compare
Choose a tag to compare

This ensures that TryParse and Parse will give an error to the user when the user asks for help.

API updates and configuration support

30 Jan 23:31
8ee1b60
Compare
Choose a tag to compare
Merge pull request #53 from AlexGhiondea/ReleaseUpdates

Update CommandLine.csproj

Add support for different background colors

25 Jul 22:46
58bee20
Compare
Choose a tag to compare

In this release, a feature was added that will automatically detect the background of a window and will use a different set of colors in that case.

The colors can be further customized by the user if they need to.

Fix for argument name

19 Jun 03:46
a570027
Compare
Choose a tag to compare

Argument names were not correct in certain cases when an exception was thrown.

Release 1.5.2

26 Mar 20:17
53933e7
Compare
Choose a tag to compare

Introduce fix for the case where the argument array contained an empty string in them -- this happens when a .NET Core app is ran as a stand-alone app.