File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Changes since 5.0:
55
66Features:
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.'))" >
1013Changes since 4.1:
You can’t perform that action at this time.
0 commit comments