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 cde06ce commit 0faa843Copy full SHA for 0faa843
ChunkingRedisClient.csproj
@@ -2,6 +2,13 @@
2
3
<PropertyGroup>
4
<TargetFramework>netcoreapp2.2</TargetFramework>
5
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6
+ <Authors>Craig Wardman</Authors>
7
+ <Description>Wrapper for StackExchange.Redis client with chunking extensions, sliding expiration and other features.</Description>
8
+ <PackageProjectUrl>https://github.com/craigwardman/ChunkingRedisClient</PackageProjectUrl>
9
+ <RepositoryUrl>https://github.com/craigwardman/ChunkingRedisClient</RepositoryUrl>
10
+ <RepositoryType>GitHub</RepositoryType>
11
+ <PackageTags>redis client</PackageTags>
12
</PropertyGroup>
13
14
<ItemGroup>
0 commit comments