Skip to content

Commit 7614d07

Browse files
Add missing package metadata
Add missing author, description and tags to the Coinbase provider's package.
1 parent 3efd6b3 commit 7614d07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/AspNet.Security.OAuth.Coinbase/AspNet.Security.OAuth.Coinbase.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<TargetFramework>net5.0</TargetFramework>
55
</PropertyGroup>
66

7+
<PropertyGroup>
8+
<Authors>levimatheri</Authors>
9+
<Description>ASP.NET Core security middleware enabling Coinbase authentication.</Description>
10+
<PackageTags>aspnetcore;authentication;coinbase;oauth;security</PackageTags>
11+
</PropertyGroup>
12+
713
<ItemGroup>
814
<FrameworkReference Include="Microsoft.AspNetCore.App" />
915
<PackageReference Include="JetBrains.Annotations" PrivateAssets="All" />

0 commit comments

Comments
 (0)