|
8 | 8 | <PackageReadmeFile>Readme.md</PackageReadmeFile> |
9 | 9 | <Authors>Pandatech</Authors> |
10 | 10 | <Copyright>MIT</Copyright> |
11 | | - <Version>5.0.0</Version> |
| 11 | + <Version>5.0.1</Version> |
12 | 12 | <PackageId>Pandatech.DistributedCache</PackageId> |
13 | 13 | <Title>Pandatech Distributed Cache</Title> |
14 | 14 | <PackageTags>pandatech;cache;hybrid-cache;distributed-cahce;message-pack;rate-limiting;redis-lock;redis;fusion-cache</PackageTags> |
15 | 15 | <Description>Pandatech.DistributedCache is a lightweight .NET library that extends the new HybridCache abstraction for seamless distributed caching on top of Redis. It provides strongly typed caching with MessagePack serialization, distributed locking, rate limiting, and stampede protection. With fewer than 500 lines of code, it is both easy to understand and simple to adopt, while still offering robust features for production environments.</Description> |
16 | 16 | <RepositoryUrl>https://github.com/PandaTechAM/be-lib-distributed-cache</RepositoryUrl> |
17 | | - <PackageReleaseNotes>dotnet 10 update</PackageReleaseNotes> |
| 17 | + <PackageReleaseNotes>nuget updates</PackageReleaseNotes> |
18 | 18 |
|
19 | 19 | <!-- Never run analyzers as part of compilation (local, CI, dotnet build/test/publish) --> |
20 | 20 | <RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild> |
|
34 | 34 | <ItemGroup> |
35 | 35 | <PackageReference Include="AspNetCore.HealthChecks.Redis" Version="9.0.0"/> |
36 | 36 | <PackageReference Include="MessagePack" Version="3.1.4" /> |
37 | | - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1" /> |
38 | | - <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.1" /> |
| 37 | + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" /> |
| 38 | + <PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.2" /> |
39 | 39 | <PackageReference Include="StackExchange.Redis.Extensions.AspNetCore" Version="11.0.0"/> |
40 | 40 | <PackageReference Include="StackExchange.Redis.Extensions.MsgPack" Version="11.0.0"/> |
41 | | - <PackageReference Include="Pandatech.Analyzers" Version="1.6.0" /> |
42 | | - <PackageReference Include="SonarAnalyzer.CSharp" Version="10.17.0.131074"> |
| 41 | + <PackageReference Include="Pandatech.Analyzers" Version="2.1.0" /> |
| 42 | + <PackageReference Include="SonarAnalyzer.CSharp" Version="10.18.0.131500"> |
43 | 43 | <PrivateAssets>all</PrivateAssets> |
44 | 44 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
45 | 45 | </PackageReference> |
|
0 commit comments