Skip to content

Commit f9e993e

Browse files
committed
Add logo
1 parent dad12ee commit f9e993e

File tree

6 files changed

+130
-1
lines changed

6 files changed

+130
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<p align="center">
2+
<a href="https://www.nuget.org/packages/ArpLookup/">
3+
<img
4+
alt="ArpLookup"
5+
src="https://github.com/georg-jung/ArpLookup/blob/master/doc/logo.svg"
6+
width="100"
7+
/>
8+
</a>
9+
</p>
10+
11+
112
# ArpLookup
213

314
[![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)

THIRD-PARTY-NOTICES.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
The attached notices are provided for information only.
2+
3+
License notice for Feather
4+
--------------------------
5+
6+
https://github.com/feathericons/feather
7+
8+
The MIT License (MIT)
9+
10+
Copyright (c) 2013-2017 Cole Bemis
11+
12+
Permission is hereby granted, free of charge, to any person obtaining a copy
13+
of this software and associated documentation files (the "Software"), to deal
14+
in the Software without restriction, including without limitation the rights
15+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16+
copies of the Software, and to permit persons to whom the Software is
17+
furnished to do so, subject to the following conditions:
18+
19+
The above copyright notice and this permission notice shall be included in all
20+
copies or substantial portions of the Software.
21+
22+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28+
SOFTWARE.
29+
30+
31+
License notice for FontAwesome
32+
------------------------------
33+
34+
Font Awesome Free by @fontawesome - https://fontawesome.com
35+
License - https://fontawesome.com/license/free
36+
Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License
37+
38+
I used the FontAwesome ethernet icon as part of the logo for this project.
39+
I modified it, including changing its color to blue.

doc/logo-inkscape.svg

Lines changed: 73 additions & 0 deletions
Loading

doc/logo-nuget.png

1.02 KB
Loading

doc/logo.svg

Lines changed: 5 additions & 0 deletions
Loading

src/ArpLookup/ArpLookup.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<PackageId>ArpLookup</PackageId>
77
<Authors>Georg Jung</Authors>
8-
<Version>1.0.0</Version>
8+
<Version>1.1.0</Version>
99
</PropertyGroup>
1010

1111
<PropertyGroup>
@@ -16,6 +16,7 @@
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<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>
1818
<PackageTags>arp;mac;mac-address;arp-cache;ip;ip-address;hardware-address;physical-address;linux</PackageTags>
19+
<PackageIconUrl>https://github.com/georg-jung/ArpLookup/blob/master/doc/logo-nuget.png?raw=true</PackageIconUrl>
1920
</PropertyGroup>
2021

2122
<ItemGroup>

0 commit comments

Comments
 (0)