Skip to content

Commit

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

Bump McMaster.Extensions.CommandLineUtils from 4.0.1 to 4.0.2
  • Loading branch information
adamralph authored Nov 21, 2022
2 parents e381cde + 59338b2 commit a133e25
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.0.1" PrivateAssets="All" Publish="true" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.2" PrivateAssets="All" Publish="true" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Update="Microsoft.NETCore.App" PrivateAssets="All" />
</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.0.1" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit a133e25

Please sign in to comment.