Skip to content

Commit 41f6672

Browse files
committed
redis implementation version update.
1 parent bdffd18 commit 41f6672

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/MultiCache.StackExchangeRedis/MultiCache.StackExchangeRedis.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1616
<RepositoryUrl>https://github.com/fehmianac/multi-cache</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
18-
<PackageVersion>1.0.0</PackageVersion>
18+
<PackageVersion>1.0.2</PackageVersion>
1919
<OpenApiGenerateDocuments>false</OpenApiGenerateDocuments>
2020
</PropertyGroup>
2121

@@ -28,6 +28,7 @@
2828
<PackageReference Include="StackExchange.Redis" Version="2.2.62" />
2929
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
3030
</ItemGroup>
31+
3132
<ItemGroup>
3233
<PackageReference Include="MultiCache" Version="1.0.2" />
3334
</ItemGroup>

0 commit comments

Comments
 (0)