Skip to content

Commit 05459c5

Browse files
Merge pull request #204 from stanleysmall-microsoft/nuspec
Add description and tags
2 parents 5a73390 + 267aa7c commit 05459c5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/OutputCacheProvider/RedisOutputCacheProvider.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<VersionPrefix>4.0.1</VersionPrefix>
1212
<authors>Microsoft</authors>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
14+
<Description>Custom output cache provider for redis cache.</Description>
15+
<PackageTags>outputcache, outputcacheprovider, azure, microsoft, windowsazureofficial, redis</PackageTags>
1416
<PackageLicenseUrl>https://webpifeed.blob.core.windows.net/webpifeed/eula/net_library_eula_enu.htm</PackageLicenseUrl>
1517
<PackageProjectUrl>https://github.com/Azure/aspnet-redis-providers</PackageProjectUrl>
1618
</PropertyGroup>

src/RedisOutputCachingMiddleware/RedisOutputCachingMiddleware.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<VersionPrefix>1.0.0</VersionPrefix>
88
<authors>Microsoft</authors>
99
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
10+
<Description>Custom output caching middleware redis cache.</Description>
11+
<PackageTags>outputcache, outputcachemiddleware, azure, microsoft, windowsazureofficial, redis</PackageTags>
1012
<PackageLicenseUrl>https://webpifeed.blob.core.windows.net/webpifeed/eula/net_library_eula_enu.htm</PackageLicenseUrl>
1113
<PackageProjectUrl>https://github.com/Azure/aspnet-redis-providers</PackageProjectUrl>
1214
</PropertyGroup>

src/RedisSessionStateProvider/RedisSessionStateProvider.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<VersionPrefix>5.0.1</VersionPrefix>
1212
<authors>Microsoft</authors>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
14+
<Description>Custom session state provider for redis cache.</Description>
15+
<PackageTags>session, sessionstateprovider, azure, microsoft, windowsazureofficial, redis</PackageTags>
1416
<PackageLicenseUrl>https://webpifeed.blob.core.windows.net/webpifeed/eula/net_library_eula_enu.htm</PackageLicenseUrl>
1517
<PackageProjectUrl>https://github.com/Azure/aspnet-redis-providers</PackageProjectUrl>
1618
</PropertyGroup>

0 commit comments

Comments
 (0)