From 64e9d3fabeeac9805969e5deed9194939cb08d74 Mon Sep 17 00:00:00 2001 From: Alex Peck Date: Sat, 14 Sep 2024 17:22:26 -0700 Subject: [PATCH 1/2] bump 2.5.2 --- BitFaster.Caching/BitFaster.Caching.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 From b79f5639a3fae8d110f8e8dc7572625b36cba398 Mon Sep 17 00:00:00 2001 From: Alex Peck Date: Sat, 14 Sep 2024 17:25:53 -0700 Subject: [PATCH 2/2] rm --- BitFaster.Caching/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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