We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdffd18 commit 41f6672Copy full SHA for 41f6672
1 file changed
src/MultiCache.StackExchangeRedis/MultiCache.StackExchangeRedis.csproj
@@ -15,7 +15,7 @@
15
<PublishRepositoryUrl>true</PublishRepositoryUrl>
16
<RepositoryUrl>https://github.com/fehmianac/multi-cache</RepositoryUrl>
17
<RepositoryType>git</RepositoryType>
18
- <PackageVersion>1.0.0</PackageVersion>
+ <PackageVersion>1.0.2</PackageVersion>
19
<OpenApiGenerateDocuments>false</OpenApiGenerateDocuments>
20
</PropertyGroup>
21
@@ -28,6 +28,7 @@
28
<PackageReference Include="StackExchange.Redis" Version="2.2.62" />
29
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
30
</ItemGroup>
31
+
32
<ItemGroup>
33
<PackageReference Include="MultiCache" Version="1.0.2" />
34
0 commit comments