Skip to content

Commit

Permalink
Bump McMaster.Extensions.CommandLineUtils from 4.1.0 to 4.1.1 (#19)
Browse files Browse the repository at this point in the history
Bumps [McMaster.Extensions.CommandLineUtils](https://github.com/natemcmaster/CommandLineUtils) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/natemcmaster/CommandLineUtils/releases)
- [Changelog](https://github.com/natemcmaster/CommandLineUtils/blob/main/CHANGELOG.md)
- [Commits](natemcmaster/CommandLineUtils@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: McMaster.Extensions.CommandLineUtils
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 8b9400e commit ff891aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNetSearch/DotNetSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Example: dotnet search json.net</Description>
</ItemGroup>

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
</ItemGroup>
Expand Down

0 comments on commit ff891aa

Please sign in to comment.