Skip to content

Tags: AlexGhiondea/CommandLine

Tags

2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CommandLine.csproj

Remove the PackageLicenseUrl that is deprecated.

2.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump dependency to OutputColorizer to 2.0.0 (#65)

* Bump dependency to OutputColorizer to 2.0.0

* Bump package version.

2.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix casing for enums (#64)

* Refactor object types into separate files.

* Ensure that we do a case-insensitive parse of the enum.

* Bump package version in preparation of release.

* Add a couple more tests.

2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for having a list of arguments just before the start of t… (

#62)

* Add support for having a list of arguments just before the start of the optional arguments.

Add checks for declaring multiple required collection attributes in the same type.

* Ensure that we detect both the case where the attribute is defined twice and the case when the attribute is not the last one defined.

* Add more tests

* Add more test coverage.

* Remove dead code and add additional test.

* Fix codeFactor violations.

* Remove missing files.

2.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #56 from AlexGhiondea/fixTryParse

Fix try parse

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #53 from AlexGhiondea/ReleaseUpdates

Update CommandLine.csproj

1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove unnecessary file from the repo. (#42)

1.5.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Validate that the error message when an invalid argument is passed co… (

#39)

1.5.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from AlexGhiondea/Fix32

Add null check for argument which caused strange behavior