Skip to content

Commit ba7e8c6

Browse files
authored
Merge pull request #20 from PandaTechAM/development
nuget updates
2 parents 0a395c5 + 3b05e87 commit ba7e8c6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/DistributedCache/DistributedCache.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<PackageReadmeFile>Readme.md</PackageReadmeFile>
99
<Authors>Pandatech</Authors>
1010
<Copyright>MIT</Copyright>
11-
<Version>5.0.0</Version>
11+
<Version>5.0.1</Version>
1212
<PackageId>Pandatech.DistributedCache</PackageId>
1313
<Title>Pandatech Distributed Cache</Title>
1414
<PackageTags>pandatech;cache;hybrid-cache;distributed-cahce;message-pack;rate-limiting;redis-lock;redis;fusion-cache</PackageTags>
1515
<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>
1616
<RepositoryUrl>https://github.com/PandaTechAM/be-lib-distributed-cache</RepositoryUrl>
17-
<PackageReleaseNotes>dotnet 10 update</PackageReleaseNotes>
17+
<PackageReleaseNotes>nuget updates</PackageReleaseNotes>
1818

1919
<!-- Never run analyzers as part of compilation (local, CI, dotnet build/test/publish) -->
2020
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
@@ -34,12 +34,12 @@
3434
<ItemGroup>
3535
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="9.0.0"/>
3636
<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" />
3939
<PackageReference Include="StackExchange.Redis.Extensions.AspNetCore" Version="11.0.0"/>
4040
<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">
4343
<PrivateAssets>all</PrivateAssets>
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4545
</PackageReference>

test/DistributedCache.Demo/DistributedCache.Demo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.1" />
12+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" />
1313
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.0" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)