Skip to content

Commit

Permalink
Added package tags for the newly imported libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Sep 30, 2023
1 parent 6036a53 commit 54f5f2c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tingle.Extensions.Http/Tingle.Extensions.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<Description>Light weight abstraction around `HttpClient` which can be used to build custom client with response wrapping semantics.</Description>
</PropertyGroup>

<PropertyGroup>
<PackageTags>$(PackageTags);httpclient;resource-response</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="7.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<Description>Clients for sending push notifications via FCM, APNS etc</Description>
</PropertyGroup>

<PropertyGroup>
<PackageTags>$(PackageTags);push;notifications;push-notifications;apns;fcm</PackageTags>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="Tingle.Extensions.PushNotifications.Tests" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Including easier registration when working with different host setups, and gener
</Description>
</PropertyGroup>

<PropertyGroup>
<PackageTags>$(PackageTags);serilog;serilog-builder</PackageTags>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="Tingle.Extensions.Serilog.Tests" />
</ItemGroup>
Expand Down

0 comments on commit 54f5f2c

Please sign in to comment.