| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| McMaster.Extensions.CommandLineUtils.5.0.0.nupkg | 2026-01-21 | 133.6 kB | |
| McMaster.Extensions.CommandLineUtils.5.0.0.snupkg | 2026-01-21 | 45.2 kB | |
| McMaster.Extensions.Hosting.CommandLine.5.0.0.nupkg | 2026-01-21 | 16.3 kB | |
| McMaster.Extensions.Hosting.CommandLine.5.0.0.snupkg | 2026-01-21 | 11.6 kB | |
| 5.0.0 source code.tar.gz | 2026-01-21 | 476.1 kB | |
| 5.0.0 source code.zip | 2026-01-21 | 786.0 kB | |
| README.md | 2026-01-21 | 2.8 kB | |
| Totals: 7 Items | 1.5 MB | 0 | |
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/McMaster.Extensions.CommandLineUtils/5.0.0 https://nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/5.0.0
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=CommandLineUtils
What's Changed
- :breaking-change: bump version to 5.0 and drop support for .NET Standard 2 and < .NET 6 by @natemcmaster in https://github.com/natemcmaster/CommandLineUtils/pull/547
- Tlogik validationsamle bugfix by @tlogik in https://github.com/natemcmaster/CommandLineUtils/pull/551
- Upgrade dotnet & packages by @Chris-Wolfgang in https://github.com/natemcmaster/CommandLineUtils/pull/561
- Peropely determine allowed values for multiple values arguments by @sensslen in https://github.com/natemcmaster/CommandLineUtils/pull/553
- fix: Update sample projects to target net8.0 by @natemcmaster in https://github.com/natemcmaster/CommandLineUtils/pull/562
- fix: Correct bugs in multiple value enum option help text by @natemcmaster in https://github.com/natemcmaster/CommandLineUtils/pull/563
- fix: update .NET settings in CI builds by @natemcmaster in https://github.com/natemcmaster/CommandLineUtils/pull/564
- chore: add Dependabot configuration by @natemcmaster in https://github.com/natemcmaster/CommandLineUtils/pull/565
- build(deps): bump actions/download-artifact from 4 to 7 by @dependabot[bot] in https://github.com/natemcmaster/CommandLineUtils/pull/568
- Allow overridden properties that inherit attributes by @magneticflux- in https://github.com/natemcmaster/CommandLineUtils/pull/556
- Full AOT Support for .NET 8+ by @robertmclaws in https://github.com/natemcmaster/CommandLineUtils/pull/582
- Fix AOT code generation type safety issues by @natemcmaster in https://github.com/natemcmaster/CommandLineUtils/pull/583
- fix: prevent flaky tests by disabling parallel execution for registry tests by @natemcmaster in https://github.com/natemcmaster/CommandLineUtils/pull/584
- chore: prepare release notes and public API for v5.0.0 by @natemcmaster in https://github.com/natemcmaster/CommandLineUtils/pull/585
New Contributors
- @tlogik made their first contribution in https://github.com/natemcmaster/CommandLineUtils/pull/551
- @Chris-Wolfgang made their first contribution in https://github.com/natemcmaster/CommandLineUtils/pull/561
- @sensslen made their first contribution in https://github.com/natemcmaster/CommandLineUtils/pull/553
- @magneticflux- made their first contribution in https://github.com/natemcmaster/CommandLineUtils/pull/556
- @robertmclaws made their first contribution in https://github.com/natemcmaster/CommandLineUtils/pull/582
Full Changelog: https://github.com/natemcmaster/CommandLineUtils/compare/v4.1.1...v5.0.0