Cpp2IL
Cpp2IL copied to clipboard
Bump CommandLineParser from 2.9.0-preview1 to 2.9.1
Bumps CommandLineParser from 2.9.0-preview1 to 2.9.1.
Release notes
Sourced from CommandLineParser's releases.
v2.9.1
What's Changed
- Add Linux as CI in appveyor by
@moh-hassan
in commandlineparser/commandline#598- Add multi-instance option support by
@rmunn
in commandlineparser/commandline#594- add support for flags enums by
@shaosss
in commandlineparser/commandline#623- Expose value and error on parser result by
@johnjaylward
in commandlineparser/commandline#634- Verb aliases by
@johnjaylward
in commandlineparser/commandline#636- Fix unparsing FileInfo and DirectoryInfo by
@kapsiR
in commandlineparser/commandline#627- fix spacing on help messages when verbs have aliases by
@johnjaylward
in commandlineparser/commandline#650- Extend UnparserExtension with FormatCommandLineArgs and SplitArgs methods by
@moh-hassan
in commandlineparser/commandline#662- Allow single dash as a value by
@moh-hassan
in commandlineparser/commandline#669- Add multi-instance option support by
@rmunn
in commandlineparser/commandline#678- Sequences that hit max should stop grabbing values by
@rmunn
in commandlineparser/commandline#682- Add GetoptMode parser setting and implementation by
@rmunn
in commandlineparser/commandline#684- Add missing interpolation character by
@marcinotorowski
in commandlineparser/commandline#803- Fix for #776 and #797 by
@batzen
in commandlineparser/commandline#798- added link to Option groups by
@pentop
in commandlineparser/commandline#790- Remove System.Linq.Expressions dependency. by
@NN
--- in commandlineparser/commandline#764- Resourcetype with implicit and explicit cast by
@gorsheninmv
in commandlineparser/commandline#758New Contributors
@rmunn
made their first contribution in commandlineparser/commandline#594@shaosss
made their first contribution in commandlineparser/commandline#623@johnjaylward
made their first contribution in commandlineparser/commandline#634@kapsiR
made their first contribution in commandlineparser/commandline#627@marcinotorowski
made their first contribution in commandlineparser/commandline#803@batzen
made their first contribution in commandlineparser/commandline#798@pentop
made their first contribution in commandlineparser/commandline#790@NN
--- made their first contribution in commandlineparser/commandline#764@gorsheninmv
made their first contribution in commandlineparser/commandline#758Full Changelog: https://github.com/commandlineparser/commandline/compare/2.8.0...v2.9.1
v2.9.0-preview3
No release notes provided.
Changelog
Sourced from CommandLineParser's changelog.
Changelog
All notable changes to this project will be documented in this file.
CommandLineParser project adheres to Semantic Versioning.
[2.9.0-preview2]
Added
- Properly assign arguments after a double dash to values, fix #605 by
@robnasby, PR# 610
.Changed
- Drop "Add multi-instance option support".
Commits
b0b0ec9
update appveyor, remove github deployment for now, bump version to 2.9.1bfc2ca8
Merge branch 'develop'dffb751
update nuget api key1830608
Merge pull request #758 from gorsheninmv/resourcetype-with-implicit-castaf75319
Merge pull request #764 from NN---/remove_expressionf5e8b16
Merge pull request #790 from pentop/master40a4104
Merge pull request #798 from batzen/fix/issue-7769ba45a7
Merge pull request #803 from marcinotorowski/fix-localization-exception87316e9
Add missing interpolation characterff825e5
Fixes #776- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)