Skip to content

Commit 98c7c44

Browse files
committed
add new logo/disclaimer
PDN = Paint.NET file
1 parent 30944d2 commit 98c7c44

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ using (var orchestrator = new UniFiSharp.Orchestration.UniFiOrchestrator(api))
6868

6969
### Disclaimer
7070
This software is not affiliated with nor supported by Ubiquiti Networks and is offered under the license as described in `LICENSE`. This software should *never* be used in a production environment without exhaustive, independent testing.
71+
72+
The "U" logo component used is strictly for product identification purposes only, and is protected by fair use.

UniFiSharp.sln

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27130.2024
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31710.8
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniFiSharp", "UniFiSharp\UniFiSharp.csproj", "{3D81DE3B-4058-41A2-B5C5-A58ADF85668D}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3B4270B0-A3C6-426E-B7B2-7C0C5F9325DA}"
99
ProjectSection(SolutionItems) = preProject
1010
LICENSE = LICENSE
1111
README.md = README.md
12+
UniFiSharp\UniFiSharpLogo.ico = UniFiSharp\UniFiSharpLogo.ico
13+
UniFiSharp\UniFiSharpLogo.pdn = UniFiSharp\UniFiSharpLogo.pdn
14+
UniFiSharp\UniFiSharpLogo.png = UniFiSharp\UniFiSharpLogo.png
1215
EndProjectSection
1316
EndProject
1417
Global

UniFiSharp/UniFiSharp.csproj

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<AssemblyVersion>1.4.0.0</AssemblyVersion>
1717
<FileVersion>1.4.0.0</FileVersion>
1818
<PackageLicenseFile>LICENSE</PackageLicenseFile>
19+
<PackageIcon>UniFiSharpLogo.png</PackageIcon>
20+
<ApplicationIcon>UniFiSharpLogo.ico</ApplicationIcon>
1921
</PropertyGroup>
2022

2123
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -24,7 +26,14 @@
2426
</PropertyGroup>
2527

2628
<ItemGroup>
27-
<None Remove="UniFiApi.Hotspot.cs~RF16ee8005.TMP" />
29+
<None Include="UniFiSharpLogo.ico">
30+
<Pack>True</Pack>
31+
<PackagePath></PackagePath>
32+
</None>
33+
<None Include="UniFiSharpLogo.png">
34+
<Pack>True</Pack>
35+
<PackagePath></PackagePath>
36+
</None>
2837
<None Include="..\LICENSE">
2938
<Pack>True</Pack>
3039
<PackagePath></PackagePath>
@@ -37,4 +46,10 @@
3746
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="106.12.0" />
3847
</ItemGroup>
3948

49+
<ItemGroup>
50+
<None Update="UniFiSharpLogo.png">
51+
<Pack>True</Pack>
52+
</None>
53+
</ItemGroup>
54+
4055
</Project>

UniFiSharp/UniFiSharpLogo.ico

28.9 KB
Binary file not shown.

UniFiSharp/UniFiSharpLogo.pdn

41.7 KB
Binary file not shown.

UniFiSharp/UniFiSharpLogo.png

24.6 KB
Loading

0 commit comments

Comments
 (0)