|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.2...HEAD): |
| 3 | +## [Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v4.1.1...main) |
| 4 | + |
| 5 | +### Breaking changes |
| 6 | +* [@natemcmaster]: drop support for .NET Standard 2 and < .NET 6 |
| 7 | + |
| 8 | +### Features |
| 9 | +* [@robertmclaws]: Full AOT Support for .NET 8+ ([#582]) |
| 10 | +* [@magneticflux-]: Allow overridden properties that inherit attributes ([#556]) |
| 11 | + |
| 12 | +### Fixes |
| 13 | +* [@natemcmaster]: Fix AOT code generation type safety issues ([#583]) |
| 14 | +* [@sensslen]: Properly determine allowed values for multiple values arguments ([#553]) |
| 15 | +* [@natemcmaster]: Correct bugs in multiple value enum option help text ([#563]) |
| 16 | +* [@natemcmaster]: Normalize line endings in PowerShell scripts |
| 17 | +* [@natemcmaster]: Update .NET settings in CI builds ([#564]) |
| 18 | + |
| 19 | +### Docs |
| 20 | +* [@tlogik]: Fix incorrect validation example ([#551]) |
| 21 | + |
| 22 | +### Other |
| 23 | +* [@Chris-Wolfgang]: Upgrade dotnet and dependencies to latest LTS versions ([#561]) |
| 24 | +* [@natemcmaster]: Update tests to .NET 10 |
| 25 | +* [@natemcmaster]: Use NuGet trusted publishing with OIDC |
| 26 | +* [@dependabot]: Update GitHub Actions ([#568]) |
| 27 | +* [@natemcmaster]: Upgrade docfx to 2.78.4 |
| 28 | + |
| 29 | +[#551]: https://github.com/natemcmaster/CommandLineUtils/pull/551 |
| 30 | +[#553]: https://github.com/natemcmaster/CommandLineUtils/pull/553 |
| 31 | +[#556]: https://github.com/natemcmaster/CommandLineUtils/pull/556 |
| 32 | +[#561]: https://github.com/natemcmaster/CommandLineUtils/pull/561 |
| 33 | +[#563]: https://github.com/natemcmaster/CommandLineUtils/pull/563 |
| 34 | +[#564]: https://github.com/natemcmaster/CommandLineUtils/pull/564 |
| 35 | +[#568]: https://github.com/natemcmaster/CommandLineUtils/pull/568 |
| 36 | +[#582]: https://github.com/natemcmaster/CommandLineUtils/pull/582 |
| 37 | +[#583]: https://github.com/natemcmaster/CommandLineUtils/pull/583 |
| 38 | + |
| 39 | +## [v4.1.1](https://github.com/natemcmaster/CommandLineUtils/compare/v4.1.0...v4.1.1) |
| 40 | + |
| 41 | +### Fixes |
| 42 | +* [@sallerga]: Fix unknown command throws System.InvalidOperationException: Enumeration already finished ([#542]) |
| 43 | + |
| 44 | +[#541]: https://github.com/natemcmaster/CommandLineUtils/issues/541 |
| 45 | +[#542]: https://github.com/natemcmaster/CommandLineUtils/pull/542 |
| 46 | +[@sallerga]: https://github.com/sallerga |
| 47 | + |
| 48 | +## [v4.1.0](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.2...v4.1.0) |
| 49 | + |
| 50 | +### Changes |
| 51 | +* Drop support for .NET < 4.6. |
| 52 | +* [@danmoseley]: fix: find dotnet.exe correctly when DOTNET_ROOT is not set |
| 53 | +* [@natemcmaster]: fix: don't set DefaultValue to empty string for `string[]` options |
| 54 | + |
| 55 | +[@danmoseley]: https://github.com/danmoseley |
4 | 56 |
|
5 | 57 | ## [v4.0.2](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.1...v4.0.2) |
6 | 58 |
|
|
0 commit comments