Skip to content

Commit 7d7c1d8

Browse files
committed
nuget updates
1 parent b1a57aa commit 7d7c1d8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "9.0.200",
44
"rollForward": "latestMinor"
55
}
66
}

src/DistributedCache/DistributedCache.csproj

Lines changed: 5 additions & 5 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.5</Version>
11+
<Version>4.0.6</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>Extension update</PackageReleaseNotes>
17+
<PackageReleaseNotes>Nuget updates</PackageReleaseNotes>
1818
</PropertyGroup>
1919

2020
<ItemGroup>
@@ -24,9 +24,9 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="AspNetCore.HealthChecks.Redis" Version="9.0.0"/>
27-
<PackageReference Include="MessagePack" Version="3.1.2"/>
28-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.1"/>
29-
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.1"/>
27+
<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" />
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: 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="9.0.1"/>
12+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
1313
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0"/>
1414
</ItemGroup>
1515

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.12.0"/>
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1414
<PackageReference Include="xunit" Version="2.9.3"/>
15-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)