Skip to content

Commit 7b369b2

Browse files
committed
New PackageIcon
1 parent 9a2969b commit 7b369b2

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Devlord.Utilities.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
appveyor.yml = appveyor.yml
1313
LICENSE = LICENSE
1414
README.md = README.md
15+
images\devlord-105.png = images\devlord-105.png
1516
EndProjectSection
1617
EndProject
1718
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D98FBDA4-114C-469D-A722-A8DB70F42BFE}"

images/devlord-105.png

12.3 KB
Loading

src/Devlord.Utilities/Devlord.Utilities.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageProjectUrl>https://github.com/lorddev/utilities</PackageProjectUrl>
1212
<Copyright>Copyright © 2026 Aaron Lord</Copyright>
1313
<PackageLicenseUrl>https://raw.githubusercontent.com/lorddev/utilities/master/LICENSE</PackageLicenseUrl>
14-
<PackageIconUrl>https://raw.githubusercontent.com/lorddev/devlords-org/develop/Image.png</PackageIconUrl>
14+
<PackageIcon>devlord-105.png</PackageIcon>
1515
<RepositoryUrl>https://github.com/lorddev/utilities</RepositoryUrl>
1616
<RepositoryType>Git</RepositoryType>
1717
<PackageTags>utils utilities email distance-matrix micro-orm</PackageTags>
@@ -38,7 +38,8 @@
3838
</Compile>
3939
</ItemGroup>
4040
<ItemGroup>
41-
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
41+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
42+
<None Include="..\..\images\devlord-105.png" Pack="true" PackagePath="" />
4243
</ItemGroup>
4344
<ItemGroup>
4445
<EmbeddedResource Update="Resources\ExceptionText.resx">

0 commit comments

Comments
 (0)