Skip to content

Commit

Permalink
Fix package properties, bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Dec 16, 2019
1 parent 8e21386 commit da6ba1c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ArpLookup/ArpLookup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
<LangVersion>latest</LangVersion>
<PackageId>ArpLookup</PackageId>
<Authors>Georg Jung</Authors>
<Version>0.1.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<PropertyGroup>
<RepositoryUrl>https://github.com/georg-jung/ArpLookup</RepositoryUrl>
<RepositoryUrl>https://github.com/georg-jung/ArpLookup.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<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>
<PackageTags>arp mac mac-address arp-cache ip ip-address hardware-address physical-address linux</PackageTags>
<PackageTags>arp;mac;mac-address;arp-cache;ip;ip-address;hardware-address;physical-address;linux</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit da6ba1c

Please sign in to comment.