Skip to content

Commit

Permalink
Improve/clarify library description
Browse files Browse the repository at this point in the history
While Linux might internally use ARP to do the lookup, we don't explicitly use ARP there, so don't state so.
  • Loading branch information
georg-jung committed Jul 13, 2021
1 parent e486ad8 commit 9d32f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![Build Status](https://dev.azure.com/georg-jung/ArpLookup/_apis/build/status/georg-jung.ArpLookup?branchName=master)](https://dev.azure.com/georg-jung/ArpLookup/_build/latest?definitionId=1&branchName=master)
[![NuGet version (ArpLookup)](https://img.shields.io/nuget/v/ArpLookup.svg?style=flat)](https://www.nuget.org/packages/ArpLookup/)

This is a simple .Net Standard 2.0 library supporting ARP lookups on Windows and Linux to find the MAC address corresponding to an IP address.
This is a simple .Net Standard 2.0 library providing `Lookup` and `LookupAsync` methods to find the MAC address corresponding to an IP address on Windows and Linux.

## Download

Expand Down
2 changes: 1 addition & 1 deletion src/ArpLookup/ArpLookup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageProjectUrl>https://github.com/georg-jung/ArpLookup</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<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>
<PackageDescription>Provides Lookup and LookupAsync methods to find the MAC address corresponding to an IP address on Windows and Linux.</PackageDescription>
<PackageTags>arp;mac;mac-address;arp-cache;ip;ip-address;hardware-address;physical-address;linux</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 9d32f2a

Please sign in to comment.