adamralph/bullseye (Bullseye)
### [`v5.0.0`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#500)
[Compare Source](https://redirect.github.com/adamralph/bullseye/compare/4.2.1...5.0.0)
##### Enhancements
- [#839: **\[BREAKING\]** switch from netstandard2.1 to net6.0 and net7.0](https://redirect.github.com/adamralph/bullseye/pull/839)
- [#905: include build metadata in informational version](https://redirect.github.com/adamralph/bullseye/pull/905)
- [#908: target .NET 8](https://redirect.github.com/adamralph/bullseye/pull/908)
- [#923: specify DLL search path for GetStdHandle](https://redirect.github.com/adamralph/bullseye/pull/923)
##### Fixed bugs
- [#878: **\[BREAKING\]** ShowHelp is incorrectly cased on CommandLine.Parse return type](https://redirect.github.com/adamralph/bullseye/pull/878)
- [#924: Parallel does not parallelize the ForEach params in the Target when the target is run as a dependency](https://redirect.github.com/adamralph/bullseye/issues/924)
### [`v4.2.1`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#421)
[Compare Source](https://redirect.github.com/adamralph/bullseye/compare/4.2.0...4.2.1)
##### Fixed bugs
- [#841: Host is not auto-detected](https://redirect.github.com/adamralph/bullseye/issues/841)
### [`v4.2.0`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#420)
[Compare Source](https://redirect.github.com/adamralph/bullseye/compare/4.1.1...4.2.0)
##### Enhancements
- [#800: make Palette and HostExtensions public](https://redirect.github.com/adamralph/bullseye/pull/800)
### [`v4.1.1`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#411)
[Compare Source](https://redirect.github.com/adamralph/bullseye/compare/4.1.0...4.1.1)
##### Fixed bugs
- [#820: Cannot run a target with a name that another target name starts with](https://redirect.github.com/adamralph/bullseye/issues/820)
### [`v4.1.0`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#410)
[Compare Source](https://redirect.github.com/adamralph/bullseye/compare/4.0.0...4.1.0)
##### Enhancements
- [#809: Target name abbreviation](https://redirect.github.com/adamralph/bullseye/pull/809)
##### Fixed bugs
- [#749: Help text remarks are not coloured correctly](https://redirect.github.com/adamralph/bullseye/issues/749)
### [`v4.0.0`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#400)
[Compare Source](https://redirect.github.com/adamralph/bullseye/compare/3.8.0...4.0.0)
##### Enhancements
- [#532: **\[BREAKING\]** Expand help option formats](https://redirect.github.com/adamralph/bullseye/issues/532)
- [#640: Group target log lines in GitHub Actions](https://redirect.github.com/adamralph/bullseye/issues/640)
- [#641: Parse-able standard output](https://redirect.github.com/adamralph/bullseye/issues/641)
- [#642: **\[BREAKING\]** Better options API](https://redirect.github.com/adamralph/bullseye/issues/642)
- [#663: **\[BREAKING\]** remove sync over async](https://redirect.github.com/adamralph/bullseye/pull/663)
- [#673: **\[BREAKING\]** allow forcing of console (default) mode](https://redirect.github.com/adamralph/bullseye/pull/673)
- [#675: accept IOptions instead of Options](https://redirect.github.com/adamralph/bullseye/pull/675)
- [#682: accept custom output and diagnostic writers](https://redirect.github.com/adamralph/bullseye/pull/682)
- [#703: **\[BREAKING\]** accept a function instead of a string for the message prefix](https://redirect.github.com/adamralph/bullseye/pull/703)
- [#704: **\[BREAKING\]** Nullable annotations](https://redirect.github.com/adamralph/bullseye/issues/704)
- [#706: remove top level output messages for targets with inputs](https://redirect.github.com/adamralph/bullseye/pull/706)
##### Fixed bugs
- [#674: **\[BREAKING\]** fix AppVeyor casing](https://redirect.github.com/adamralph/bullseye/pull/674)
##### Other
- [#687: **\[BREAKING\]** switch from netstandard2.0 to netstandard2.1](https://redirect.github.com/adamralph/bullseye/pull/687)
- [#710: **\[BREAKING\]** remove Azure Pipelines mode](https://redirect.github.com/adamralph/bullseye/pull/710)
Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.8.0
->5.0.0
Release Notes
adamralph/bullseye (Bullseye)
### [`v5.0.0`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#500) [Compare Source](https://redirect.github.com/adamralph/bullseye/compare/4.2.1...5.0.0) ##### Enhancements - [#839: **\[BREAKING\]** switch from netstandard2.1 to net6.0 and net7.0](https://redirect.github.com/adamralph/bullseye/pull/839) - [#905: include build metadata in informational version](https://redirect.github.com/adamralph/bullseye/pull/905) - [#908: target .NET 8](https://redirect.github.com/adamralph/bullseye/pull/908) - [#923: specify DLL search path for GetStdHandle](https://redirect.github.com/adamralph/bullseye/pull/923) ##### Fixed bugs - [#878: **\[BREAKING\]** ShowHelp is incorrectly cased on CommandLine.Parse return type](https://redirect.github.com/adamralph/bullseye/pull/878) - [#924: Parallel does not parallelize the ForEach params in the Target when the target is run as a dependency](https://redirect.github.com/adamralph/bullseye/issues/924) ### [`v4.2.1`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#421) [Compare Source](https://redirect.github.com/adamralph/bullseye/compare/4.2.0...4.2.1) ##### Fixed bugs - [#841: Host is not auto-detected](https://redirect.github.com/adamralph/bullseye/issues/841) ### [`v4.2.0`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#420) [Compare Source](https://redirect.github.com/adamralph/bullseye/compare/4.1.1...4.2.0) ##### Enhancements - [#800: make Palette and HostExtensions public](https://redirect.github.com/adamralph/bullseye/pull/800) ### [`v4.1.1`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#411) [Compare Source](https://redirect.github.com/adamralph/bullseye/compare/4.1.0...4.1.1) ##### Fixed bugs - [#820: Cannot run a target with a name that another target name starts with](https://redirect.github.com/adamralph/bullseye/issues/820) ### [`v4.1.0`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#410) [Compare Source](https://redirect.github.com/adamralph/bullseye/compare/4.0.0...4.1.0) ##### Enhancements - [#809: Target name abbreviation](https://redirect.github.com/adamralph/bullseye/pull/809) ##### Fixed bugs - [#749: Help text remarks are not coloured correctly](https://redirect.github.com/adamralph/bullseye/issues/749) ### [`v4.0.0`](https://redirect.github.com/adamralph/bullseye/blob/HEAD/CHANGELOG.md#400) [Compare Source](https://redirect.github.com/adamralph/bullseye/compare/3.8.0...4.0.0) ##### Enhancements - [#532: **\[BREAKING\]** Expand help option formats](https://redirect.github.com/adamralph/bullseye/issues/532) - [#640: Group target log lines in GitHub Actions](https://redirect.github.com/adamralph/bullseye/issues/640) - [#641: Parse-able standard output](https://redirect.github.com/adamralph/bullseye/issues/641) - [#642: **\[BREAKING\]** Better options API](https://redirect.github.com/adamralph/bullseye/issues/642) - [#663: **\[BREAKING\]** remove sync over async](https://redirect.github.com/adamralph/bullseye/pull/663) - [#673: **\[BREAKING\]** allow forcing of console (default) mode](https://redirect.github.com/adamralph/bullseye/pull/673) - [#675: accept IOptions instead of Options](https://redirect.github.com/adamralph/bullseye/pull/675) - [#682: accept custom output and diagnostic writers](https://redirect.github.com/adamralph/bullseye/pull/682) - [#703: **\[BREAKING\]** accept a function instead of a string for the message prefix](https://redirect.github.com/adamralph/bullseye/pull/703) - [#704: **\[BREAKING\]** Nullable annotations](https://redirect.github.com/adamralph/bullseye/issues/704) - [#706: remove top level output messages for targets with inputs](https://redirect.github.com/adamralph/bullseye/pull/706) ##### Fixed bugs - [#674: **\[BREAKING\]** fix AppVeyor casing](https://redirect.github.com/adamralph/bullseye/pull/674) ##### Other - [#687: **\[BREAKING\]** switch from netstandard2.0 to netstandard2.1](https://redirect.github.com/adamralph/bullseye/pull/687) - [#710: **\[BREAKING\]** remove Azure Pipelines mode](https://redirect.github.com/adamralph/bullseye/pull/710)Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.