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 3.0.0 #14

Conversation

dependabot-preview[bot]
Copy link

Bumps McMaster.Extensions.CommandLineUtils from 2.2.5 to 3.0.0.

Release notes

Sourced from McMaster.Extensions.CommandLineUtils's releases.

3.0.0

See changes since 2.6.0

https://www.nuget.org/packages/McMaster.Extensions.CommandLineUtils/3.0.0 https://www.nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/3.0.0

Improvements

  • @AlexeyEvlampiev - implement support for GUID command line options (#333) and any other type that TypeConverter supports (#62)
  • @vpkopylov - Added support for using the 'builder API' with generic host (#351)
  • @natemcmaster - Disabled the pager for help text by default. To re-enable, set UsePagerForHelpText = true. (#346)
  • @natemcmaster - Fix PlatformNotSupportedException on Xamarin of macOS (#344)

Breaking changes

See https://natemcmaster.github.io/CommandLineUtils/v3.0/upgrade-guide.html for more details.

  • Fix #251 by @mattnischan - remove API that was marked as obsolete in 2.x releases
  • Fix #294 by @natemcmaster - change dependencies on McMaster.Extensions.Hosting.CommandLine to just use Microsoft.Extensions.Hosting.Abstractions
  • Fix #337 by @natemcmaster - removed .NET Standard 1.6 target from library

3.0.0 Release Candidate

Other than documentation and release note changes, I'm not planning anything else unless I receive more feedback about issues.

https://www.nuget.org/packages/McMaster.Extensions.CommandLineUtils/3.0.0-rc.289 https://www.nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/3.0.0-rc.289

Changes:

  • 7281ee9fef08286a3a0a4f72d04b1d234747b316 Prepare 3.0 RC release
  • f3a472545961c406c73cb392171a154a3905ad7a fix: suppress PlatformNotSupportedException on Xamarin of macOS
  • 294a829dcb1d180c3375cbcc1dc52173aa8f1592 Minor cleanup and update release notes
  • accdd6c3fe85c01c91dec312506f525a116d710a feature: support using builder API with generic host (#351)
  • cf7506cbb063194f0b02aaa277fa3db16eddd3c0 Merge branch 'release/2.x'
  • 2eb7bfa05512c2ddf9e8d472aac78cd54ec80f5e fixup: cleanup obsolete messages for throwOnUnexpectedArg

This list of changes was auto generated.

3.0.0-alpha.268

First pre-release of 3.0

https://www.nuget.org/packages/McMaster.Extensions.CommandLineUtils/3.0.0-alpha.268 https://www.nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/3.0.0-alpha.268

Changes:

  • 2b502c479cd06c915842be4a93f67795eaa336ae Support collecting all unrecognized arguments after parsing known args (#348)
  • 1769146e4992c1681aaf60a63324985cf0f382eb Merge branch 'release/2.x'
  • dc40fab2a0453452f10588d562de19d5b1f2bd19 Update CHANGELOG.md
  • b9eb55b88804eaebbe1014fc8ff1d02bb75eb6d7 fix: set UsePagerForHelpText to false by default (#347)
... (truncated)
Changelog

Sourced from McMaster.Extensions.CommandLineUtils's changelog.

v3.0.0

Improvements

  • @AlexeyEvlampiev - implement support for GUID command line options (#333) and any other type that TypeConverter supports (#62)
  • [@vpkopylov] - Added support for using the 'builder API' with generic host (#351)
  • @natemcmaster - Disabled the pager for help text by default. To re-enable, set UsePagerForHelpText = true. (#346)
  • @natemcmaster - Fix PlatformNotSupportedException on Xamarin of macOS (#344)

Breaking changes

See https://natemcmaster.github.io/CommandLineUtils/v3.0/upgrade-guide.html for more details.

  • Fix #251 by @mattnischan - remove API that was marked as obsolete in 2.x releases
  • Fix #294 by @natemcmaster - change dependencies on McMaster.Extensions.Hosting.CommandLine to just use Microsoft.Extensions.Hosting.Abstractions
  • Fix #337 by @natemcmaster - removed .NET Standard 1.6 target from library

#62: natemcmaster/CommandLineUtils#62 #251: natemcmaster/CommandLineUtils#251 #294: natemcmaster/CommandLineUtils#294 #337: natemcmaster/CommandLineUtils#337 #333: natemcmaster/CommandLineUtils#333 #344: natemcmaster/CommandLineUtils#344 #346: natemcmaster/CommandLineUtils#346 #351: natemcmaster/CommandLineUtils#351

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
... (truncated)
Commits
  • 748b42d docs: allow publishing to github pages to run even if there are no changes
  • 995876b docs: move API from unshipped to shipped
  • 03be4da docs: update package release notes
  • 4df2d8a docs: Upgrade samples to .NET Core 3.1
  • 4bdac7e docs: add API reference for v3.0
  • b0a7357 docs: preserve a snapshot of samples and docs for 2.x
  • c53da1c Merge branch 'release/2.x'
  • 903e8b4 Add API docs for 2.6
  • 7281ee9 Prepare 3.0 RC release
  • f3a4725 fix: suppress PlatformNotSupportedException on Xamarin of macOS
  • 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 30, 2020
@dependabot-preview
Copy link
Author

Superseded by #15.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/McMaster.Extensions.CommandLineUtils-3.0.0 branch January 11, 2021 05:29
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