Skip to content

Commit e378eef

Browse files
authored
Merge pull request #17 from PandaTechAM/development
nuget updates
2 parents d6058cd + 8236185 commit e378eef

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/DistributedCache/DistributedCache.csproj

Lines changed: 4 additions & 4 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>4.0.7</Version>
11+
<Version>4.0.8</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>Minor optimization in lock service</PackageReleaseNotes>
17+
<PackageReleaseNotes>Nuget updates</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<ItemGroup>
@@ -25,8 +25,8 @@
2525
<ItemGroup>
2626
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="9.0.0"/>
2727
<PackageReference Include="MessagePack" Version="3.1.3" />
28-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
29-
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.2" />
28+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
29+
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.5" />
3030
<PackageReference Include="StackExchange.Redis.Extensions.AspNetCore" Version="11.0.0"/>
3131
<PackageReference Include="StackExchange.Redis.Extensions.MsgPack" Version="11.0.0"/>
3232
</ItemGroup>

test/DistributedCache.Demo/DistributedCache.Demo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
13-
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0"/>
12+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
13+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.2" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

test/DistributedCache.Tests/DistributedCache.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
1414
<PackageReference Include="xunit" Version="2.9.3"/>
15-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)