Skip to content

Commit

Permalink
Add nuget properties (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kencdk authored Apr 5, 2021
1 parent 6c76f5f commit dbc38af
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions src/Kenc.AbuseIPDB/Kenc.AbuseIPDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,27 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

<!-- nuget package properties -->
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Kenc.AbuseIPDB</PackageId>
<PackageDescription>.net core standard library for interacting with the AbuseIPDB API v2.</PackageDescription>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/Kencdk/kenc.abuseipdb</PackageProjectUrl>
<RepositoryUrl>https://github.com/Kencdk/kenc.abuseipdb.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>abuseipdb</PackageTags>

<PackageTags>AbuseIPDB</PackageTags>
<Copyright>2021 Ken Christensen</Copyright>
<Description>.net core standard library for interacting with the AbuseIPDB API v2.</Description>

<!-- source link properties -->
<RepositoryType>Github</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<RepositoryUrl>https://github.com/Kencdk/Kenc.abuseipdb/</RepositoryUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit dbc38af

Please sign in to comment.