Skip to content

Commit

Permalink
Merge pull request #222 from PublicApiGenerator/dependabot/nuget/MinV…
Browse files Browse the repository at this point in the history
…er-2.5.0

Bump MinVer from 2.4.0 to 2.5.0
  • Loading branch information
danielmarbach committed Mar 25, 2021
2 parents 41b1481 + 1b72ad0 commit 4ef8aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PublicApiGenerator.Tool/PublicApiGenerator.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.2.0-alpha.19156.3" />
<PackageReference Include="MinVer" Version="2.4.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.5.0" PrivateAssets="All" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/PublicApiGenerator/PublicApiGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="2.4.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
<PackageReference Include="System.CodeDom" Version="5.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 4ef8aa6

Please sign in to comment.