Skip to content

Commit be68ba5

Browse files
authored
bump 2.5.2 (#625)
* bump 2.5.2 * rm ---------
1 parent 43dcc90 commit be68ba5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

BitFaster.Caching/BitFaster.Caching.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1111
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13-
<Version>2.5.1</Version>
13+
<Version>2.5.2</Version>
1414
<Copyright>Copyright © Alex Peck $([System.DateTime]::Now.ToString(yyyy))</Copyright>
1515
<PackageProjectUrl></PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/bitfaster/BitFaster.Caching</RepositoryUrl>
@@ -22,15 +22,15 @@
2222
<IncludeSymbols>True</IncludeSymbols>
2323
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
25-
<AssemblyVersion>2.5.1.0</AssemblyVersion>
26-
<FileVersion>2.5.1.0</FileVersion>
25+
<AssemblyVersion>2.5.2.0</AssemblyVersion>
26+
<FileVersion>2.5.2.0</FileVersion>
2727
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2828
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2929
<IsTrimmable>true</IsTrimmable>
3030
<Nullable>enable</Nullable>
3131
<!--Package Validation-->
3232
<EnablePackageValidation>true</EnablePackageValidation>
33-
<PackageValidationBaselineVersion>2.5.0</PackageValidationBaselineVersion>
33+
<PackageValidationBaselineVersion>2.5.1</PackageValidationBaselineVersion>
3434
</PropertyGroup>
3535

3636
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

BitFaster.Caching/ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Optionally configure `ConcurrentLfu` with a [time-based eviction policy](https:/
4040

4141
## Documentation
4242

43-
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.
43+
Please refer to the [wiki](https://github.com/bitfaster/BitFaster.Caching/wiki) for API documentation, and an analysis of hit rate, latency and throughput.

0 commit comments

Comments
 (0)