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.4.4 to 2.5.0 #120

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps McMaster.Extensions.CommandLineUtils from 2.4.4 to 2.5.0.

Release notes

Sourced from McMaster.Extensions.CommandLineUtils's releases.

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 ]
  • bde6cc72b685d3c32101d4a2609eb1a6970ac463 Merge branch 'release/2.4.4'
  • 3084291dde2e1bbe18d95df52275e56b8bd1c130 Update issue templates
  • bbd8242fb7b43e889c2801d870883851387f52fe docs: fix broken links in changelog
  • 7aba37645ad3f2b1946b21d050094495e208b748 Merge branch 'release/2.4.3'
  • 1fefc7348f1007d32f5378f180b1cd45926664c6 Fixed small typo (Structing -> Structuring) in README (#299)
  • e856fed329ed7d4a0fae7545cef91a7de404584d feature: add support for configuring the characters used to separate option name and value [ #252 ]
  • 0615346771c12c85fc535f06000a7d0399b3d13c Update changelog and release notes
  • 3b5d9aade26bb98f94d39973ed475881032f30b1 docs: update options.md (#291)
  • 0a717eb4837f2c824ea9d2407cdbc0a5c658f2e4 Update azure-pipelines.yml
  • b92f20ef3c9ef8627431fdee104c7b2aaade62ac feature: add support for private base type options (#288) [ #287 ]
  • b5f1af3a3f763531d6460d5ca6f1b9715f52b847 Update CHANGELOG.md
  • 6792c96ca51e4e778bf15468207c49c6df31e0bd Merge branch 'release/2.4.2'
  • 585b2a606a76a2f7fb4885a647dac5787acd3de3 Update MSBuild and project settings
  • baddffff0c718be9e1573cf4730a8f0b06263aaa Bump FluentAssertions from 5.7.0 to 5.9.0
  • c03d38182093f91fbfebbadbdb139e80907c5901 Bump Microsoft.SourceLink.GitHub
  • 30e486b821bf8ba16026c78247a6b7766698aa74 feat: show enum values as argument in help text (#276) [ #92 ]
  • 872dc260a3d47d7e9f5c1a61a825c9fc8deaaf7f Update CHANGELOG.md
  • 849b592b2f073509850803ba97556ca12edb4991 Update CHANGELOG.md

This list of changes was auto generated.

Changelog

Sourced from McMaster.Extensions.CommandLineUtils's changelog.

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

Commits
  • 83b28f4 docs: update documentation for 2.5 (#325)
  • 1aa5b8c docs: update package metadata and release notes (#324)
  • fcfd448 fix: update help text generator to display HelpOption correctly (#323)
  • 4fe7d70 infra: update dependencies and test runtimes (#322)
  • 64fdff7 docs: fix all <seealso> tags in XML docs and reformat code (#321)
  • 308de01 docs: update comments on DotNetExe.cs (#319)
  • 63e5728 Create CODE_OF_CONDUCT.md (#318)
  • cebb8c1 Update CONTRIBUTING.md (#314)
  • 0a927cd Delete pull_request_template.md (#317)
  • 42f6c4a Update stale.yml to leave issues open at least 1 year (#316)
  • 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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 Jan 2, 2020
@codecov
Copy link

codecov bot commented Jan 2, 2020

Codecov Report

Merging #120 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #120   +/-   ##
=======================================
  Coverage   75.09%   75.09%           
=======================================
  Files          77       77           
  Lines        3851     3851           
  Branches      446      446           
=======================================
  Hits         2892     2892           
  Misses        753      753           
  Partials      206      206

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3d1f208...667fe10. Read the comment docs.

@david-driscoll david-driscoll merged commit e5cfbe5 into master Jan 4, 2020
@rsg-bot rsg-bot added this to the v9.0.8 milestone Jan 4, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/master/McMaster.Extensions.CommandLineUtils-2.5.0 branch January 4, 2020 23:27
@rsg-bot rsg-bot modified the milestones: v9.0.8, v9.1.0 Jan 5, 2020
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.

None yet

2 participants