Skip to content

Commit

Permalink
bump 2.5.2 (#625)
Browse files Browse the repository at this point in the history
* bump 2.5.2

* rm

---------
  • Loading branch information
bitfaster authored Sep 15, 2024
1 parent 43dcc90 commit be68ba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions BitFaster.Caching/BitFaster.Caching.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.5.1</Version>
<Version>2.5.2</Version>
<Copyright>Copyright © Alex Peck $([System.DateTime]::Now.ToString(yyyy))</Copyright>
<PackageProjectUrl></PackageProjectUrl>
<RepositoryUrl>https://github.com/bitfaster/BitFaster.Caching</RepositoryUrl>
Expand All @@ -22,15 +22,15 @@
<IncludeSymbols>True</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<AssemblyVersion>2.5.1.0</AssemblyVersion>
<FileVersion>2.5.1.0</FileVersion>
<AssemblyVersion>2.5.2.0</AssemblyVersion>
<FileVersion>2.5.2.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<IsTrimmable>true</IsTrimmable>
<Nullable>enable</Nullable>
<!--Package Validation-->
<EnablePackageValidation>true</EnablePackageValidation>
<PackageValidationBaselineVersion>2.5.0</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>2.5.1</PackageValidationBaselineVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
2 changes: 1 addition & 1 deletion BitFaster.Caching/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 comments on commit be68ba5

Please sign in to comment.