Skip to content

Commit 0faa843

Browse files
Craig WardmanCraig Wardman
authored andcommitted
added nuspec stuff to the project
1 parent cde06ce commit 0faa843

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChunkingRedisClient.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<PropertyGroup>
44
<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>
512
</PropertyGroup>
613

714
<ItemGroup>

0 commit comments

Comments
 (0)