Skip to content

Commit 9856770

Browse files
committed
update project info
1 parent 0f0c418 commit 9856770

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

icon.png

13.4 KB
Loading

src/SocketLabs.EventWebhooks.Extensions/SocketLabs.EventWebhooks.Extensions.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
8+
<Company>SocketLabs</Company>
9+
<Description>Library to make consuming SocketLabs webhooks easier.</Description>
10+
<Copyright>© 2023 SocketLabs Acquisition, LLC. All rights reserved.</Copyright>
11+
<Authors>Matt Soler</Authors>
12+
<PackageTags>socketlabs,webhooks,aspnetcore,events</PackageTags> <PackageProjectUrl>https://github.com/socketlabs/SocketLabs.EventWebhooks.Extensions</PackageProjectUrl> <RepositoryUrl>https://github.com/socketlabs/SocketLabs.EventWebhooks.Extensions</RepositoryUrl>
13+
<RepositoryType>git</RepositoryType>
14+
<PackageIcon>icon.png</PackageIcon>
15+
<PackageReadmeFile>README.md</PackageReadmeFile>
16+
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
17+
718
</PropertyGroup>
819

920
<ItemGroup>

0 commit comments

Comments
 (0)