Skip to content

Commit

Permalink
Merge pull request #983 from adamralph/dependabot/nuget/McMaster.Exte…
Browse files Browse the repository at this point in the history
…nsions.CommandLineUtils-4.1.1

Bump McMaster.Extensions.CommandLineUtils from 4.1.0 to 4.1.1
  • Loading branch information
adamralph authored Jul 21, 2024
2 parents b57c14a + a0423b8 commit 7fde4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MinVer/MinVer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" PrivateAssets="All" Publish="true" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" PrivateAssets="All" Publish="true" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion minver-cli/minver-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7fde4ea

Please sign in to comment.