diff --git a/BitFaster.Caching/BitFaster.Caching.csproj b/BitFaster.Caching/BitFaster.Caching.csproj index ab92fcfb..20405be8 100644 --- a/BitFaster.Caching/BitFaster.Caching.csproj +++ b/BitFaster.Caching/BitFaster.Caching.csproj @@ -10,7 +10,7 @@ LICENSE ReadMe.md true - 2.5.1 + 2.5.2 Copyright © Alex Peck $([System.DateTime]::Now.ToString(yyyy)) https://github.com/bitfaster/BitFaster.Caching @@ -22,15 +22,15 @@ True true snupkg - 2.5.1.0 - 2.5.1.0 + 2.5.2.0 + 2.5.2.0 true True true enable true - 2.5.0 + 2.5.1 diff --git a/BitFaster.Caching/ReadMe.md b/BitFaster.Caching/ReadMe.md index e1f847d2..b3f37372 100644 --- a/BitFaster.Caching/ReadMe.md +++ b/BitFaster.Caching/ReadMe.md @@ -40,4 +40,4 @@ Optionally configure `ConcurrentLfu` with a [time-based eviction policy](https:/ ## Documentation -Please refer to the [wiki](https://github.com/bitfaster/BitFaster.Caching/wiki) for full API documentation, and a complete analysis of hit rate, latency and throughput. \ No newline at end of file +Please refer to the [wiki](https://github.com/bitfaster/BitFaster.Caching/wiki) for API documentation, and an analysis of hit rate, latency and throughput. \ No newline at end of file