Skip to content

Comments

Bump XenoAtom.CommandLine from 1.0.1 to 2.0.2#373

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/XenoAtom.CommandLine-2.0.2
Open

Bump XenoAtom.CommandLine from 1.0.1 to 2.0.2#373
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/XenoAtom.CommandLine-2.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Updated XenoAtom.CommandLine from 1.0.1 to 2.0.2.

Release notes

Sourced from XenoAtom.CommandLine's releases.

2.0.2

Changes

📦 Dependencies

  • Bump deps (812df1b6)

Full Changelog: 2.0.1...2.0.2

Published with dotnet-releaser

2.0.1

Changes

📦 Dependencies

  • Bump deps (Terminal.UI 1.1.0) (b36b4a7d)

🧰 Misc

  • Remove .nojekyll as it is part of the template (7caecce0)

Full Changelog: 2.0.0...2.0.1

Published with dotnet-releaser

2.0.0

Changes

✨ New Features

  • Add vhs tape file to test it (bde0b24c)

🧰 Misc

  • Align docs with current API behavior (6de8a24b)
  • Update multi demo gif (2e4f5680)
  • Update website (d92175bc)
  • Update validation doc (8a705559)
  • Remove intermediate files (59484878)
  • Update readme (76edc940)
  • Clarify migration to 2.0 (de4090a0)

Full Changelog: 2.0.0-preview.1...2.0.0

Published with dotnet-releaser

2.0.0-preview.1

Changes

🚨 Breaking Changes

  • Breaking change: rename core option/activation APIs (33a9a6c0)
  • Breaking change: use UnknownTokenReport in output API (41a238c9)
  • Breaking change: enforce construction-time metadata (cbf4cc88)

✨ New Features

  • Add environment variable option fallback (01479d20)
  • Add option and argument validation support (908337cf)
  • Add option constraint nodes and enforcement (b2fe2b04)
  • Add ParseResult API with shared parse pipeline (e53371e4)
  • Add terminal and UI support (5ded3913)
  • Add markup and visual output switches to samples (62995f4f)
  • Add various specs (4a318359)
  • Add screenshots (ca98c5f3)
  • Add support for Terminal Visual as a command (83a5cba8)
  • Add hidden overload parity and helper APIs (2c80b2b1)
  • Add links to XenoAtom.Terminal.UI (bb1a865b)

🐛 Bug Fixes

  • Fix Debug completion build with span-safe collection (372fc7b3)
  • Fix style for visual output (6aac08b3)
  • Fix HelloWorld presentation (b7b2885e)
  • Fix NativeAOT size tests (3cbc8a54)

🧰 Misc

  • Update logo bis (13ef78fc)
  • Update readme (1dee6cf2)
  • Implement pluggable command output pipeline (72a85bfb)
  • Defer output factory resolution until first write (18987007)
  • Improve terminal visual output grouping and error visuals (687ed882)
  • Align HelloWorld sample with docs and add screenshot placeholders (be43a91d)
  • Hide hidden nodes in terminal help outputs (a24ff21b)
  • Document visual grouping for colon section headers (8bd7ab5e)
  • Move mention of fork to bottom of readme (30d1946a)
  • Overhaul documentation: split into focused guides with comprehensive coverage (88bf0e12)
  • Align project description across readme and csproj (23d757de)
  • Document 2.0 contracts and migration guidance (ea9f0484)
  • Clarify supported output extension boundaries (8475ff56)
  • Create website (47f0eb1e)

Full Changelog: 1.4.1...2.0.0-preview.1

Published with dotnet-releaser

1.4.1

Changes

🧰 Misc

  • Minor code cleanup (561751f2)
  • Use different CI workflow (316e40d0)
  • Update icon (1901d4b9)

Full Changelog: 1.4.0...1.4.1

Published with dotnet-releaser

1.4.0

Changes

✨ New Features

  • Add various improvements (b79e7001)

🐛 Bug Fixes

  • Fix escaping on Windows (12319a09)
  • Fix expected size for NativeAot (d47c41b6)

📚 Documentation

  • Improve documentation (fb0f2462)

🧰 Misc

  • Improve strict mode and update completion scripts (0f00bd12)
  • Update readme with all supported features (06cf8f19)

Full Changelog: 1.3.0...1.4.0

Published with dotnet-releaser

1.3.0

Changes

✨ New Features

  • Add NativeAot size test (626abbc1)
  • Add CommandArgument (26cf2023)
  • Add automatic CommandUsage (7aa5b996)

🐛 Bug Fixes

  • Fix compilation of native aot test (bb80080f)

🛠 Examples

  • Update examples with arguments and command usage. (2ed53618)

📚 Documentation

  • Improve documentation and readme (dda6ece3)

🧰 Misc

  • Avoid publishing xoofx reference in the changelog (0ce102f7)
  • Update license (4cc92345)
  • Remove usage of regex for writing options (c51b478f)
  • Reduce folder depth for native aot test (79e02b60)
  • Remove <> from option and integrate it with CommandArgument (a5c80a7b)

Full Changelog: 1.2.0...1.3.0

Published with dotnet-releaser

1.2.0

Changes

✨ New Features

  • Add support for completions (dd0eef46) by @​xoofx

🐛 Bug Fixes

  • Fix zsh/fish completion (20e3131a) by @​xoofx
  • Fix completion for bash (a34d8753) by @​xoofx
  • Fix readme to document usage of net10.0 (26aed605) by @​xoofx

🧰 Misc

  • Remove unnecessary lock (36e2fb5c) by @​xoofx
  • Improve command app parsing for completions (8e6881b9) by @​xoofx

Full Changelog: 1.1.0...1.2.0

Published with dotnet-releaser

1.1.0

Changes

✨ New Features

  • Add benchmarks (8d67c685) by @​xoofx

🐛 Bug Fixes

  • Fix gist upload (b48056d2) by @​xoofx

🏭 Tests

  • Add tests for basic parsing (e20ba72c) by @​xoofx
  • Fix tests with net10.0 (97ae3130) by @​xoofx

📚 Documentation

  • Improve documentation (e5a7f36b) by @​xoofx

🧰 Misc

  • Update readme with some example for using key/values (e8359a14) by @​xoofx
  • Update readme (463bbe05) by @​xoofx
  • Migrate to slnx and central package mgt (ecacb713) by @​xoofx
  • Improve parsing (3eb60439) by @​xoofx

Full Changelog: 1.0.1...1.1.0

Published with dotnet-releaser

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

---
updated-dependencies:
- dependency-name: XenoAtom.CommandLine
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 20, 2026
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants