Skip to content

Commit

Permalink
Bump RangeExtensions from 1.2.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [RangeExtensions](https://github.com/neon-sunset/RangeExtensions) from 1.2.2 to 2.0.0.
- [Release notes](https://github.com/neon-sunset/RangeExtensions/releases)
- [Changelog](https://github.com/neon-sunset/RangeExtensions/blob/main/dotnet-releaser.toml)
- [Commits](neon-sunset/RangeExtensions@1.2.2...2.0.0)

---
updated-dependencies:
- dependency-name: RangeExtensions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 23, 2022
1 parent af5c74d commit d9ec5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FastCache.Benchmarks/FastCache.Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="CacheManager.Microsoft.Extensions.Caching.Memory" Version="1.2.0" />
<PackageReference Include="LazyCache" Version="2.4.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="7.0.0" />
<PackageReference Include="RangeExtensions" Version="1.2.2" />
<PackageReference Include="RangeExtensions" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FastCache.Sandbox/FastCache.Sandbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="RangeExtensions" Version="1.2.2" />
<PackageReference Include="RangeExtensions" Version="2.0.0" />
</ItemGroup>

</Project>

0 comments on commit d9ec5ae

Please sign in to comment.