Skip to content

Commit

Permalink
Bump MinVer from 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [MinVer](https://github.com/adamralph/minver) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/adamralph/minver/releases)
- [Changelog](https://github.com/adamralph/minver/blob/main/CHANGELOG.md)
- [Commits](adamralph/minver@4.1.0...4.2.0)

---
updated-dependencies:
- dependency-name: MinVer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 22, 2022
1 parent e6602dd commit 1f282c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FastCache.Cached/FastCache.Cached.csproj
Expand Up @@ -33,7 +33,7 @@ Credit to Vladimir Sadov for his implementation of NonBlocking.ConcurrentDiction
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="4.1.0">
<PackageReference Include="MinVer" Version="4.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 1f282c6

Please sign in to comment.