Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump McMaster.Extensions.CommandLineUtils from 2.2.5 to 2.6.0 #13

Conversation

dependabot-preview[bot]
Copy link

Bumps McMaster.Extensions.CommandLineUtils from 2.2.5 to 2.6.0.

Release notes

Sourced from McMaster.Extensions.CommandLineUtils's releases.

2.6.0

This release takes steps to prepare for the 3.0 release by marking more API as obsolete that will be removed in the next major version.

This release contains no other major functional changes from 2.5.

Changes:

  • 2eb7bfa05512c2ddf9e8d472aac78cd54ec80f5e fixup: cleanup obsolete messages for throwOnUnexpectedArg
  • 37da4ee50a3f30ce28e0ef4c897bf8273f796bbf fix: obsolete the public constructor on PhysicalConsole in favor of PhysicalConsole.Singleton
  • 42b8994b1e6575e99b06866aa79cd3ffeb797842 refactor: obsolete throwOnUnexpectedArg in favor of UnrecognizedArgumentHandling enum
  • 11e2079e2dd2ab1fbe37c36a5d4000b73623d2b2 Bump version to 2.6.0

This list of changes was auto generated.

2.5.1

Changes:

  • fa06ab9b41b390fc7d1e6e0a9783a1b3882f1bb9 fix: lazy load command object types to reduce unnecessary allocations
  • 61072e4944cbdbe0a78a248b9b9677de3affd9dc infra: add Coverlet for code coverage in tests (#328)
  • 693635a16648ac201cbb2bb9d19a28a43d04dbef Update README.md
  • 4542d91b98aa3bb3a4a92f93b116a234424d7565 docs: fix link to v2.5 API from toolbar

This list of changes was auto generated.

2.5.0

Thanks to those who contributed to this release!

Changes:

  • 83b28f440c6400e699e419fe05292dcf1fd62249 docs: update documentation for 2.5 (#325)
  • 1aa5b8c65ed994ccde57fe10b961ef4a1facedc0 docs: update package metadata and release notes (#324)
  • fcfd448767d728e74218dd9739ed9b7e081369b5 fix: update help text generator to display HelpOption correctly (#323)
  • 4fe7d703ffdfa30c2c62c7d62f3b1ea36f93c6f0 infra: update dependencies and test runtimes (#322)
  • 64fdff7fd6f43a9ad04409184b616215e7aa8e79 docs: fix all tags in XML docs and reformat code (#321)
  • 308de0198d97eae39125a427130735408a7255b2 docs: update comments on DotNetExe.cs (#319)
  • 63e57283012e6589f8857f71269c73bcb2a8f18e Create CODE_OF_CONDUCT.md (#318)
  • cebb8c12a3910c367f58a68d8c1438509da776db Update CONTRIBUTING.md (#314)
  • 0a927cdf224630d2aaaf3b9e05ec7176fd169b81 Delete pull_request_template.md (#317)
  • 42f6c4ae1ab3f6045be07a8ab99c94108d936d0d Update stale.yml to leave issues open at least 1 year (#316)
See More
  • 0b5285921bf0e3e9e0e68f896ffb426a5cdf331a Make ParserConfig internal (#313)
  • 28c396b5fcdc942d403796af59d97abdde2c90cf Build for macOS on CI
  • 9329cfb621fcbce7795bb28909ee1aa3c461791e Update release notes
  • e93a7fc30e2c33637c20fb0fc53fa73df476dcee fix: update generated help to display [command] first then [options] (#308)
  • 1724fd2b41eddcb1cd996d7ed8b5534253d607ed fix: don't allow console with to be zero or less [ #306 ]
... (truncated)
Changelog

Sourced from McMaster.Extensions.CommandLineUtils's changelog.

v2.6.0

v2.5.1

  • Fix #320 - lazy load command object types to reduce unnecessary allocations

#320: natemcmaster/CommandLineUtils#320

v2.5.0

  • Fix #92 by @kbilsted - Show enum names in help text for Options and Arguments stored as enum
  • Fix #287 by @Alxandr - Add support for private base type options
  • Fix #303 by @AndreGleichner - Update generated help to display [command] first then [options]
  • Fix #307 by @daveMueller - Update help text generator to display HelpOption correctly

#92: natemcmaster/CommandLineUtils#92 #287: natemcmaster/CommandLineUtils#287 #303: natemcmaster/CommandLineUtils#303 #307: natemcmaster/CommandLineUtils#307

v2.4.4

  • Fix #302 - fix regression introduced in 2.4.2 which caused Ctrl+C handling not to terminate the process quickly

#302: natemcmaster/CommandLineUtils#302

v2.4.3

#292: natemcmaster/CommandLineUtils#292 [@thomaslevesque]: https://github.com/thomaslevesque

v2.4.2

  • Fix #286 - fix deadlock in CTRL+C handling on Windows

#286: natemcmaster/CommandLineUtils#286

v2.4.1

  • Fix #277 - workaround a bug in NuGet's 'deterministic packaging' feature which causes issues based on your timezone

#277: natemcmaster/CommandLineUtils#277

... (truncated)
Commits
  • 2eb7bfa fixup: cleanup obsolete messages for throwOnUnexpectedArg
  • 37da4ee fix: obsolete the public constructor on PhysicalConsole in favor of PhysicalC...
  • 42b8994 refactor: obsolete throwOnUnexpectedArg in favor of UnrecognizedArgumentHandl...
  • 11e2079 Bump version to 2.6.0
  • fa06ab9 fix: lazy load command object types to reduce unnecessary allocations
  • 61072e4 infra: add Coverlet for code coverage in tests (#328)
  • 693635a Update README.md
  • 4542d91 docs: fix link to v2.5 API from toolbar
  • 83b28f4 docs: update documentation for 2.5 (#325)
  • 1aa5b8c docs: update package metadata and release notes (#324)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 9, 2020
@dependabot-preview
Copy link
Author

Superseded by #14.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/McMaster.Extensions.CommandLineUtils-2.6.0 branch March 30, 2020 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants