Skip to content

Commit 6977e3e

Browse files
committed
Add more package information to csproj
1 parent 414500c commit 6977e3e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

ArpLookup/ArpLookup.csproj

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
6-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
6+
<PackageId>ArpLookup</PackageId>
87
<Authors>Georg Jung</Authors>
9-
<PackageProjectUrl>https://github.com/georg-jung/ArpLookup</PackageProjectUrl>
10-
<RepositoryUrl>https://github.com/georg-jung/ArpLookup</RepositoryUrl>
118
<Version>0.1.0</Version>
129
</PropertyGroup>
1310

11+
<PropertyGroup>
12+
<RepositoryUrl>https://github.com/georg-jung/ArpLookup</RepositoryUrl>
13+
<PackageProjectUrl>https://github.com/georg-jung/ArpLookup</PackageProjectUrl>
14+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
16+
<PackageDescription>A .Net Standard 2.0 library supporting ARP lookups on Windows and Linux to find the MAC address corresponding to an IP address.</PackageDescription>
17+
<PackageTags>arp mac mac-address arp-cache ip ip-address hardware-address physical-address linux</PackageTags>
18+
</PropertyGroup>
19+
1420
<ItemGroup>
1521
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6">
1622
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)