Skip to content

Commit d191a2b

Browse files
natemcmasterclaude
andcommitted
docs: update release notes for 5.1.0 with dotnet path fix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 800f092 commit d191a2b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
### Features
66
* [@Chris-Wolfgang]: Add support for keyed dependency injection via `[FromKeyedServices]` attribute ([#560])
77

8+
### Fixes
9+
* [@claude]: Validate dotnet path exists before returning from `TryFindDotNetExePath` ([#600])
10+
811
[#560]: https://github.com/natemcmaster/CommandLineUtils/pull/560
12+
[#600]: https://github.com/natemcmaster/CommandLineUtils/issues/600
913

1014
## [v5.0.1](https://github.com/natemcmaster/CommandLineUtils/compare/v5.0.0...v5.0.1)
1115

src/CommandLineUtils/releasenotes.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changes since 5.0:
55

66
Features:
77
* @Chris-Wolfgang: Add support for keyed dependency injection via [FromKeyedServices] attribute (#560)
8+
9+
Fixes:
10+
* @claude: Validate dotnet path exists before returning from TryFindDotNetExePath (#600)
811
</PackageReleaseNotes>
912
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('5.0.'))">
1013
Changes since 4.1:

0 commit comments

Comments
 (0)