Skip to content

Commit def391e

Browse files
author
Niel de Wet
committed
feat: add Nuget package details
1 parent 9352ce7 commit def391e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/HttpClientSettings/HttpClientSettings.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
<NoWarn>$(NoWarn);1591</NoWarn>
10+
<Authors>Niel de Wet</Authors>
11+
<Description>HttpClientSettings is a convention based http endpoint data storage and retrieval mechanism without enforcing how to make http calls.</Description>
12+
<RepositoryUrl>https://github.com/nield/HttpClientSettings</RepositoryUrl>
13+
<RepositoryType>git</RepositoryType>
14+
<PackageTags>httpclientfactory, httpclient, endpoints</PackageTags>
15+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1016
</PropertyGroup>
1117

1218
<ItemGroup>

0 commit comments

Comments
 (0)